Skip to content

Commit 3df5880

Browse files
committed
trim link list of application
1 parent be81716 commit 3df5880

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/app/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -570,18 +570,9 @@ if(MSVC AND CMAKE_SIZEOF_VOID_P EQUAL 8)
570570
ENDIF(MSVC AND CMAKE_SIZEOF_VOID_P EQUAL 8)
571571

572572
TARGET_LINK_LIBRARIES(${QGIS_APP_NAME}
573-
${QWT_LIBRARY}
574-
${QT_QTSQL_LIBRARY}
575-
${QT_QTUITOOLS_LIBRARY}
576-
${QT_QTWEBKIT_LIBRARY}
577573
#should only be needed for win
578574
${QT_QTMAIN_LIBRARY}
579-
${QWTPOLAR_LIBRARY}
580-
${GDAL_LIBRARY}
581575
qgis_app
582-
qgis_core
583-
qgis_gui
584-
qgis_analysis
585576
)
586577

587578
IF (ANDROID)

0 commit comments

Comments
 (0)