Skip to content

Commit

Permalink
Remove this from all plugin pro files as it causes linking to debug q…
Browse files Browse the repository at this point in the history
…t libs and also these params should be specified once in settings.pro only! (Fixes build of plugins when building in release mode only (not debug_and_release).

CONFIG += qt dll thread debug rtti

git-svn-id: http://svn.osgeo.org/qgis/trunk@6140 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 28, 2006
1 parent 56eab68 commit 4eafe17
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/plugins/copyright_label/copyright_label.pro
Expand Up @@ -28,7 +28,6 @@ DESTDIR=$${QGISPLUGINDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")

CONFIG += qt dll thread debug rtti
HEADERS += plugin.h \
plugingui.h
FORMS += pluginguibase.ui
Expand Down
1 change: 0 additions & 1 deletion src/plugins/delimited_text/delimited_text.pro
Expand Up @@ -31,7 +31,6 @@ DESTDIR=$${QGISPLUGINDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")

CONFIG += qt dll thread debug rtti
HEADERS += qgsdelimitedtextplugin.h \
qgsdelimitedtextplugingui.h
FORMS += qgsdelimitedtextpluginguibase.ui
Expand Down
1 change: 0 additions & 1 deletion src/plugins/grass/grass.pro
Expand Up @@ -33,7 +33,6 @@ DESTDIR=$${QGISPLUGINDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")

CONFIG += qt dll thread debug rtti
HEADERS += qgsgrassattributes.h \
qgsgrassbrowser.h \
qgsgrassedit.h \
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/grid_maker/grid_maker.pro
Expand Up @@ -29,8 +29,6 @@ QT += qt3support svg core gui xml network

message("Building libs into $${DESTDIR}")

CONFIG += qt dll thread debug rtti


HEADERS += graticulecreator.h \
plugin.h \
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/north_arrow/north_arrow.pro
Expand Up @@ -28,8 +28,6 @@ DESTDIR=$${QGISPLUGINDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")

CONFIG += qt dll thread debug rtti

HEADERS += plugin.h \
plugingui.h \
pluginguibase.ui.h
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/scale_bar/scale_bar.pro
Expand Up @@ -28,8 +28,6 @@ DESTDIR=$${QGISPLUGINDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")

CONFIG += qt dll thread debug rtti


HEADERS += plugin.h \
plugingui.h \
Expand Down

0 comments on commit 4eafe17

Please sign in to comment.