blob: 9ae23316a151012c0f75224c8762349ed1f94d45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
CONFIG += testcase
TARGET = tst_qqmlconsole
SOURCES += tst_qqmlconsole.cpp
include (../../shared/util.pri)
macx:CONFIG -= app_bundle
testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
CONFIG += parallel_test
QT += qml testlib
|