summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/qaudiodecoder
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/qaudiodecoder
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/qaudiodecoder')
-rw-r--r--tests/auto/unit/qaudiodecoder/qaudiodecoder.pro8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/auto/unit/qaudiodecoder/qaudiodecoder.pro b/tests/auto/unit/qaudiodecoder/qaudiodecoder.pro
index ff9ba8f05..0bf841b35 100644
--- a/tests/auto/unit/qaudiodecoder/qaudiodecoder.pro
+++ b/tests/auto/unit/qaudiodecoder/qaudiodecoder.pro
@@ -1,14 +1,8 @@
-#-------------------------------------------------
-#
-# Project created by QtCreator 2012-02-07T15:27:07
-#
-#-------------------------------------------------
-
QT += multimedia multimedia-private testlib gui
TARGET = tst_qaudiodecoder
-CONFIG += testcase no_private_qt_headers_warning
+CONFIG += testcase
TEMPLATE = app