From a34e7717a43795d79037146c23217b54636d9cf7 Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Thu, 13 Jun 2019 10:37:39 +0200 Subject: Correct install path for QtForAndroid plugin Installation directory for libqtforandroid.so should be plugins/platform/android instead of plugins/platform. Change-Id: I124bed4d43664eddcceca197c4df26a1e8d3d0af Reviewed-by: Alexandru Croitor --- src/plugins/platforms/android/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/plugins/platforms/android/CMakeLists.txt b/src/plugins/platforms/android/CMakeLists.txt index b60712a718..eaba010928 100644 --- a/src/plugins/platforms/android/CMakeLists.txt +++ b/src/plugins/platforms/android/CMakeLists.txt @@ -59,6 +59,14 @@ add_qt_plugin(qtforandroid Qt::Gui android jnigraphics +# special case begin + INSTALL_DIRECTORY + platforms/android + OUTPUT_DIRECTORY + platforms/android + ARCHIVE_INSTALL_DIRECTORY + platforms/android +# special case end ) #### Keys ignored in scope 1:.:.:android.pro:: -- cgit v1.2.3