diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-04-27 06:53:17 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-04-27 06:53:17 +0000 |
| commit | 13befc31a6079aee01caa593778e724c0929aa98 (patch) | |
| tree | 7b19fa7ad63b02d7454cd260e37b5836b02dc16c /src/plugins/General | |
| parent | c9da71f2828b7940f62e77615915c906c04f8af9 (diff) | |
| download | qmmp-13befc31a6079aee01caa593778e724c0929aa98.tar.gz qmmp-13befc31a6079aee01caa593778e724c0929aa98.tar.bz2 qmmp-13befc31a6079aee01caa593778e724c0929aa98.zip | |
qmake: removed release option from config
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3406 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General')
| -rw-r--r-- | src/plugins/General/converter/converter.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/copypaste/copypaste.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/covermanager/covermanager.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/fileops/fileops.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/hal/hal.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/hotkey/hotkey.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/kdenotify/kdenotify.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/lyrics/lyrics.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/mpris/mpris.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/notifier/notifier.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/scrobbler/scrobbler.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/statusicon/statusicon.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/streambrowser/streambrowser.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/trackchange/trackchange.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/udisks/udisks.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/udisks2/udisks2.pro | 3 |
16 files changed, 16 insertions, 32 deletions
diff --git a/src/plugins/General/converter/converter.pro b/src/plugins/General/converter/converter.pro index 853adc899..131e4214c 100644 --- a/src/plugins/General/converter/converter.pro +++ b/src/plugins/General/converter/converter.pro @@ -1,8 +1,7 @@ include(../../plugins.pri) INCLUDEPATH += ../../../../src -CONFIG += release \ -warn_on \ +CONFIG += warn_on \ plugin \ link_pkgconfig diff --git a/src/plugins/General/copypaste/copypaste.pro b/src/plugins/General/copypaste/copypaste.pro index dfebe7ed5..ca77c3d2f 100644 --- a/src/plugins/General/copypaste/copypaste.pro +++ b/src/plugins/General/copypaste/copypaste.pro @@ -1,8 +1,7 @@ include(../../plugins.pri) INCLUDEPATH += ../../../../src -CONFIG += release \ -warn_on \ +CONFIG += warn_on \ plugin TARGET =$$PLUGINS_PREFIX/General/copypaste diff --git a/src/plugins/General/covermanager/covermanager.pro b/src/plugins/General/covermanager/covermanager.pro index 24134888a..caa560887 100644 --- a/src/plugins/General/covermanager/covermanager.pro +++ b/src/plugins/General/covermanager/covermanager.pro @@ -1,6 +1,5 @@ include(../../plugins.pri) -CONFIG += release \ - warn_on \ +CONFIG += warn_on \ plugin TEMPLATE = lib unix:QMAKE_LIBDIR += ../../../../lib diff --git a/src/plugins/General/fileops/fileops.pro b/src/plugins/General/fileops/fileops.pro index 56c5ce5bc..608ae61db 100644 --- a/src/plugins/General/fileops/fileops.pro +++ b/src/plugins/General/fileops/fileops.pro @@ -1,8 +1,7 @@ include(../../plugins.pri) INCLUDEPATH += ../../../../src -CONFIG += release \ -warn_on \ +CONFIG += warn_on \ plugin TARGET =$$PLUGINS_PREFIX/General/fileops diff --git a/src/plugins/General/hal/hal.pro b/src/plugins/General/hal/hal.pro index 90bac4413..9dcb81db6 100644 --- a/src/plugins/General/hal/hal.pro +++ b/src/plugins/General/hal/hal.pro @@ -1,7 +1,6 @@ include(../../plugins.pri) -CONFIG += release \ -warn_on \ +CONFIG += warn_on \ plugin \ lib \ qdbus diff --git a/src/plugins/General/hotkey/hotkey.pro b/src/plugins/General/hotkey/hotkey.pro index c27869511..05a80c6b9 100644 --- a/src/plugins/General/hotkey/hotkey.pro +++ b/src/plugins/General/hotkey/hotkey.pro @@ -1,7 +1,6 @@ include(../../plugins.pri)
-CONFIG += release \
-warn_on \
+CONFIG += warn_on \
plugin \
lib \
link_pkgconfig
diff --git a/src/plugins/General/kdenotify/kdenotify.pro b/src/plugins/General/kdenotify/kdenotify.pro index 5df30f709..840a9c67c 100644 --- a/src/plugins/General/kdenotify/kdenotify.pro +++ b/src/plugins/General/kdenotify/kdenotify.pro @@ -4,8 +4,7 @@ include(../../plugins.pri) INCLUDEPATH += ../../../../src QT += dbus -CONFIG += release \ - warn_on \ +CONFIG += warn_on \ plugin unix:TARGET = $$PLUGINS_PREFIX/General/kdenotify unix:QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libkdenotify.so diff --git a/src/plugins/General/lyrics/lyrics.pro b/src/plugins/General/lyrics/lyrics.pro index 89a76141e..bf9affd5c 100644 --- a/src/plugins/General/lyrics/lyrics.pro +++ b/src/plugins/General/lyrics/lyrics.pro @@ -1,8 +1,7 @@ include(../../plugins.pri) INCLUDEPATH += ../../../../src -CONFIG += release \ -warn_on \ +CONFIG += warn_on \ plugin TARGET =$$PLUGINS_PREFIX/General/lyrics diff --git a/src/plugins/General/mpris/mpris.pro b/src/plugins/General/mpris/mpris.pro index a60b36c06..01140d768 100644 --- a/src/plugins/General/mpris/mpris.pro +++ b/src/plugins/General/mpris/mpris.pro @@ -1,7 +1,6 @@ include(../../plugins.pri) -CONFIG += release \ -warn_on \ +CONFIG += warn_on \ plugin \ lib \ qdbus diff --git a/src/plugins/General/notifier/notifier.pro b/src/plugins/General/notifier/notifier.pro index 7af18cd65..6244494c4 100644 --- a/src/plugins/General/notifier/notifier.pro +++ b/src/plugins/General/notifier/notifier.pro @@ -1,8 +1,7 @@ include(../../plugins.pri) INCLUDEPATH += ../../../../src -CONFIG += release \ -warn_on \ +CONFIG += warn_on \ plugin TARGET =$$PLUGINS_PREFIX/General/notifier diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro index a779ad5fe..f40b90333 100644 --- a/src/plugins/General/scrobbler/scrobbler.pro +++ b/src/plugins/General/scrobbler/scrobbler.pro @@ -1,6 +1,5 @@ include(../../plugins.pri) -CONFIG += release \ - warn_on \ +CONFIG += warn_on \ plugin TEMPLATE = lib unix:QMAKE_LIBDIR += ../../../../lib diff --git a/src/plugins/General/statusicon/statusicon.pro b/src/plugins/General/statusicon/statusicon.pro index 0c066768f..f21450a78 100644 --- a/src/plugins/General/statusicon/statusicon.pro +++ b/src/plugins/General/statusicon/statusicon.pro @@ -1,7 +1,6 @@ include(../../plugins.pri) INCLUDEPATH += ../../../../src -CONFIG += release \ - warn_on \ +CONFIG += warn_on \ plugin unix:TARGET = $$PLUGINS_PREFIX/General/statusicon unix:QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libstatusicon.so diff --git a/src/plugins/General/streambrowser/streambrowser.pro b/src/plugins/General/streambrowser/streambrowser.pro index ba2cea795..25b529dd4 100644 --- a/src/plugins/General/streambrowser/streambrowser.pro +++ b/src/plugins/General/streambrowser/streambrowser.pro @@ -1,8 +1,7 @@ include(../../plugins.pri) INCLUDEPATH += ../../../../src -CONFIG += release \ -warn_on \ +CONFIG += warn_on \ plugin TARGET =$$PLUGINS_PREFIX/General/streambrowser diff --git a/src/plugins/General/trackchange/trackchange.pro b/src/plugins/General/trackchange/trackchange.pro index d5295da23..cc88f1ba6 100644 --- a/src/plugins/General/trackchange/trackchange.pro +++ b/src/plugins/General/trackchange/trackchange.pro @@ -1,8 +1,7 @@ include(../../plugins.pri) INCLUDEPATH += ../../../../src -CONFIG += release \ -warn_on \ +CONFIG += warn_on \ plugin TARGET =$$PLUGINS_PREFIX/General/trackchange diff --git a/src/plugins/General/udisks/udisks.pro b/src/plugins/General/udisks/udisks.pro index 90d9a5ad6..33b1e1b4a 100644 --- a/src/plugins/General/udisks/udisks.pro +++ b/src/plugins/General/udisks/udisks.pro @@ -1,7 +1,6 @@ include(../../plugins.pri) -CONFIG += release \ -warn_on \ +CONFIG += warn_on \ plugin \ lib \ qdbus diff --git a/src/plugins/General/udisks2/udisks2.pro b/src/plugins/General/udisks2/udisks2.pro index 2d3b0a474..e9e4899ef 100644 --- a/src/plugins/General/udisks2/udisks2.pro +++ b/src/plugins/General/udisks2/udisks2.pro @@ -1,7 +1,6 @@ include(../../plugins.pri) -CONFIG += release \ -warn_on \ +CONFIG += warn_on \ plugin \ lib \ qdbus |
