mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
More CMake adjustments
This commit is contained in:
parent
d462c8838f
commit
269b59c2ba
1 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ set(client_UI
|
|||
wizard/owncloudwizardresultpage.ui
|
||||
)
|
||||
|
||||
qt_wrap_ui(client_UI_SRCS ${mirall_UI})
|
||||
qt_wrap_ui(client_UI_SRCS ${client_UI})
|
||||
|
||||
set(client_SRCS
|
||||
accountsettings.cpp
|
||||
|
@ -85,10 +85,10 @@ IF( APPLE )
|
|||
ENDIF()
|
||||
|
||||
IF( NOT WIN32 AND NOT APPLE )
|
||||
set(client_SRCS ${mirall_SRCS} folderwatcher_linux.cpp)
|
||||
set(client_SRCS ${client_SRCS} folderwatcher_linux.cpp)
|
||||
ENDIF()
|
||||
IF( WIN32 )
|
||||
set(client_SRCS ${mirall_SRCS} folderwatcher_win.cpp)
|
||||
set(client_SRCS ${client_SRCS} folderwatcher_win.cpp)
|
||||
ENDIF()
|
||||
IF( APPLE )
|
||||
list(APPEND client_SRCS folderwatcher_mac.cpp)
|
||||
|
@ -148,7 +148,7 @@ set( final_src
|
|||
${MIRALL_RC_SRC}
|
||||
${client_SRCS}
|
||||
${client_UI_SRCS}
|
||||
${mirallMoc}
|
||||
${clientMoc}
|
||||
${client_I18N}
|
||||
${3rdparty_SRC}
|
||||
${3rdparty_MOC}
|
||||
|
|
Loading…
Reference in a new issue