-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add configure feature 'androiddeployqt'
This makes it possible to turn off the build of the Android deployment tool. A new src/tools/configure.cmake is added that will be the place for all tool-related features in qtbase. Change-Id: Ic9264c93ee96de06c97d21d2f27f73256f48ffda Reviewed-by: Alexandru Croitor <[email protected]>
- Loading branch information
Showing
3 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
qt_feature("androiddeployqt" PRIVATE | ||
SECTION "Deployment" | ||
LABEL "Android deployment tool" | ||
PURPOSE "The Android deployment tool automates the process of creating Android packages." | ||
CONDITION NOT CMAKE_CROSSCOMPILING AND QT_FEATURE_regularexpression) | ||
|
||
qt_configure_add_summary_section(NAME "Core tools") | ||
qt_configure_add_summary_entry(ARGS "androiddeployqt") | ||
qt_configure_end_summary_section() |