~ci-train-bot/ubuntu-settings-components/ubuntu-settings-components-ubuntu-zesty-1721

« back to all changes in this revision

Viewing changes to cmake/modules/QmlPlugins.cmake

  • Committer: Nick Dedekind
  • Date: 2015-04-07 09:42:19 UTC
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: nick.dedekind@canonical.com-20150407094219-l0bx6m11i70bceyq
Moved to plugins to plugins folder.

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
        set(target_prefix ${QMLPLUGIN_TARGET_PREFIX}${PLUGIN})
127
127
        set(qmltypes_path ${CMAKE_CURRENT_SOURCE_DIR}/${plugin_suffix}.qmltypes)
128
128
 
 
129
        add_custom_target(${target_prefix}-qmltypesprint
 
130
            COMMAND echo ${CMAKE_BINARY_DIR}
 
131
            COMMAND echo ${QMLPLUGIN_MODULE_DIR}
 
132
            COMMAND echo ${QMLPLUGIN_BINARY_DIR}
 
133
        )
 
134
 
129
135
        add_custom_target(${target_prefix}-qmltypes
130
136
            COMMAND env ${QMLPLUGIN_ENVIRONMENT} ${qmlplugindump_executable} -notrelocatable
131
137
                    ${PLUGIN} ${VERSION} ${QMLPLUGIN_MODULE_DIR} > ${qmltypes_path}