blob: 3cae5c25f396dbac8e97865978b2fe335d4b955c (
plain)
1
2
3
4
5
6
7
8
9
|
CONFIG += testcase
TARGET = tst_qdeclarativecpputils
macx:CONFIG -= app_bundle
SOURCES += tst_qdeclarativecpputils.cpp
CONFIG += parallel_test
QT += core-private gui-private declarative-private testlib
|