summaryrefslogtreecommitdiff
path: root/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch')
-rw-r--r--dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch b/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch
deleted file mode 100644
index e6869e6f3d5b..000000000000
--- a/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- qt5-sqlcipher-1.0.10-orig/CMakeLists.txt
-+++ qt5-sqlcipher-1.0.10/CMakeLists.txt
-@@ -196,11 +196,7 @@
- INSTALL(TARGETS qsqlcipher-test DESTINATION bin)
- endif()
- else()
-- message(WARNING "Packaging is not set up for this platform, either submit a ticket or change/add pathes yourself, if packaging is required.")
-- INSTALL(TARGETS qsqlcipher DESTINATION sqldrivers)
-- if (QSQLCIPHER_BUILD_TESTS)
-- INSTALL(TARGETS qsqlcipher-test DESTINATION bin)
-- endif()
-+ INSTALL(TARGETS qsqlcipher DESTINATION @LIBDIR@/qt5/plugins/sqldrivers)
- endif()
- else()
- INSTALL(TARGETS qsqlcipher DESTINATION sqldrivers)