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:
authorFabian Müller <fmueller@owncloud.com>2022-03-22 17:06:35 +0300
committerHannah von Reth <vonreth@kde.org>2022-03-24 13:32:50 +0300
commitb22989d75109e6e1282bc42b70968ef3dee6f750 (patch)
tree6edbce4cb2d4e4837f094566c4f903559e67e398 /src/gui/CMakeLists.txt
parentcf93da2e4de381ca9470fd3a2fb0db330129c7b2 (diff)
Rewrite wizard from scratch
Diffstat (limited to 'src/gui/CMakeLists.txt')
-rw-r--r--src/gui/CMakeLists.txt18
1 files changed, 3 insertions, 15 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index 9cddedb61..61f795edb 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -26,10 +26,6 @@ set(client_UI_SRCS
proxyauthdialog.ui
notificationwidget.ui
logbrowser.ui
- wizard/owncloudadvancedsetuppage.ui
- wizard/owncloudhttpcredspage.ui
- wizard/owncloudoauthcredspage.ui
- wizard/owncloudsetuppage.ui
)
set(client_SRCS
@@ -54,7 +50,6 @@ set(client_SRCS
ocssharejob.cpp
openfilemanager.cpp
owncloudgui.cpp
- owncloudsetupwizard.cpp
protocolwidget.cpp
protocolitem.cpp
issueswidget.cpp
@@ -92,15 +87,6 @@ set(client_SRCS
models/expandingheaderview.cpp
models/models.cpp
models/protocolitemmodel.cpp
-
- wizard/postfixlineedit.cpp
- wizard/abstractcredswizardpage.cpp
- wizard/owncloudadvancedsetuppage.cpp
- wizard/owncloudhttpcredspage.cpp
- wizard/owncloudoauthcredspage.cpp
- wizard/owncloudsetuppage.cpp
- wizard/owncloudwizardcommon.cpp
- wizard/owncloudwizard.cpp
)
set(3rdparty_SRC
@@ -128,10 +114,12 @@ if(TARGET qt5keychain)
list(APPEND libsync_LINK_TARGETS qt5keychain)
endif()
+add_subdirectory(newwizard)
+
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)
+ libsync newwizard)
target_compile_definitions(owncloudCore
PUBLIC QT_USE_QSTRINGBUILDER
QT_MESSAGELOGCONTEXT # enable function name and line number in debug output