@@ -71,24 +71,24 @@ ENDIF (APPLE)
71
71
#
72
72
# QgsQuickPrint test
73
73
#
74
- SET(qgis_quickprinttest_SRCS testqgsquickprint.cpp ${util_SRCS} )
75
- SET(qgis_quickprinttest_MOC_CPPS testqgsquickprint.cpp)
76
- QT4_WRAP_CPP(qgis_quickprinttest_MOC_SRCS ${qgis_quickprinttest_MOC_CPPS} )
77
- ADD_CUSTOM_TARGET(qgis_quickprinttestmoc ALL DEPENDS ${qgis_quickprinttest_MOC_SRCS} )
78
- ADD_EXECUTABLE(qgis_quickprinttest ${qgis_quickprinttest_SRCS} )
79
- ADD_DEPENDENCIES(qgis_quickprinttest qgis_quickprinttestmoc)
80
- TARGET_LINK_LIBRARIES(qgis_quickprinttest ${QT_LIBRARIES} qgis_core qgis_gui)
81
- SET_TARGET_PROPERTIES(qgis_quickprinttest
82
- PROPERTIES INSTALL_RPATH ${QGIS_LIB_DIR}
83
- INSTALL_RPATH_USE_LINK_PATH true)
84
- IF (APPLE)
85
- # For Mac OS X, the executable must be at the root of the bundle's executable folder
86
- INSTALL(TARGETS qgis_quickprinttest RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX} )
87
- ADD_TEST(qgis_quickprinttest ${CMAKE_INSTALL_PREFIX} /qgis_quickprinttest)
88
- ELSE (APPLE)
89
- INSTALL(TARGETS qgis_quickprinttest RUNTIME DESTINATION ${QGIS_BIN_DIR} )
90
- ADD_TEST(qgis_quickprinttest ${CMAKE_INSTALL_PREFIX} /bin/qgis_quickprinttest)
91
- ENDIF (APPLE)
74
+ # SET(qgis_quickprinttest_SRCS testqgsquickprint.cpp ${util_SRCS} )
75
+ # SET(qgis_quickprinttest_MOC_CPPS testqgsquickprint.cpp)
76
+ # QT4_WRAP_CPP(qgis_quickprinttest_MOC_SRCS ${qgis_quickprinttest_MOC_CPPS} )
77
+ # ADD_CUSTOM_TARGET(qgis_quickprinttestmoc ALL DEPENDS ${qgis_quickprinttest_MOC_SRCS} )
78
+ # ADD_EXECUTABLE(qgis_quickprinttest ${qgis_quickprinttest_SRCS} )
79
+ # ADD_DEPENDENCIES(qgis_quickprinttest qgis_quickprinttestmoc)
80
+ # TARGET_LINK_LIBRARIES(qgis_quickprinttest ${QT_LIBRARIES} qgis_core qgis_gui)
81
+ # SET_TARGET_PROPERTIES(qgis_quickprinttest
82
+ # PROPERTIES INSTALL_RPATH ${QGIS_LIB_DIR}
83
+ # INSTALL_RPATH_USE_LINK_PATH true)
84
+ # IF (APPLE)
85
+ # # For Mac OS X, the executable must be at the root of the bundle's executable folder
86
+ # INSTALL(TARGETS qgis_quickprinttest RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX} )
87
+ # ADD_TEST(qgis_quickprinttest ${CMAKE_INSTALL_PREFIX} /qgis_quickprinttest)
88
+ # ELSE (APPLE)
89
+ # INSTALL(TARGETS qgis_quickprinttest RUNTIME DESTINATION ${QGIS_BIN_DIR} )
90
+ # ADD_TEST(qgis_quickprinttest ${CMAKE_INSTALL_PREFIX} /bin/qgis_quickprinttest)
91
+ # ENDIF (APPLE)
92
92
93
93
94
94
0 commit comments