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

« back to all changes in this revision

Viewing changes to 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
1
project(muon)
2
 
set(PROJECT_VERSION "5.2.1")
 
2
set(PROJECT_VERSION "5.2.90")
3
3
set(PROJECT_VERSION_MAJOR 5)
4
4
 
5
5
cmake_minimum_required(VERSION 2.8.12)
19
19
include(GenerateExportHeader)
20
20
 
21
21
find_package(KF5 REQUIRED WidgetsAddons CoreAddons Solid
22
 
                                            Config Wallet DBusAddons I18n ConfigWidgets Notifications Declarative)
 
22
                                            Config Wallet DBusAddons I18n ConfigWidgets Notifications Declarative
 
23
                                            KIO IconThemes ItemViews)
23
24
 
 
25
find_package(KF5KDELibs4Support) # Needed for muon and MuonApt
24
26
find_package(Phonon4Qt5 REQUIRED NO_MODULE)
25
27
 
26
28
find_package(QApt 3.0.0)
49
51
if(QApt_FOUND)
50
52
    add_subdirectory(libmuonapt)
51
53
    add_subdirectory(muon)
52
 
#    add_subdirectory(installer)
53
54
endif()
54
55
add_subdirectory(updater)
55
56
add_subdirectory(discover)