about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/qca-qt5/move-project.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/libraries/qca-qt5/move-project.patch')
-rw-r--r--nixpkgs/pkgs/development/libraries/qca-qt5/move-project.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/libraries/qca-qt5/move-project.patch b/nixpkgs/pkgs/development/libraries/qca-qt5/move-project.patch
new file mode 100644
index 000000000000..dcecb83d7db9
--- /dev/null
+++ b/nixpkgs/pkgs/development/libraries/qca-qt5/move-project.patch
@@ -0,0 +1,17 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 2f2b5d0..971dee3 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -6,10 +6,11 @@ if(NOT CMAKE_INSTALL_PREFIX)
+   unset(CMAKE_INSTALL_PREFIX CACHE)
+ endif(NOT CMAKE_INSTALL_PREFIX)
+ 
+-project(qca)
+ 
+ cmake_minimum_required(VERSION 3.4)
+ 
++project(qca)
++
+ set(QCA_LIB_MAJOR_VERSION "2")
+ set(QCA_LIB_MINOR_VERSION "2")
+ set(QCA_LIB_PATCH_VERSION "1")