Skip to content

Commit 99275bb

Browse files
author
timlinux
committed
Enable qtsql module
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8434 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2ebab0e commit 99275bb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CMakeLists.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,11 @@ SET( QT_USE_QT3SUPPORT TRUE )
138138
SET( QT_USE_QTXML TRUE )
139139
SET( QT_USE_QTNETWORK TRUE )
140140
SET( QT_USE_QTSVG TRUE )
141+
SET( QT_USE_QTSQL TRUE )
141142
IF (ENABLE_TESTS)
142143
SET( QT_USE_QTTEST TRUE )
143144
ENABLE_TESTING()
144145
ENDIF (ENABLE_TESTS)
145-
# TODO: should not be needed, report it to CMake devs
146-
IF (APPLE AND QT_USE_QT3SUPPORT)
147-
SET( QT_USE_QTSQL TRUE )
148-
ENDIF (APPLE AND QT_USE_QT3SUPPORT)
149146

150147
FIND_PACKAGE(Qt4 REQUIRED)
151148

0 commit comments

Comments
 (0)