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
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-11-22 18:06:55 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-11-22 18:06:55 +0300
commit6d74a91502555c1fc3161500c6e1f7a524b28e30 (patch)
treeced7aba65204799aa242d68809dd51e75ebf354c /src/gui/CMakeLists.txt
parenteabca297280eee99ab69a23fa1a85dd7704f00bd (diff)
parentf2f929836801696fe9837cd0abf6862c97bd1255 (diff)
Merge remote-tracking branch 'origin/2.9'
Diffstat (limited to 'src/gui/CMakeLists.txt')
-rw-r--r--src/gui/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index aa30697ff..f955ef52f 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -2,6 +2,10 @@ include(ECMAddAppIcon)
find_package(Qt5 REQUIRED COMPONENTS Widgets)
+#if (WIN32)
+# find_package(Qt5 REQUIRED COMPONENTS WinExtras)
+#endif()
+
add_subdirectory(updater)
set(client_UI_SRCS
@@ -172,6 +176,7 @@ elseif( WIN32 )
guiutility_win.cpp
folderwatcher_win.cpp
navigationpanehelper.cpp)
+# target_link_libraries(owncloudCore PUBLIC Qt5::WinExtras)
elseif(UNIX AND NOT APPLE )
## handle DBUS for Fdo notifications
find_package(Qt5 COMPONENTS DBus)