blob: 529c4667cf1ba5ba91d762558eafd4797ebd0d29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
CONFIG += testcase
TARGET = tst_qqmlenginedebug
macx:CONFIG -= app_bundle
HEADERS += ../shared/debugutil_p.h
SOURCES += tst_qqmlenginedebug.cpp \
../shared/debugutil.cpp
CONFIG += parallel_test declarative_debug
QT += core-private qml-private quick-private v8-private testlib
|