summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/tests.pri
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/tests.pri')
-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