diff options
author | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2012-12-14 19:26:41 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-12-16 22:01:36 +0100 |
commit | 6fa2f5c4b16d271950d3ec09f100a105fc71f632 (patch) | |
tree | 23832c436d1922b074104f7e11677d8966cada66 /examples | |
parent | 3bf7a86c07df424df87fa12e224a96cb85596a28 (diff) | |
download | qtmultimedia-6fa2f5c4b16d271950d3ec09f100a105fc71f632.tar.gz |
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.pro | 2 |
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 |