~stolowski/unity-scopes-shell/single-preview

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Marcus Tomlinson
  • Date: 2015-02-03 07:32:37 UTC
  • mto: This revision was merged to the branch mainline in revision 191.
  • Revision ID: marcus.tomlinson@canonical.com-20150203073237-l48gnmhn87e4idsm
Added localization

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
                                       ${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/tests)
45
45
 
46
46
find_package(PkgConfig)
 
47
find_package(Intltool)
47
48
find_package(Qt5Core)
48
49
find_package(Qt5DBus)
49
50
find_package(Qt5Qml)
81
82
# "signals" and "slots"
82
83
add_definitions(-DQT_NO_KEYWORDS)
83
84
 
 
85
# Translation
 
86
set(GETTEXT_PACKAGE "unity-plugin-scopes")
 
87
add_definitions(-DGETTEXT_PACKAGE="{GETTEXT_PACKAGE}")
 
88
 
84
89
# Tests
85
90
include(CTest)
86
91
enable_testing()
94
99
add_subdirectory(tests)
95
100
add_subdirectory(data)
96
101
add_subdirectory(tools)
97
 
 
98
 
#
99
 
# Translation
100
 
#
101
 
#add_subdirectory(po)
 
102
add_subdirectory(po)