~phablet-team/history-service/staging

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Gustavo Pichorim Boiko
  • Date: 2017-03-22 20:59:13 UTC
  • mfrom: (227.2.2 trace_sqlite)
  • Revision ID: gustavo.boiko@canonical.com-20170322205913-32fk9wa98t1b4hpf
Make it possible to debug sqlite commands.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
find_program(DBUS_RUNNER dbus-test-runner)
52
52
 
 
53
option(TRACE_SQLITE "Print Sqlite commants to the log." off)
 
54
if (${TRACE_SQLITE})
 
55
    add_definitions(-DTRACE_SQLITE)
 
56
endif()
 
57
 
53
58
add_definitions(-DQT_NO_KEYWORDS)
54
59
 
55
60
include_directories(