Blob Blame History Raw
--- lxqt-common-0.8.0/CMakeLists.txt.unify	2014-12-19 18:52:47.017602503 -0200
+++ lxqt-common-0.8.0/CMakeLists.txt	2014-12-19 18:53:03.973643718 -0200
@@ -7,11 +7,7 @@
 
 # Support Qt5
 option(USE_QT5 "Build with Qt5." $ENV{USE_QT5})
-if(USE_QT5)
-    find_package(lxqt-qt5 REQUIRED)
-else()
-    find_package(LXQT REQUIRED)
-endif()
+find_package(LXQT REQUIRED)
 include(${LXQT_USE_FILE})
 
 # graphics