~mzanetti/unity8/fix-preview-collapsing

« back to all changes in this revision

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

merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
qt5_use_modules(IndicatorsQml Core Qml Quick)
49
49
 
50
50
install(TARGETS IndicatorsQml
51
 
    DESTINATION ${SHELL_APP_DIR}/modules/Unity/Indicators
 
51
    DESTINATION ${SHELL_PRIVATE_LIBDIR}/qml/Unity/Indicators
52
52
    )