aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktext/qquicktext.pro
blob: f76e8c95b2f781c3a259e93f800ca7964d973f88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase
TARGET = tst_qquicktext
macx:CONFIG -= app_bundle

SOURCES += tst_qquicktext.cpp

HEADERS += ../../shared/testhttpserver.h
SOURCES += ../../shared/testhttpserver.cpp

include (../../shared/util.pri)

TESTDATA = data/*

QT += core-private gui-private  qml-private quick-private network testlib