Skip to content

Commit 0618566

Browse files
author
timlinux
committed
Remove this from all provider 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 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/qgis@6141 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6549f29 commit 0618566

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

src/providers/delimitedtext/delimitedtext.pro

-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@ DESTDIR=$${QGISPROVIDERDIR}
3131
QT += qt3support svg core gui xml network
3232
message("Building libs into $${DESTDIR}")
3333

34-
CONFIG += qt dll thread debug rtti
3534
HEADERS += qgsdelimitedtextprovider.h
3635
SOURCES += qgsdelimitedtextprovider.cpp

src/providers/grass/grass.pro

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ DESTDIR=$${QGISPROVIDERDIR}
3030
QT += qt3support svg core gui xml network
3131
message("Building libs into $${DESTDIR}")
3232

33-
CONFIG += qt dll thread debug rtti
3433
HEADERS += qgsgrass.h \
3534
qgsgrassprovider.h
3635
SOURCES += provider.cpp \
3736
qgsgrass.cpp \
38-
qgsgrassprovider.cpp
37+
qgsgrassprovider.cpp

src/providers/ogr/ogr.pro

-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@ DESTDIR=$${QGISPROVIDERDIR}
3131
QT += qt3support svg core gui xml network
3232
message("Building libs into $${DESTDIR}")
3333

34-
CONFIG += qt dll thread debug rtti
3534
HEADERS += qgsogrprovider.h
3635
SOURCES += qgsogrprovider.cpp

src/providers/postgres/postgres.pro

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ DESTDIR=$${QGISPROVIDERDIR}
3131
QT += qt3support svg core gui xml network
3232
message("Building libs into $${DESTDIR}")
3333

34-
CONFIG += qt dll thread debug rtti
35-
3634
HEADERS += qgspostgresprovider.h \
3735
qgspostgrescountthread.h \
3836
qgspostgisbox2d.h \

0 commit comments

Comments
 (0)