We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 658379f commit c64a89cCopy full SHA for c64a89c
CMakeLists.txt
@@ -138,14 +138,11 @@ SET( QT_USE_QT3SUPPORT TRUE )
138
SET( QT_USE_QTXML TRUE )
139
SET( QT_USE_QTNETWORK TRUE )
140
SET( QT_USE_QTSVG TRUE )
141
+SET( QT_USE_QTSQL TRUE )
142
IF (ENABLE_TESTS)
143
SET( QT_USE_QTTEST TRUE )
144
ENABLE_TESTING()
145
ENDIF (ENABLE_TESTS)
-# 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)
149
150
FIND_PACKAGE(Qt4 REQUIRED)
151
0 commit comments