1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-22 15:54:57 +00:00

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}) qt5_add_translation(${ARGN})
endmacro() endmacro()
else() else()
include(${QT_USE_FILE})
macro(tr_qt_wrap_ui) macro(tr_qt_wrap_ui)
qt4_wrap_ui(${ARGN}) qt4_wrap_ui(${ARGN})
endmacro() endmacro()