blob: 5ae75462ba6df093181c7ef0edaf58a3222c1ee9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
CONFIG += testcase
TARGET = tst_qdeclarativelanguage
QT += testlib
contains(QT_CONFIG,quick1): QT += quick1 quick1-private script-private core-private
QT += script network
macx:CONFIG -= app_bundle
SOURCES += tst_qdeclarativelanguage.cpp \
testtypes.cpp
HEADERS += testtypes.h
HEADERS += ../shared/testhttpserver.h
SOURCES += ../shared/testhttpserver.cpp
include(../shared/qdeclarativedatatest.pri)
CONFIG += parallel_test
|