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

SOURCES += tst_qquicktext.cpp

INCLUDEPATH += ../../shared/
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