~feng-kylin/ubuntu-settings-components/addSupportToOpenUrlInIndicator

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Andrea Cimitan
  • Date: 2013-06-07 15:39:04 UTC
  • Revision ID: andrea.cimitan@gmail.com-20130607153904-qvlflcvh4t09ublu
Some changes, renaming and new tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
project(system-components)
 
2
project(settings-components)
3
3
 
4
4
cmake_minimum_required(VERSION 2.8.9)
5
5
 
18
18
set(OUR_QT_QUICK_INCLUDE ${Qt5Quick_INCLUDE_DIRS})
19
19
LIST(APPEND QT_PKGCONFIG_DEPENDENCIES "Qt5Quick")
20
20
 
21
 
set(SYSTEM_COMPONENTS_DIR ${QT_IMPORTS_DIR}/Ubuntu)
 
21
set(SETTINGS_COMPONENTS_DIR ${QT_IMPORTS_DIR}/Ubuntu)
22
22
 
23
23
# Enable QML debugging
24
24
if(CMAKE_BUILD_TYPE MATCHES DEBUG OR CMAKE_BUILD_TYPE MATCHES "Debug")
67
67
 
68
68
# Install subdirectories
69
69
set(QML_DIRS
70
 
    SystemComponents
 
70
    SettingsComponents
71
71
    )
72
72
 
73
73
install(DIRECTORY ${QML_DIRS}
74
 
    DESTINATION ${SYSTEM_COMPONENTS_DIR}
 
74
    DESTINATION ${SETTINGS_COMPONENTS_DIR}
75
75
    )
76
76
 
77
77
# Tests