aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquicktext/qquicktext.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qquicktext/qquicktext.pro')
-rw-r--r--tests/auto/declarative/qquicktext/qquicktext.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/auto/declarative/qquicktext/qquicktext.pro b/tests/auto/declarative/qquicktext/qquicktext.pro
new file mode 100644
index 0000000000..fe69f75746
--- /dev/null
+++ b/tests/auto/declarative/qquicktext/qquicktext.pro
@@ -0,0 +1,17 @@
+CONFIG += testcase
+TARGET = tst_qquicktext
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_qquicktext.cpp
+
+INCLUDEPATH += ../shared/
+HEADERS += ../shared/testhttpserver.h
+SOURCES += ../shared/testhttpserver.cpp
+
+testDataFiles.files = data
+testDataFiles.path = .
+DEPLOYMENT += testDataFiles
+
+CONFIG += parallel_test
+
+QT += core-private gui-private v8-private declarative-private widgets-private opengl-private network testlib