diff options
author | Alexey Edelev <alexey.edelev@qt.io> | 2022-01-27 16:28:47 +0100 |
---|---|---|
committer | Alexey Edelev <alexey.edelev@qt.io> | 2022-02-01 15:06:46 +0100 |
commit | f9e48854af4a25f13f593dd151071c8eda53b65f (patch) | |
tree | 3a9d1eabdff6a9d1c88ca20568e7e14c9dfd63ad /cmake/QtBuild.cmake | |
parent | 1b672951cadd9da8873793d8787025076293016c (diff) | |
download | qtbase-f9e48854af4a25f13f593dd151071c8eda53b65f.tar.gz |
Use IMPORTED_LOCATION of rcc target
Use IMPORTED_LOCATION of rcc target when generating Android
deployment settings, instead of the hardcoded host path.
Introduce a helper function to find the location of the imported tool
target.
Change-Id: Icfa51ee7a01b3f58fc4892da03055f9ed531cc0b
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake/QtBuild.cmake')
-rw-r--r-- | cmake/QtBuild.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/QtBuild.cmake b/cmake/QtBuild.cmake index d267f560c1..b411c6031a 100644 --- a/cmake/QtBuild.cmake +++ b/cmake/QtBuild.cmake @@ -545,6 +545,7 @@ include(QtPublicTargetHelpers) include(QtPublicWalkLibsHelpers) include(QtPublicFindPackageHelpers) include(QtPublicDependencyHelpers) +include(QtPublicToolHelpers) # TODO: This block provides support for old variables. It should be removed once # we remove all references to these variables in other Qt module repos. |