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:
authorMarkus Goetz <markus@woboq.com>2015-08-04 17:55:10 +0300
committerMarkus Goetz <markus@woboq.com>2015-08-04 17:55:10 +0300
commitad9ef0493ef50167d741382d060bb32a4376e852 (patch)
treee98454288cb40ce75fc1932e1bea964ecd9ddf7f /test/CMakeLists.txt
parent46964b1b87757c9c8140e2720068caa9a7da9cce (diff)
FolderManTest: Make compile
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 28c5a11d8..5d817b42c 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -42,8 +42,21 @@ SET(FolderMan_SRC ../src/gui/folderman.cpp)
list(APPEND FolderMan_SRC ../src/gui/folder.cpp )
list(APPEND FolderMan_SRC ../src/gui/socketapi.cpp )
list(APPEND FolderMan_SRC ../src/gui/accountstate.cpp )
+#list(APPEND FolderMan_SRC ../src/gui/accountmanager.cpp )
+#list(APPEND FolderMan_SRC ../src/gui/proxyauthhandler.cpp )
+#list(APPEND FolderMan_SRC ../src/gui/proxyauthdialog.cpp )
+#list(APPEND FolderMan_SRC ../src/gui/creds/shibbolethcredentials.cpp )
+#list(APPEND FolderMan_SRC ../src/gui/creds/credentialsfactory.cpp )
+#list(APPEND FolderMan_SRC ../src/gui/creds/shibboleth/shibbolethuserjob.cpp )
+#list(APPEND FolderMan_SRC ../src/gui/creds/shibboleth/shibbolethrefresher.cpp )
+#list(APPEND FolderMan_SRC ../src/gui/creds/shibboleth/shibbolethwebview.cpp )
+#list(APPEND FolderMan_SRC ../src/gui/creds/httpcredentialsgui.cpp )
+#list(APPEND FolderMan_SRC ../src/gui/sslerrordialog.cpp )
list(APPEND FolderMan_SRC ../src/gui/syncrunfilelog.cpp )
list(APPEND FolderMan_SRC ${FolderWatcher_SRC})
list(APPEND FolderMan_SRC stub.cpp )
+#include_directories(${QTKEYCHAIN_INCLUDE_DIR})
+#include_directories(${CMAKE_BINARY_DIR}/src/gui)
+#include_directories(${CMAKE_SOURCE_DIR}/src/3rdparty/qjson)
owncloud_add_test(FolderMan "${FolderMan_SRC}")