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 be81716 commit 3df5880Copy full SHA for 3df5880
src/app/CMakeLists.txt
@@ -570,18 +570,9 @@ if(MSVC AND CMAKE_SIZEOF_VOID_P EQUAL 8)
570
ENDIF(MSVC AND CMAKE_SIZEOF_VOID_P EQUAL 8)
571
572
TARGET_LINK_LIBRARIES(${QGIS_APP_NAME}
573
- ${QWT_LIBRARY}
574
- ${QT_QTSQL_LIBRARY}
575
- ${QT_QTUITOOLS_LIBRARY}
576
- ${QT_QTWEBKIT_LIBRARY}
577
#should only be needed for win
578
${QT_QTMAIN_LIBRARY}
579
- ${QWTPOLAR_LIBRARY}
580
- ${GDAL_LIBRARY}
581
qgis_app
582
- qgis_core
583
- qgis_gui
584
- qgis_analysis
585
)
586
587
IF (ANDROID)
0 commit comments