mirror of
https://github.com/nextcloud/desktop.git
synced 2024-12-17 11:21:51 +03:00
Build after merge
This commit is contained in:
parent
902bb7a198
commit
e5471d8318
7 changed files with 22 additions and 22 deletions
|
@ -1,6 +1,4 @@
|
||||||
# TODO: OSX and LIB_ONLY seem to require this to go to binary dir only
|
# TODO: OSX and LIB_ONLY seem to require this to go to binary dir only
|
||||||
mirall/discoveryphase.cpp
|
|
||||||
mirall/selectivesyncdialog.cpp
|
|
||||||
set(BIN_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
|
set(BIN_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
|
||||||
|
|
||||||
set(synclib_NAME ${APPLICATION_EXECUTABLE}sync)
|
set(synclib_NAME ${APPLICATION_EXECUTABLE}sync)
|
||||||
|
|
|
@ -47,6 +47,7 @@ set(mirall_SRCS
|
||||||
owncloudgui.cpp
|
owncloudgui.cpp
|
||||||
owncloudsetupwizard.cpp
|
owncloudsetupwizard.cpp
|
||||||
protocolwidget.cpp
|
protocolwidget.cpp
|
||||||
|
selectivesyncdialog.cpp
|
||||||
settingsdialog.cpp
|
settingsdialog.cpp
|
||||||
socketapi.cpp
|
socketapi.cpp
|
||||||
sslbutton.cpp
|
sslbutton.cpp
|
||||||
|
|
|
@ -32,30 +32,31 @@ if(SPARKLE_FOUND AND NOT BUILD_LIBRARIES_ONLY)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(libsync_SRCS
|
set(libsync_SRCS
|
||||||
authenticationdialog.cpp
|
|
||||||
mirallconfigfile.cpp
|
|
||||||
syncengine.cpp
|
|
||||||
owncloudpropagator.cpp
|
|
||||||
propagatorjobs.cpp
|
|
||||||
propagator_qnam.cpp
|
|
||||||
propagator_legacy.cpp
|
|
||||||
syncjournalfilerecord.cpp
|
|
||||||
syncjournaldb.cpp
|
|
||||||
theme.cpp
|
|
||||||
logger.cpp
|
|
||||||
utility.cpp
|
|
||||||
filesystem.cpp
|
|
||||||
connectionvalidator.cpp
|
|
||||||
progressdispatcher.cpp
|
|
||||||
mirallaccessmanager.cpp
|
|
||||||
networkjobs.cpp
|
|
||||||
account.cpp
|
account.cpp
|
||||||
quotainfo.cpp
|
authenticationdialog.cpp
|
||||||
clientproxy.cpp
|
clientproxy.cpp
|
||||||
|
connectionvalidator.cpp
|
||||||
cookiejar.cpp
|
cookiejar.cpp
|
||||||
syncfilestatus.cpp
|
discoveryphase.cpp
|
||||||
syncresult.cpp
|
filesystem.cpp
|
||||||
|
logger.cpp
|
||||||
|
mirallaccessmanager.cpp
|
||||||
|
mirallconfigfile.cpp
|
||||||
|
networkjobs.cpp
|
||||||
|
owncloudpropagator.cpp
|
||||||
owncloudtheme.cpp
|
owncloudtheme.cpp
|
||||||
|
progressdispatcher.cpp
|
||||||
|
propagatorjobs.cpp
|
||||||
|
propagator_legacy.cpp
|
||||||
|
propagator_qnam.cpp
|
||||||
|
quotainfo.cpp
|
||||||
|
syncengine.cpp
|
||||||
|
syncfilestatus.cpp
|
||||||
|
syncjournaldb.cpp
|
||||||
|
syncjournalfilerecord.cpp
|
||||||
|
syncresult.cpp
|
||||||
|
theme.cpp
|
||||||
|
utility.cpp
|
||||||
creds/dummycredentials.cpp
|
creds/dummycredentials.cpp
|
||||||
creds/abstractcredentials.cpp
|
creds/abstractcredentials.cpp
|
||||||
creds/credentialsfactory.cpp
|
creds/credentialsfactory.cpp
|
||||||
|
|
Loading…
Reference in a new issue