From 42d3f501a1f5d3e3190776f28ec05f3e8dbe5be2 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Mon, 11 Jul 2016 15:03:40 +0200 Subject: [PATCH] CMake: Mention QML_IMPORT_PATH in change log Change-Id: I2bd643b38af96138691aa2e2a5be1b8e32131f8a Reviewed-by: Eike Ziller Reviewed-by: Wolfgang Bremer --- dist/changes-4.1.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dist/changes-4.1.0.md b/dist/changes-4.1.0.md index ce25b28dfe0..f9160eb7b4f 100644 --- a/dist/changes-4.1.0.md +++ b/dist/changes-4.1.0.md @@ -48,6 +48,10 @@ CMake Projects (QTCREATORBUG-15934) * Fixed that CMake was automatically run even if the Qt Creator application is not in the foreground (QTCREATORBUG-16354) +* QML_IMPORT_PATH can now be set in CMakeLists.txt files. This information + will be passed on to the QmlJS code model (QTCREATORBUG-11328) + Example CMakeLists.txt code: + `set(QML_IMPORT_PATH ${CMAKE_SOURCE_DIR}/qml ${CMAKE_BINARY_DIR}/imports CACHE string "" FORCE)` Qbs Projects