~larryprice/libertine/recurse-apps-dir

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Chris Townsend
  • Date: 2016-02-29 18:07:02 UTC
  • mto: This revision was merged to the branch mainline in revision 187.
  • Revision ID: christopher.townsend@canonical.com-20160229180702-wtfkf1e7dp0e4fdt
Fix up some errors in setting strings for translation.
Redo the code on generating the .pot file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
find_package(Qt5Core  REQUIRED)
21
21
find_package(Qt5Gui   REQUIRED)
22
22
find_package(Qt5Quick REQUIRED)
 
23
find_package(Gettext  REQUIRED)
 
24
find_package(Intltool REQUIRED)
23
25
 
24
26
pkg_check_modules(GLIB2 REQUIRED glib-2.0)
25
27
include_directories(${GLIB2_INCLUDE_DIRS})