~fboucault/webbrowser-app/no_qmlproject

« back to all changes in this revision

Viewing changes to tests/unittests/history-domain-model/CMakeLists.txt

  • Committer: Olivier Tilloy
  • Date: 2014-03-13 07:33:10 UTC
  • mto: (419.4.9 with-oxide-api)
  • mto: This revision was merged to the branch mainline in revision 461.
  • Revision ID: olivier.tilloy@canonical.com-20140313073310-i4jevgb5yt7d4vva
Leftover cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    tst_HistoryDomainModelTests.cpp
7
7
)
8
8
add_executable(${TEST} ${SOURCES})
9
 
include_directories(${srcdir_SOURCE_DIR} ${webbrowser-app_SOURCE_DIR})
 
9
include_directories(${webbrowser-app_SOURCE_DIR})
10
10
qt5_use_modules(${TEST} Core Sql Test)
11
11
add_test(${TEST} ${CMAKE_CURRENT_BINARY_DIR}/${TEST} -xunitxml -o ${TEST}.xml)