diff options
Diffstat (limited to 'tests/hawd/CMakeLists.txt')
-rw-r--r-- | tests/hawd/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/hawd/CMakeLists.txt b/tests/hawd/CMakeLists.txt index 6400baf..271d14f 100644 --- a/tests/hawd/CMakeLists.txt +++ b/tests/hawd/CMakeLists.txt | |||
@@ -22,7 +22,8 @@ set(SRCS | |||
22 | modules/print.cpp | 22 | modules/print.cpp |
23 | ) | 23 | ) |
24 | 24 | ||
25 | add_library(libhawd ${lib_SRCS}) | 25 | add_library(libhawd SHARED ${lib_SRCS}) |
26 | generate_export_header(libhawd BASE_NAME HAWD EXPORT_FILE_NAME hawd_export.h) | ||
26 | qt5_use_modules(libhawd Core) | 27 | qt5_use_modules(libhawd Core) |
27 | target_link_libraries(libhawd akonadi2common ${LIBGIT2_LIBRARIES}) | 28 | target_link_libraries(libhawd akonadi2common ${LIBGIT2_LIBRARIES}) |
28 | install(TARGETS libhawd DESTINATION lib) | 29 | install(TARGETS libhawd DESTINATION lib) |