summaryrefslogtreecommitdiff
path: root/dev-db/qt5-sqlcipher/files
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/qt5-sqlcipher/files')
-rw-r--r--dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.1.0-install-path.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.1.0-install-path.patch b/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.1.0-install-path.patch
new file mode 100644
index 000000000000..9317d4a713e0
--- /dev/null
+++ b/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.1.0-install-path.patch
@@ -0,0 +1,15 @@
+--- qt5-sqlcipher-1.1.0/CMakeLists.txt
++++ qt5-sqlcipher-1.1.0/CMakeLists.txt
+@@ -193,11 +193,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@/qt6/plugins/sqldrivers)
+ endif()
+ else()
+ INSTALL(TARGETS qsqlcipher DESTINATION sqldrivers)