From 35b08ce09ec571538f71f6ce2930e13b9060f60e Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Wed, 16 Dec 2015 19:09:46 +0000 Subject: [PATCH] One more little Qt thingy (we don't need to include UseQt4.cmake anymore) --- qt/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) 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()