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 8c575a1 commit a3e2ceaCopy full SHA for a3e2cea
src/app/CMakeLists.txt
@@ -229,7 +229,15 @@ ELSE (WIN32)
229
ENDIF (WIN32)
230
231
TARGET_LINK_LIBRARIES(qgis
232
- ${QT_LIBRARIES}
+ ${QT_QTCORE_LIBRARY}
233
+ ${QT_QTGUI_LIBRARY}
234
+ ${QT_QTXML_LIBRARY}
235
+ #${QT_QTSQL_LIBRARY}
236
+ ${QT_QTSVG_LIBRARY}
237
+ ${QT_QTNETWORK_LIBRARY}
238
+ #should only be needed for win
239
+ ${QT_QTMAIN_LIBRARY}
240
+ ${QT_QT3SUPPORT_LIBRARY}
241
qgis_core
242
qgis_gui
243
)
0 commit comments