One more little Qt thingy (we don't need to include UseQt4.cmake anymore)

This commit is contained in:
Mike Gelfand
2015-12-16 19:09:46 +00:00
parent 7c951671bd
commit 35b08ce09e

View File

@@ -11,8 +11,6 @@ if(USE_QT5)
qt5_add_translation(${ARGN})
endmacro()
else()
include(${QT_USE_FILE})
macro(tr_qt_wrap_ui)
qt4_wrap_ui(${ARGN})
endmacro()