summarylogtreecommitdiffstats
path: root/spuce-qt-workaround.diff
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz2020-07-20 12:15:50 +0200
committerEduardo Sánchez Muñoz2020-07-20 12:15:50 +0200
commitda65b6b9f39628492dd565aecc5a3947e0aa38fc (patch)
treed22551e811c7c0fd81f9d7eda3c708b33d50659c /spuce-qt-workaround.diff
parent8c3d890ef4633f5824792017c49e97ab6ce5e23d (diff)
downloadaur-da65b6b9f39628492dd565aecc5a3947e0aa38fc.tar.gz
Update to version 0.7.0.
Diffstat (limited to 'spuce-qt-workaround.diff')
-rw-r--r--spuce-qt-workaround.diff20
1 files changed, 0 insertions, 20 deletions
diff --git a/spuce-qt-workaround.diff b/spuce-qt-workaround.diff
deleted file mode 100644
index 1a575f538f31..000000000000
--- a/spuce-qt-workaround.diff
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 5a1fe0a..6ce4b17 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -28,10 +28,11 @@ SET(SPUCE_SOVER "${SPUCE_LIBVER}")
- set(SPUCE_VERSION "${SPUCE_LIBVER}")
-
- add_subdirectory(spuce)
--FIND_PACKAGE(Qt5 COMPONENTS Gui Core Widgets)
--if (NOT Qt5_FOUND)
-- message(STATUS "QT5 not found - will skip building QT5 Apps")
--endif()
-+#FIND_PACKAGE(Qt5 COMPONENTS Gui Core Widgets)
-+#if (NOT Qt5_FOUND)
-+# message(STATUS "QT5 not found - will skip building QT5 Apps")
-+#endif()
-+SET(Qt5_FOUND FALSE)
- cmake_dependent_option(ENABLE_GUI "Enable QT application" ON "Qt5_FOUND" OFF)
- add_feature_info(ENABLE_GUI ENABLE_GUI "This enables the QT applications to be built")
- if (ENABLE_GUI)