summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-14 19:26:41 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-16 22:01:36 +0100
commit6fa2f5c4b16d271950d3ec09f100a105fc71f632 (patch)
tree23832c436d1922b074104f7e11677d8966cada66 /examples
parent3bf7a86c07df424df87fa12e224a96cb85596a28 (diff)
remove some unnecessary CONFIG additions
qt is already added by spec_pre.prf, warn_on by default_pre.prf, and no_private_qt_headers_warning by qt_build_config.prf. Change-Id: Ia5cee420d577dd0ae0120cb2dd430d4ddd29ebcf Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/multimedia/audiodecoder/audiodecoder.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/multimedia/audiodecoder/audiodecoder.pro b/examples/multimedia/audiodecoder/audiodecoder.pro
index 0a09c3cf3..4cfb31339 100644
--- a/examples/multimedia/audiodecoder/audiodecoder.pro
+++ b/examples/multimedia/audiodecoder/audiodecoder.pro
@@ -1,8 +1,6 @@
TEMPLATE = app
TARGET = audiodecoder
-CONFIG += qt warn_on
-
HEADERS = \
audiodecoder.h \
wavefilewriter.h