2011-10-25 04:24:31 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qitemdelegate
|
2015-04-06 10:47:16 +00:00
|
|
|
QT += widgets widgets-private testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qitemdelegate.cpp
|
|
|
|
|
2016-03-08 14:51:15 +00:00
|
|
|
win32:!winrt: LIBS += -luser32
|