~abreu-alexandre/oxide/add-ua-to-downloadrequested

« back to all changes in this revision

Viewing changes to qt/qmlplugin/CMakeLists.txt

  • Committer: Chris Coulson
  • Date: 2014-10-27 01:54:13 UTC
  • Revision ID: chris.coulson@canonical.com-20141027015413-zmcnwr7qpqy0n808
Revert r812, as it doesn't build the Ozone backend (although the build does still seem to work here)

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    ${OXIDE_QUICKLIB})
48
48
set_target_properties(
49
49
    ${OXIDE_QMLPLUGIN} PROPERTIES
50
 
    LIBRARY_OUTPUT_DIRECTORY ${QMLPLUGIN_OUTPUT_DIR}/${OXIDE_QMLPLUGIN_MODULE_NAME}
51
 
    AUTOMOC TRUE)
 
50
    SKIP_BUILD_RPATH TRUE AUTOMOC TRUE
 
51
    LIBRARY_OUTPUT_DIRECTORY ${QMLPLUGIN_OUTPUT_DIR}/${OXIDE_QMLPLUGIN_MODULE_NAME})
52
52
 
53
53
add_custom_target(
54
54
    copy_${OXIDE_QMLPLUGIN}_qmldir ALL