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>
This commit is contained in:
Oswald Buddenhagen
2016-02-12 16:31:29 +01:00
parent 3408abef86
commit 3ef3e5b101
21 changed files with 14 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
CONFIG += no_private_qt_headers_warning testcase
CONFIG += testcase
TARGET = tst_qsamplecache
QT += multimedia-private testlib