You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libattica/files/libattica-0.4.1-qt5.patch

13 lines
269 B

--- lib/cmake/FindQt5Transitional.cmake
+++ lib/cmake/FindQt5Transitional.cmake
@@ -1,5 +1,8 @@
+option(WITH_Qt5 ON)
-find_package(Qt5Core QUIET)
+if (WITH_Qt5)
+ find_package(Qt5Core QUIET)
+endif()
if (Qt5Core_FOUND)
if (NOT Qt5Transitional_FIND_COMPONENTS)