From: Mike Gelfand Date: Wed, 16 Dec 2015 19:09:46 +0000 (+0000) Subject: One more little Qt thingy (we don't need to include UseQt4.cmake anymore) X-Git-Tag: 2.90~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35b08ce09ec571538f71f6ce2930e13b9060f60e;p=transmission One more little Qt thingy (we don't need to include UseQt4.cmake anymore) --- diff --git a/qt/CMakeLists.txt b/qt/CMakeLists.txt index bacd06d15..67d4e9b56 100644 --- a/qt/CMakeLists.txt +++ b/qt/CMakeLists.txt @@ -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()