Changeset 194 in pacpusframework for trunk/src/_NewComponent/CMakeLists.txt.in
- Timestamp:
- Oct 24, 2013, 3:59:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/_NewComponent/CMakeLists.txt.in
r190 r194 7 7 create_export(EXPORT_HDR ${PROJECT_NAME}) 8 8 pacpus_plugin(PLUGIN_CPP PLUGIN_HDR ${PROJECT_NAME}) 9 10 ################################################################################11 # Qt12 set(QT_USE_QTXML true)13 set(QT_USE_QTNETWORK true)14 include(${QT_USE_FILE})15 16 add_definitions(17 ${QT_DEFINITIONS}18 )19 9 20 10 ################################################################################ … … 46 36 set(MOC_FILES 47 37 ${PLUGIN_HDR} 48 #@PACPUS_COMPONENT_NAME@.h38 @PACPUS_COMPONENT_NAME@.h 49 39 ) 50 40
Note:
See TracChangeset
for help on using the changeset viewer.