Android: Correct install path for libqtforandroid.so

I didn't notice I forgot to prepend the plugin/ to install path. On my
local tests I forgot to delete some cached state and I didn't notice
it was installing in the wrong directory.

Change-Id: Ic898a37388aa0508ad995f922bef4d187f75688f
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Leander Beernaert 2019-06-13 14:18:36 +02:00
parent a34e7717a4
commit 2e30f1d9b6

View File

@ -61,11 +61,11 @@ add_qt_plugin(qtforandroid
jnigraphics
# special case begin
INSTALL_DIRECTORY
platforms/android
plugins/platforms/android
OUTPUT_DIRECTORY
platforms/android
plugins/platforms/android
ARCHIVE_INSTALL_DIRECTORY
platforms/android
plugins/platforms/android
# special case end
)