~ubuntu-branches/ubuntu/wily/qtorganizer5-eds/wily

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): CI Train Bot, CI Train Bot, Renato Araujo Oliveira Filho
  • Date: 2015-05-08 20:01:44 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20150508200144-fuotl3aviv5sa7x0
Tags: 0.1.1+15.04.20150508.2-0ubuntu1
[ CI Train Bot ]
* New rebuild forced.

[ Renato Araujo Oliveira Filho ]
* Added a new extra metadata property in collection (read-only
  property). (LP: #1347836)
* Avoid filter or sort results if not necessary.
* Implemented support for extended details. (LP: #1426519)
* Optimize query by filtering collections related with the current
  query.
* Removed missing debug.
* Revert wrong commit.
* Save a trigger for reminders with with secondsBeforeStart equals 0.
  (LP: #1440878)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
find_package(Qt5Core REQUIRED)
11
11
add_definitions(-DQT_NO_KEYWORDS)
 
12
add_definitions(-std=c++11)
12
13
 
13
14
pkg_check_modules(GLIB REQUIRED glib-2.0>=2.32)
14
15
pkg_check_modules(GIO REQUIRED gio-2.0>=2.32)