]> granicus.if.org Git - transmission/commitdiff
One more little Qt thingy (we don't need to include UseQt4.cmake anymore)
authorMike Gelfand <mikedld@mikedld.com>
Wed, 16 Dec 2015 19:09:46 +0000 (19:09 +0000)
committerMike Gelfand <mikedld@mikedld.com>
Wed, 16 Dec 2015 19:09:46 +0000 (19:09 +0000)
qt/CMakeLists.txt

index bacd06d15b575be454914081f561298ce6940c01..67d4e9b56010bd4bc47bd2bfc3f74cf4c9140bc4 100644 (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()