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

« back to all changes in this revision

Viewing changes to qt/quick/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:
62
62
target_link_libraries(${OXIDE_QUICKLIB} ${OXIDE_CORELIB_NAME})
63
63
set_target_properties(
64
64
    ${OXIDE_QUICKLIB} PROPERTIES
65
 
    LIBRARY_OUTPUT_DIRECTORY ${LIB_OUTPUT_DIR}
66
 
    AUTOMOC TRUE
67
 
    SOVERSION ${OXIDE_CORELIB_SO_VERSION})
 
65
    SKIP_BUILD_RPATH TRUE AUTOMOC TRUE
 
66
    SOVERSION ${OXIDE_CORELIB_SO_VERSION}
 
67
    LIBRARY_OUTPUT_DIRECTORY ${LIB_OUTPUT_DIR})
68
68
 
69
69
install(TARGETS ${OXIDE_QUICKLIB} DESTINATION ${CMAKE_INSTALL_LIBDIR})