~mzanetti/unity8/modeswitchwarning

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Michael Zanetti
  • Date: 2015-10-26 16:47:52 UTC
  • mfrom: (1978.2.32 trunk)
  • Revision ID: michael.zanetti@canonical.com-20151026164752-8yt7ngcng344mb67
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
find_package(Qt5Concurrent 5.2 REQUIRED)
58
58
find_package(Qt5Sql 5.2 REQUIRED)
59
59
 
60
 
pkg_check_modules(APPLICATION_API REQUIRED unity-shell-application=8)
 
60
pkg_check_modules(APPLICATION_API REQUIRED unity-shell-application=9)
61
61
 
62
62
# Standard install paths
63
63
include(GNUInstallDirs)
101
101
# Save a few container detach and conversions
102
102
add_definitions(-DQT_STRICT_ITERATORS)
103
103
 
 
104
# Use the fast string builder
 
105
add_definitions(-DQT_USE_QSTRINGBUILDER)
 
106
 
104
107
# Autopilot tests
105
108
include(autopilot)
106
109
declare_autopilot_test(shell unity8.shell ${CMAKE_SOURCE_DIR}/tests/autopilot/)