~azzar1/unity8/record-test-failure

« back to all changes in this revision

Viewing changes to plugins/Unity/Indicators/Network/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 IndicatorsNetwork_QMLFILES
 
2
    *.qml
 
3
    *.js
 
4
    qmldir
 
5
)
 
6
 
 
7
# copy qml & qmldir files into build directory for shadow builds
 
8
add_custom_target(UnityIndicatorsNetworkQmlFiles ALL
 
9
    COMMAND cp ${IndicatorsNetwork_QMLFILES} ${CMAKE_BINARY_DIR}/plugins/Unity/Indicators/Network
 
10
    DEPENDS ${IndicatorsNetwork_QMLFILES}
 
11
)
 
12
 
 
13
install(FILES ${IndicatorsNetwork_QMLFILES}
 
14
        DESTINATION ${SHELL_PRIVATE_LIBDIR}/qml/Unity/Indicators/Network
 
15
)