summarylogtreecommitdiffstats
path: root/no-qca-qt4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'no-qca-qt4.patch')
-rw-r--r--no-qca-qt4.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/no-qca-qt4.patch b/no-qca-qt4.patch
deleted file mode 100644
index 15a5c6129bc3..000000000000
--- a/no-qca-qt4.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From f3372d84595d10b757de4568399707bc721f6850 Mon Sep 17 00:00:00 2001
-From: sirlucjan <lucjan.lucjanov@gmail.com>
-Date: Sun, 7 Jan 2018 21:04:37 +0100
-Subject: [PATCH] Update cmakelist.txt
-
----
- iris/CMakeLists.txt | 2 +-
- src/CMakeLists.txt | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/iris/CMakeLists.txt b/iris/CMakeLists.txt
-index 50228489..85dcec60 100644
---- a/iris/CMakeLists.txt
-+++ b/iris/CMakeLists.txt
-@@ -39,7 +39,7 @@ if(USE_QJDNS)
- add_definitions(-DNEED_JDNS)
- endif()
-
--find_package(Qca REQUIRED)
-+find_package(Qca-qt5 REQUIRED)
- set(QCA_INCLUDES ${Qca_INCLUDE_DIR})
- set(qca_LIB ${Qca_LIBRARY})
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 1f78cd05..57c73c4c 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -73,7 +73,7 @@ if(APPLE)
- list(APPEND EXTRA_LDFLAGS ${SPARKLE_LIBRARY} "-framework Carbon" "-framework AppKit" "-framework IOKit" "-framework CoreAudio" "-framework AudioToolbox")
- endif()
-
--find_package( Qca REQUIRED )
-+find_package( Qca-qt5 REQUIRED )
-
- if(LINUX)
- find_package(X11 REQUIRED)