[Kst] branches/work/kst/portto4/kst
Peter Kümmel
syntheticpp at gmx.net
Thu Apr 29 20:16:08 CEST 2010
SVN commit 1120702 by kuemmel:
no warnings with gcc 4.4
BUG: 218293
M +1 -1 dataobjectplugin.pri
M +1 -1 datasourceplugin.pri
M +1 -1 kst.pri
--- branches/work/kst/portto4/kst/dataobjectplugin.pri #1120701:1120702
@@ -1,7 +1,7 @@
QT += xml
TEMPLATE = lib
-CONFIG += plugin
+CONFIG += plugin warn_on
CONFIG -= precompile_header
!win32:OBJECTS_DIR = tmp
!win32:MOC_DIR = tmp
--- branches/work/kst/portto4/kst/datasourceplugin.pri #1120701:1120702
@@ -1,7 +1,7 @@
QT += xml
TEMPLATE = lib
-CONFIG += plugin
+CONFIG += plugin warn_on
CONFIG -= precompile_header
!win32:OBJECTS_DIR = tmp
!win32:MOC_DIR = tmp
--- branches/work/kst/portto4/kst/kst.pri #1120701:1120702
@@ -21,7 +21,7 @@
QT += core xml
-CONFIG += silent
+CONFIG += silent warn_on
DEBUG_MODE = $$(KST_DEBUG_MODE)
contains(DEBUG_MODE, 1) {
More information about the Kst
mailing list