Skip to content

Commit

Permalink
Remove this from all provider pro files as it causes linking to debug…
Browse files Browse the repository at this point in the history
… qt libs and also these params should be specified once in settings.pro only! (Fixes build of providers 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@6141 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 28, 2006
1 parent 4eafe17 commit 9dd27fd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion src/providers/delimitedtext/delimitedtext.pro
Expand Up @@ -31,6 +31,5 @@ DESTDIR=$${QGISPROVIDERDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")

CONFIG += qt dll thread debug rtti
HEADERS += qgsdelimitedtextprovider.h
SOURCES += qgsdelimitedtextprovider.cpp
3 changes: 1 addition & 2 deletions src/providers/grass/grass.pro
Expand Up @@ -30,9 +30,8 @@ DESTDIR=$${QGISPROVIDERDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")

CONFIG += qt dll thread debug rtti
HEADERS += qgsgrass.h \
qgsgrassprovider.h
SOURCES += provider.cpp \
qgsgrass.cpp \
qgsgrassprovider.cpp
qgsgrassprovider.cpp
1 change: 0 additions & 1 deletion src/providers/ogr/ogr.pro
Expand Up @@ -31,6 +31,5 @@ DESTDIR=$${QGISPROVIDERDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")

CONFIG += qt dll thread debug rtti
HEADERS += qgsogrprovider.h
SOURCES += qgsogrprovider.cpp
2 changes: 0 additions & 2 deletions src/providers/postgres/postgres.pro
Expand Up @@ -31,8 +31,6 @@ DESTDIR=$${QGISPROVIDERDIR}
QT += qt3support svg core gui xml network
message("Building libs into $${DESTDIR}")

CONFIG += qt dll thread debug rtti

HEADERS += qgspostgresprovider.h \
qgspostgrescountthread.h \
qgspostgisbox2d.h \
Expand Down

0 comments on commit 9dd27fd

Please sign in to comment.