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

« back to all changes in this revision

Viewing changes to libmuon/backends/ApplicationBackend/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-03-24 23:06:35 UTC
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: package-import@ubuntu.com-20150324230635-nvt7aq7kqvaxq36e
Tags: upstream-5.2.2-1
ImportĀ upstreamĀ versionĀ 5.2.2-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
add_library(muon-applications-backend MODULE ${appsbackend_SRCS})
21
21
target_link_libraries(muon-applications-backend Qt5::Widgets Qt5::DBus Qt5::Concurrent
22
22
     KF5::Archive KF5::KIOWidgets KF5::XmlGui DebconfKDE::Main KF5::IconThemes
23
 
     Muon::QOAuth QApt::Main MuonCommon MuonApt
 
23
     Muon::QOAuth QApt::Main muonprivate MuonApt
24
24
)
25
25
 
26
26
install(TARGETS muon-applications-backend DESTINATION ${PLUGIN_INSTALL_DIR}/muon)