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 <alexandru.croitor@qt.io>bb10
parent
341cc6e5bb
commit
a34e7717a4
|
|
@ -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:<TRUE>:
|
||||
|
|
|
|||
Loading…
Reference in New Issue