[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeedu/marble/src/tilecreator
From:       Tim Sutton <tim () linfiniti ! com>
Date:       2008-05-19 16:20:11
Message-ID: 1211214011.855857.10341.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 809840 by tsutton:

Link tile creator to application services framework on mac


 M  +3 -0      CMakeLists.txt  


--- trunk/KDE/kdeedu/marble/src/tilecreator/CMakeLists.txt #809839:809840
@@ -21,6 +21,9 @@
 add_definitions( -DMAKE_MARBLE_LIB -DTILECREATOR )
 add_executable( tilecreator ${tilecreator_SRCS} )
 target_link_libraries( tilecreator ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTMAIN_LIBRARY} )
+if (APPLE)
+  target_link_libraries (tilecreator ${APP_SERVICES_LIBRARY})
+endif (APPLE)
 
 if(WIN32 AND QTONLY)
     install (TARGETS tilecreator DESTINATION "")
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic