~ci-train-bot/history-service/history-service-ubuntu-zesty-2629

« back to all changes in this revision

Viewing changes to Ubuntu/History/CMakeLists.txt

Move the classes from historyprivate static library to libhistoryservice itself and just keep their header files private.
Approved by: Tiago Salem Herrmann, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
include_directories(
32
32
    ${CMAKE_SOURCE_DIR}/src
33
 
    ${CMAKE_SOURCE_DIR}/historyprivate
34
33
    )
35
34
 
36
35
add_library(history-qml SHARED ${plugin_SRCS} ${plugin_HDRS})
39
38
 
40
39
target_link_libraries(history-qml
41
40
    historyservice
42
 
    historyprivate
43
41
    )
44
42
 
45
43
set(PLUGIN_DIR ${QT_INSTALL_QML}/Ubuntu/History)