aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgtext/qsgtext.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qsgtext/qsgtext.pro')
-rw-r--r--tests/auto/declarative/qsgtext/qsgtext.pro8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/auto/declarative/qsgtext/qsgtext.pro b/tests/auto/declarative/qsgtext/qsgtext.pro
index 696b12198b..b60df65e74 100644
--- a/tests/auto/declarative/qsgtext/qsgtext.pro
+++ b/tests/auto/declarative/qsgtext/qsgtext.pro
@@ -1,6 +1,5 @@
-load(qttest_p4)
-contains(QT_CONFIG,declarative): QT += declarative gui
-QT += network
+CONFIG += testcase
+TARGET = tst_qsgtext
macx:CONFIG -= app_bundle
SOURCES += tst_qsgtext.cpp
@@ -13,5 +12,4 @@ DEFINES += SRCDIR=\\\"$$PWD\\\"
CONFIG += insignificant_test parallel_test
-QT += core-private gui-private v8-private declarative-private widgets-private
-QT += opengl-private
+QT += core-private gui-private v8-private declarative-private widgets-private opengl-private network testlib