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/kdenotify | |
| 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/kdenotify')
| -rw-r--r-- | src/plugins/General/kdenotify/kdenotify.pro | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
