CMake: Add else() case for Qt detection

This commit is contained in:
Markus Goetz 2014-10-06 14:21:15 +02:00
parent d1cc3c34c9
commit 2ba007ee4f

View File

@ -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)