blob: 4beb9618952343521cfb1b49e976d83a474cc896 (
plain)
1
2
3
4
5
6
7
8
|
CONFIG += testcase
TARGET = tst_qqmlpropertycache
macx:CONFIG -= app_bundle
SOURCES += tst_qqmlpropertycache.cpp
CONFIG += parallel_test
QT += core-private gui-private qml-private testlib v8-private
|