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:
authorJ-P Nurmi <jpnurmi@gmail.com>2018-10-29 13:17:04 +0300
committerJ-P Nurmi <jpnurmi@gmail.com>2018-10-29 21:10:27 +0300
commit1d3d261e389e78cff8645078c1de15bad977b9a5 (patch)
treebdd6ce4466f1452034093146d676ba32ef0bf8fc /src/gui/CMakeLists.txt
parente88b81c6c9f6c148c5ea4093c6737e8b5d18120f (diff)
Setup wizard: implement an animated and interactive slide show
Diffstat (limited to 'src/gui/CMakeLists.txt')
-rw-r--r--src/gui/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index 4684e9117..e626ebce4 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -116,6 +116,7 @@ set(client_SRCS
wizard/owncloudwizardresultpage.cpp
wizard/webviewpage.cpp
wizard/webview.cpp
+ wizard/slideshow.cpp
)
IF(NOT NO_SHIBBOLETH)