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-24 12:31:56 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-11-24 12:31:56 +0300
commit7743544328812a690abc11a00ae0250a768fdeb2 (patch)
tree2e7a1dd1c0f65ecb89432cdb6f9b8786ff3ed803 /src/gui/CMakeLists.txt
parentbff3481ffaa1a3b514b6ff3ce75f51e803eb0319 (diff)
parent10be49238b57d2fb4ecd175eec910299dc47a745 (diff)
Merge remote-tracking branch 'origin/2.10'
Diffstat (limited to 'src/gui/CMakeLists.txt')
-rw-r--r--src/gui/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index f955ef52f..acf943987 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -2,9 +2,9 @@ include(ECMAddAppIcon)
find_package(Qt5 REQUIRED COMPONENTS Widgets)
-#if (WIN32)
-# find_package(Qt5 REQUIRED COMPONENTS WinExtras)
-#endif()
+if (WIN32)
+ find_package(Qt5 REQUIRED COMPONENTS WinExtras)
+endif()
add_subdirectory(updater)
@@ -176,7 +176,7 @@ elseif( WIN32 )
guiutility_win.cpp
folderwatcher_win.cpp
navigationpanehelper.cpp)
-# target_link_libraries(owncloudCore PUBLIC Qt5::WinExtras)
+ target_link_libraries(owncloudCore PUBLIC Qt5::WinExtras)
elseif(UNIX AND NOT APPLE )
## handle DBUS for Fdo notifications
find_package(Qt5 COMPONENTS DBus)