[QGIS Commit] r8275 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Mar 25 21:56:24 EDT 2008


Author: timlinux
Date: 2008-03-25 21:56:24 -0400 (Tue, 25 Mar 2008)
New Revision: 8275

Modified:
   trunk/qgis/src/app/CMakeLists.txt
Log:
Link to explicit qt libs to avoid linking to qttest


Modified: trunk/qgis/src/app/CMakeLists.txt
===================================================================
--- trunk/qgis/src/app/CMakeLists.txt	2008-03-26 00:55:43 UTC (rev 8274)
+++ trunk/qgis/src/app/CMakeLists.txt	2008-03-26 01:56:24 UTC (rev 8275)
@@ -229,7 +229,15 @@
 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
   )



More information about the QGIS-commit mailing list