Skip to content

Commit 6549f29

Browse files
author
timlinux
committedNov 28, 2006
Remove this from all plugin pro files as it causes linking to debug qt 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/qgis@6140 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

6 files changed

+0
-9
lines changed

6 files changed

+0
-9
lines changed
 

‎src/plugins/copyright_label/copyright_label.pro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ DESTDIR=$${QGISPLUGINDIR}
2828
QT += qt3support svg core gui xml network
2929
message("Building libs into $${DESTDIR}")
3030

31-
CONFIG += qt dll thread debug rtti
3231
HEADERS += plugin.h \
3332
plugingui.h
3433
FORMS += pluginguibase.ui

‎src/plugins/delimited_text/delimited_text.pro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ DESTDIR=$${QGISPLUGINDIR}
3131
QT += qt3support svg core gui xml network
3232
message("Building libs into $${DESTDIR}")
3333

34-
CONFIG += qt dll thread debug rtti
3534
HEADERS += qgsdelimitedtextplugin.h \
3635
qgsdelimitedtextplugingui.h
3736
FORMS += qgsdelimitedtextpluginguibase.ui

‎src/plugins/grass/grass.pro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ DESTDIR=$${QGISPLUGINDIR}
3333
QT += qt3support svg core gui xml network
3434
message("Building libs into $${DESTDIR}")
3535

36-
CONFIG += qt dll thread debug rtti
3736
HEADERS += qgsgrassattributes.h \
3837
qgsgrassbrowser.h \
3938
qgsgrassedit.h \

‎src/plugins/grid_maker/grid_maker.pro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ QT += qt3support svg core gui xml network
2929

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

32-
CONFIG += qt dll thread debug rtti
33-
3432

3533
HEADERS += graticulecreator.h \
3634
plugin.h \

‎src/plugins/north_arrow/north_arrow.pro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ DESTDIR=$${QGISPLUGINDIR}
2828
QT += qt3support svg core gui xml network
2929
message("Building libs into $${DESTDIR}")
3030

31-
CONFIG += qt dll thread debug rtti
32-
3331
HEADERS += plugin.h \
3432
plugingui.h \
3533
pluginguibase.ui.h

‎src/plugins/scale_bar/scale_bar.pro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ DESTDIR=$${QGISPLUGINDIR}
2828
QT += qt3support svg core gui xml network
2929
message("Building libs into $${DESTDIR}")
3030

31-
CONFIG += qt dll thread debug rtti
32-
3331

3432
HEADERS += plugin.h \
3533
plugingui.h \

0 commit comments

Comments
 (0)
Please sign in to comment.