summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-07-10 21:15:50 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-07-12 18:56:14 +0200
commit3ab4742c006a02d7650aeda0ad359c3231ab477d (patch)
tree75c38bf065b8c2e95ed4bf70b21df6cdd8b4757c /src/plugins/platforms/android
parent41977d456b152d2b37c3941b3bf1b839d6096067 (diff)
CMake: Use QtBase_SOURCE_DIR instead of QT_SOURCE_TREE
...where applicable to use a known CMake-provided variable in favor of our own cooked up one. This affects four plugins that are not supposed to be built out of tree, meaning QtBase_SOURCE_DIR is available (and identical to QT_SOURCE_TREE). Task-number: QTBUG-88090 Change-Id: I27f012e6c5fd99c3239a1dd65c0811c819dbcfe9 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/plugins/platforms/android')
-rw-r--r--src/plugins/platforms/android/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/android/CMakeLists.txt b/src/plugins/platforms/android/CMakeLists.txt
index af9b7429b6..7f9150d4bf 100644
--- a/src/plugins/platforms/android/CMakeLists.txt
+++ b/src/plugins/platforms/android/CMakeLists.txt
@@ -45,7 +45,7 @@ qt_internal_add_plugin(QAndroidIntegrationPlugin
QT_USE_QSTRINGBUILDER
INCLUDE_DIRECTORIES
${CMAKE_CURRENT_SOURCE_DIR}
- ${QT_SOURCE_TREE}/src/3rdparty/android
+ ${QtBase_SOURCE_DIR}/src/3rdparty/android
LIBRARIES
EGL::EGL
Qt::Core