mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
CMake: Add else() case for Qt detection
This commit is contained in:
parent
d1cc3c34c9
commit
2ba007ee4f
@ -71,6 +71,9 @@ if(NOT TOKEN_AUTH_ONLY)
|
||||
macro(qt_add_translation)
|
||||
qt5_add_translation(${ARGN})
|
||||
endmacro()
|
||||
else()
|
||||
macro(qt_add_translation)
|
||||
endmacro()
|
||||
endif()
|
||||
|
||||
macro(qt_add_dbus_interface)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user