summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/qmediaplayer
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-12 16:31:29 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-25 16:50:18 +0000
commit3ef3e5b1019cd727ec9ca5a16c7615b016db19ea (patch)
treefd7f0fe6d640bca1664e6d88b774ab3bc445fe70 /tests/auto/unit/qmediaplayer
parent3408abef86f49b0d2bd5de7f8dcf24a125166242 (diff)
remove redundant statements from project files
- TARGET is unnecessary if it matches the project file's basename - CONFIG+=no_private_qt_headers_warning is added by qt_build_config.prf - load(qt_build_config) is done by .qmake.conf Change-Id: I3eb45a758dfee34be3c78fc13d996780741c95e9 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com> Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
Diffstat (limited to 'tests/auto/unit/qmediaplayer')
-rw-r--r--tests/auto/unit/qmediaplayer/qmediaplayer.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/unit/qmediaplayer/qmediaplayer.pro b/tests/auto/unit/qmediaplayer/qmediaplayer.pro
index cbdbf71f4..04ce09733 100644
--- a/tests/auto/unit/qmediaplayer/qmediaplayer.pro
+++ b/tests/auto/unit/qmediaplayer/qmediaplayer.pro
@@ -1,4 +1,4 @@
-CONFIG += testcase no_private_qt_headers_warning
+CONFIG += testcase
TARGET = tst_qmediaplayer
QT += network multimedia-private testlib
SOURCES += tst_qmediaplayer.cpp