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, 0 insertions, 17 deletions
diff --git a/tests/auto/declarative/qquicktext/qquicktext.pro b/tests/auto/declarative/qquicktext/qquicktext.pro
deleted file mode 100644
index fe69f75746..0000000000
--- a/tests/auto/declarative/qquicktext/qquicktext.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-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