From 13befc31a6079aee01caa593778e724c0929aa98 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 27 Apr 2013 06:53:17 +0000 Subject: 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 --- src/plugins/General/kdenotify/kdenotify.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/plugins/General/kdenotify') 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 -- cgit v1.2.3-13-gbd6f