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