aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlpreview
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2018-11-27 10:00:10 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2018-11-27 12:50:00 +0000
commitba9d630c3de6a47d96e41b5a4b10ce2d5861e1fb (patch)
tree269697dba156827666c9a376864e8427f141e5ef /tools/qmlpreview
parent5246b910771e0dd824b4eea7c5245e5f9f3a63f0 (diff)
Fix Qt Quick Compiler with CMake on Windows
We perform a qmake substitution pass on QtQuickCompilerCompiler.cmake.in, which contains code to determine the location of the qmlcachegen tool. The expression set(compiler_path \"$${CMAKE_BIN_DIR}qmlcachegen$$CMAKE_BIN_SUFFIX\") requires that $$CMAKE_BIN_SUFFIX is set correctly, so that it expands to .exe on Windows and we can locate the binary correctly. This is identical to what's done in create_cmake.prf. [ChangeLog][Qml] Fix Qt Quick Compiler with CMake on Windows Task-number: QTBUG-71829 Change-Id: I81a7452b7dc7f01c9114900b9c103122fec07cf6 Reviewed-by: Kevin Funk <kevin.funk@kdab.com>
Diffstat (limited to 'tools/qmlpreview')
0 files changed, 0 insertions, 0 deletions