Skip to content

Commit a3e2cea

Browse files
author
timlinux
committedMar 26, 2008
Link to explicit qt libs to avoid linking to qttest
git-svn-id: http://svn.osgeo.org/qgis/trunk@8275 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8c575a1 commit a3e2cea

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎src/app/CMakeLists.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,15 @@ ELSE (WIN32)
229229
ENDIF (WIN32)
230230

231231
TARGET_LINK_LIBRARIES(qgis
232-
${QT_LIBRARIES}
232+
${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}
233241
qgis_core
234242
qgis_gui
235243
)

0 commit comments

Comments
 (0)
Please sign in to comment.