diff options
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.patch | 14 |
1 files changed, 14 insertions, 0 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 new file mode 100644 index 000000000000..5485ae942408 --- /dev/null +++ b/dev-db/qt5-sqlcipher/files/qt5-sqlcipher-1.0.10-install-path.patch @@ -0,0 +1,14 @@ +--- qt5-sqlcipher-1.0.10-orig/CMakeLists.txt ++++ qt5-sqlcipher-1.0.10/CMakeLists.txt +@@ -197,10 +197,7 @@ + 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) |
