mirror of
https://github.com/QuasarApp/qt-android-cmake.git
synced 2025-05-05 01:39:37 +00:00
remove depends of the all target
This commit is contained in:
parent
5a62962dbe
commit
2d76a0a3a7
@ -286,7 +286,6 @@ macro(add_qt_android_apk TARGET SOURCE_TARGET)
|
|||||||
# create a custom command that will run the androiddeployqt utility to prepare the Android package
|
# create a custom command that will run the androiddeployqt utility to prepare the Android package
|
||||||
add_custom_target(
|
add_custom_target(
|
||||||
${TARGET}
|
${TARGET}
|
||||||
ALL
|
|
||||||
DEPENDS ${SOURCE_TARGET}
|
DEPENDS ${SOURCE_TARGET}
|
||||||
${QT_ANDROID_PRE_COMMANDS}
|
${QT_ANDROID_PRE_COMMANDS}
|
||||||
# it seems that recompiled libraries are not copied if we don't remove them first
|
# it seems that recompiled libraries are not copied if we don't remove them first
|
||||||
|
Loading…
x
Reference in New Issue
Block a user