Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-06-17 15:27:53 +0300
committerHannah von Reth <vonreth@kde.org>2022-06-17 16:38:29 +0300
commit00a2d512b561cc9616e2d01fad01a6f7c565cd1e (patch)
tree930e52a67da307faac5ab482ec3689212e0ce373 /src/gui
parent7acd7c8c119a697b05742697e34309f7c27aa6e7 (diff)
Provide cmake install targets and install filesystembase.h
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/CMakeLists.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index 805a4db30..43c283d04 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -107,17 +107,17 @@ set( final_src
${3rdparty_SRC}
)
-if(TARGET qt5keychain)
- list(APPEND libsync_LINK_TARGETS qt5keychain)
-endif()
-
add_subdirectory(newwizard)
add_subdirectory(folderwizard)
add_library(owncloudCore STATIC ${final_src})
set_target_properties(owncloudCore PROPERTIES AUTOUIC ON AUTORCC ON)
-target_link_libraries(owncloudCore PUBLIC Qt5::Widgets Qt5::Network Qt5::Xml
- libsync newwizard folderwizard spaces)
+target_link_libraries(owncloudCore
+ PUBLIC
+ Qt5::Widgets Qt5::Network Qt5::Xml
+ qt5keychain
+ newwizard folderwizard spaces
+ libsync)
target_compile_definitions(owncloudCore
PUBLIC QT_USE_QSTRINGBUILDER
QT_MESSAGELOGCONTEXT # enable function name and line number in debug output