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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallexzander <blackslayer4@gmail.com>2021-01-29 21:00:21 +0300
committerallexzander <blackslayer4@gmail.com>2021-02-04 11:05:18 +0300
commit81a090b362f10df8d208924c97148b0bcff135ad (patch)
treec6466fd57619bafbbafa68b48c494ab07b0e307b /src/gui/CMakeLists.txt
parent93b26bc666523d245b323c03567f81f7f7687ccb (diff)
Allow creation of new folders from the Settings Dialog.
Signed-off-by: allexzander <blackslayer4@gmail.com>
Diffstat (limited to 'src/gui/CMakeLists.txt')
-rw-r--r--src/gui/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index 0107a9d6c..346114074 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -23,6 +23,7 @@ endif()
set(client_UI_SRCS
accountsettings.ui
conflictdialog.ui
+ foldercreationdialog.ui
folderwizardsourcepage.ui
folderwizardtargetpage.ui
generalsettings.ui
@@ -60,6 +61,7 @@ set(client_SRCS
conflictsolver.cpp
connectionvalidator.cpp
folder.cpp
+ foldercreationdialog.cpp
folderman.cpp
folderstatusmodel.cpp
folderstatusdelegate.cpp