~unity-team/unity-scope-click/devel

« back to all changes in this revision

Viewing changes to scope/tests/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Pawel Stolowski
  • Date: 2014-07-16 13:57:55 UTC
  • mfrom: (310.2.13 populate-departments-db)
  • Revision ID: tarmac-20140716135755-bsuqlp22axfwvvd5
Populate departments database in the store scope. Use slugs for unique department ids when parsing. Implemented a tool that initializes or updates departments db.

Approved by Alejandro J. Cura, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
SET (CMAKE_AUTOMOC ON)
8
8
 
9
9
find_package(Qt5Core REQUIRED)
 
10
find_package(Qt5Sql REQUIRED)
10
11
 
11
12
include_directories (
12
13
  ${CMAKE_SOURCE_DIR}/libclickscope
24
25
  test_apps_query.cpp
25
26
)
26
27
 
27
 
qt5_use_modules(${CLICKSCOPE_TESTS_TARGET} Core DBus Network Test)
28
 
qt5_use_modules(${APPS_SCOPE_TESTS_TARGET} Core DBus Network Test)
 
28
qt5_use_modules(${CLICKSCOPE_TESTS_TARGET} Core DBus Network Test Sql)
 
29
qt5_use_modules(${APPS_SCOPE_TESTS_TARGET} Core DBus Network Test Sql)
29
30
 
30
31
target_link_libraries(${CLICKSCOPE_TESTS_TARGET}
31
32
  ${STORE_LIB_UNVERSIONED}