8 lines
183 B
Prolog
8 lines
183 B
Prolog
|
CONFIG += testcase
|
||
|
CONFIG += parallel_test
|
||
|
TARGET = tst_qwidgetsvariant
|
||
|
INCLUDEPATH += $$PWD/../../../other/qvariant_common
|
||
|
SOURCES += tst_qwidgetsvariant.cpp
|
||
|
QT += testlib widgets
|
||
|
|