Changeset 194 in pacpusframework for trunk/src/_NewComponent/CMakeLists.txt.in


Ignore:
Timestamp:
10/24/13 15:59:43 (11 years ago)
Author:
Marek Kurdej
Message:

Minor: NewComponent modifications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/_NewComponent/CMakeLists.txt.in

    r190 r194  
    77create_export(EXPORT_HDR ${PROJECT_NAME})
    88pacpus_plugin(PLUGIN_CPP PLUGIN_HDR ${PROJECT_NAME})
    9 
    10 ################################################################################
    11 # Qt
    12 set(QT_USE_QTXML true)
    13 set(QT_USE_QTNETWORK true)
    14 include(${QT_USE_FILE})
    15 
    16 add_definitions(
    17     ${QT_DEFINITIONS}
    18 )
    199
    2010################################################################################
     
    4636set(MOC_FILES
    4737    ${PLUGIN_HDR}
    48     #@PACPUS_COMPONENT_NAME@.h
     38    @PACPUS_COMPONENT_NAME@.h
    4939)
    5040
Note: See TracChangeset for help on using the changeset viewer.