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:
parent
7c951671bd
commit
35b08ce09e
1 changed files with 0 additions and 2 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue