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:
parent
a34e7717a4
commit
2e30f1d9b6
@ -61,11 +61,11 @@ add_qt_plugin(qtforandroid
|
|||||||
jnigraphics
|
jnigraphics
|
||||||
# special case begin
|
# special case begin
|
||||||
INSTALL_DIRECTORY
|
INSTALL_DIRECTORY
|
||||||
platforms/android
|
plugins/platforms/android
|
||||||
OUTPUT_DIRECTORY
|
OUTPUT_DIRECTORY
|
||||||
platforms/android
|
plugins/platforms/android
|
||||||
ARCHIVE_INSTALL_DIRECTORY
|
ARCHIVE_INSTALL_DIRECTORY
|
||||||
platforms/android
|
plugins/platforms/android
|
||||||
# special case end
|
# special case end
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user