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>2022-04-05 16:09:56 +0300
committerHannah von Reth <vonreth@kde.org>2022-04-06 12:03:10 +0300
commit951432ce60fae2fad578139562631274ae504bd2 (patch)
treecccc626c66791438c03e3d37f0215622feb7d392 /src/gui/CMakeLists.txt
parent877ce4fb2717ff274819bfc1c4170ccf2e99f7ab (diff)
Move FolderWizard to module
Diffstat (limited to 'src/gui/CMakeLists.txt')
-rw-r--r--src/gui/CMakeLists.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index 61f795edb..597c0a0c2 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -9,8 +9,6 @@ endif()
set(client_UI_SRCS
aboutdialog.ui
accountsettings.ui
- folderwizardsourcepage.ui
- folderwizardtargetpage.ui
generalsettings.ui
ignorelisteditor.ui
networksettings.ui
@@ -41,7 +39,6 @@ set(client_SRCS
folderstatusmodel.cpp
folderstatusdelegate.cpp
folderwatcher.cpp
- folderwizard.cpp
generalsettings.cpp
ignorelisteditor.cpp
lockwatcher.cpp
@@ -115,11 +112,12 @@ if(TARGET 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)
+ libsync newwizard folderwizard)
target_compile_definitions(owncloudCore
PUBLIC QT_USE_QSTRINGBUILDER
QT_MESSAGELOGCONTEXT # enable function name and line number in debug output