summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@theqtcompany.com>2015-05-13 13:08:24 +0200
committerAndras Becsi <andras.becsi@theqtcompany.com>2015-06-30 07:11:15 +0000
commitbf67cf88ee9a14b61272f9c58508001fa2feb011 (patch)
treeea143982beb6caaec5a096e3c9ec461d77f221be
parentf26c87503a338a521376422ef00d8317a23d1d20 (diff)
Remove obsolete settings from widget tests.pri
This was inherited from QtWebKit and does not make sense any more. Change-Id: I6d7441a3b46fc10d045a281ac4a57527578821b5 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-rw-r--r--tests/auto/widgets/tests.pri8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/widgets/tests.pri b/tests/auto/widgets/tests.pri
index f14afb598..8d86ac93e 100644
--- a/tests/auto/widgets/tests.pri
+++ b/tests/auto/widgets/tests.pri
@@ -8,14 +8,6 @@ CONFIG += c++11
VPATH += $$_PRO_FILE_PWD_
TARGET = tst_$$TARGET
-# Load mobilityconfig if Qt Mobility is available
-load(mobilityconfig, true)
-contains(MOBILITY_CONFIG, multimedia) {
- # This define is used by tests depending on Qt Multimedia
- DEFINES -= WTF_USE_QT_MULTIMEDIA=0
- DEFINES += WTF_USE_QT_MULTIMEDIA=1
-}
-
SOURCES += $${TARGET}.cpp
INCLUDEPATH += $$PWD