summarylogtreecommitdiffstats
path: root/toolchain-mingw.cmake
diff options
context:
space:
mode:
authorMichel Zou2020-11-07 22:37:17 +0100
committerMichel Zou2020-11-07 22:37:17 +0100
commit25e47eddfb78ce6b1240073ef90093c2a8235c38 (patch)
treebc0281725e75ede53d5d82245dc0fab531ee67c6 /toolchain-mingw.cmake
parent1a6a4151c62cb69800d2f61781a8953cc13b560b (diff)
downloadaur-25e47eddfb78ce6b1240073ef90093c2a8235c38.tar.gz
QT_HOST_PATH
Diffstat (limited to 'toolchain-mingw.cmake')
-rw-r--r--toolchain-mingw.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain-mingw.cmake b/toolchain-mingw.cmake
index 6e0136a9013a..c99b33e55686 100644
--- a/toolchain-mingw.cmake
+++ b/toolchain-mingw.cmake
@@ -18,6 +18,7 @@ set (CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)
# Make sure Qt can be detected by CMake
set (QT_BINARY_DIR /usr/@TRIPLE@/bin /usr/bin)
set (QT_INCLUDE_DIRS_NO_SYSTEM ON)
+set (QT_HOST_PATH "/usr" CACHE PATH "host path for Qt")
# set the resource compiler (RHBZ #652435)
set (CMAKE_RC_COMPILER @TRIPLE@-windres)