~ken-vandine/ubuntu-system-settings/no_s_i_d

« back to all changes in this revision

Viewing changes to tests/mocks/Ubuntu/DownloadManager/CMakeLists.txt

merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include_directories(
 
2
    ${CMAKE_CURRENT_BINARY_DIR}
 
3
)
 
4
 
 
5
set(MOCK_DOWNLOADMANAGER_SRCS
 
6
    plugin.cpp
 
7
    MockMetadata.cpp
 
8
    MockSingleDownload.cpp
 
9
    MockDownloadManager.cpp
 
10
)
 
11
 
 
12
add_library(MockUbuntuDownloadManager MODULE ${MOCK_DOWNLOADMANAGER_SRCS})
 
13
 
 
14
qt5_use_modules(MockUbuntuDownloadManager Qml Quick Core)
 
15
 
 
16
add_uss_mock(Ubuntu.DownloadManager 1.2 Ubuntu/DownloadManager
 
17
             TARGETS MockUbuntuDownloadManager)