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:
Diffstat (limited to 'src/gui/newwizard/CMakeLists.txt')
-rw-r--r--src/gui/newwizard/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/newwizard/CMakeLists.txt b/src/gui/newwizard/CMakeLists.txt
index 50de4a71a..5ba480f6b 100644
--- a/src/gui/newwizard/CMakeLists.txt
+++ b/src/gui/newwizard/CMakeLists.txt
@@ -37,6 +37,8 @@ add_library(newwizard STATIC
jobs/checkbasicauthjobfactory.cpp
jobs/checkbasicauthjobfactory.h
+ postfixlineedit.cpp
+
syncmode.cpp
)
target_link_libraries(newwizard PUBLIC Qt5::Widgets libsync)