summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/qdeclarativelanguage.pro
blob: 11a31e9f5e89bc4ea5b1548e25f833a33f9cf6b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CONFIG += testcase
TARGET = tst_qdeclarativelanguage

QT += testlib
contains(QT_CONFIG,declarative): QT += declarative declarative-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)
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0