~feng-kylin/unity8/OpenUrlInIndicator

« back to all changes in this revision

Viewing changes to plugins/Unity/Indicators/qml/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Nick Dedekind, Launchpad Translations on behalf of unity-team
  • Date: 2013-07-11 19:50:27 UTC
  • mfrom: (2.5.114 indicators-client)
  • Revision ID: tarmac-20130711195027-yheu3w2oc42c1h7s
Moved indicators-client code into unity8. Fixes: https://bugs.launchpad.net/bugs/1191132, https://bugs.launchpad.net/bugs/1191822.

Approved by PS Jenkins bot, Michał Sawicz, Nicolas d'Offay.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
file(GLOB Indicators_QMLFILES
 
2
    *.qml
 
3
    qmldir
 
4
)
 
5
 
 
6
# copy qml & qmldir files into build directory for shadow builds
 
7
add_custom_target(UnityIndicatorsQmlFiles ALL
 
8
    COMMAND cp ${Indicators_QMLFILES} ${CMAKE_BINARY_DIR}/plugins/Unity/Indicators
 
9
    DEPENDS ${Indicators_QMLFILES}
 
10
)
 
11
 
 
12
install(FILES ${Indicators_QMLFILES}
 
13
        DESTINATION ${SHELL_PRIVATE_LIBDIR}/qml/Unity/Indicators
 
14
)