~ubuntu-branches/ubuntu/vivid/muon/vivid-proposed

« back to all changes in this revision

Viewing changes to libmuon/declarative/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark
  • Date: 2015-03-24 07:36:31 UTC
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: package-import@ubuntu.com-20150324073631-7nmay5episnfkdlt
Tags: upstream-5.2.2
ImportĀ upstreamĀ versionĀ 5.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
project(muon-declarative)
2
 
 
3
1
include_directories( ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ..)
4
2
 
5
3
add_library(muondeclarativeplugin MuonDeclarativePlugin.cpp ApplicationProxyModelHelper.cpp)
6
4
 
7
 
target_link_libraries(muondeclarativeplugin Qt5::Core Qt5::Qml muonprivate)
 
5
target_link_libraries(muondeclarativeplugin Qt5::Core Qt5::Qml MuonCommon)
8
6
 
9
7
install(TARGETS muondeclarativeplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/muon)
10
8
install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/muon)