~phablet-team/history-service/trunk

« back to all changes in this revision

Viewing changes to CMakeLists.txt

Remove the tools and their dependencies: they are obsolete and not useful anymore. 
Approved by: PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
find_package(PkgConfig REQUIRED)
46
46
pkg_check_modules(TP_QT5 REQUIRED TelepathyQt5)
47
47
pkg_check_modules(SQLITE3 REQUIRED sqlite3)
48
 
pkg_check_modules(TPL_QT5 TelepathyLoggerQt5)
49
48
pkg_check_modules(QTGLIB QtGLib-2.0)
50
49
 
51
50
find_program(DBUS_RUNNER dbus-test-runner)