summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/qdeclarativelanguage.pro
blob: c042548c92164ba2853fdc916feaf39f8e7e7415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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

CONFIG+=insignificant_test # QTQAINFRA-428