Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Link to explicit qt libs to avoid linking to qttest
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8275 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Mar 26, 2008
1 parent 9f6ed18 commit e342450
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/app/CMakeLists.txt
Expand Up @@ -229,7 +229,15 @@ ELSE (WIN32)
ENDIF (WIN32)

TARGET_LINK_LIBRARIES(qgis
${QT_LIBRARIES}
${QT_QTCORE_LIBRARY}
${QT_QTGUI_LIBRARY}
${QT_QTXML_LIBRARY}
#${QT_QTSQL_LIBRARY}
${QT_QTSVG_LIBRARY}
${QT_QTNETWORK_LIBRARY}
#should only be needed for win
${QT_QTMAIN_LIBRARY}
${QT_QT3SUPPORT_LIBRARY}
qgis_core
qgis_gui
)
Expand Down

0 comments on commit e342450

Please sign in to comment.