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

QT += testlib 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