aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-4.1.0.md
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-07-11 15:03:40 +0200
committerTobias Hunger <tobias.hunger@qt.io>2016-07-11 15:16:17 +0000
commit42d3f501a1f5d3e3190776f28ec05f3e8dbe5be2 (patch)
tree0f5ab79df0740dfff3ecb69478ad3df34d8c860a /dist/changes-4.1.0.md
parent52f1fe70332cf0929a9d703ea41e7aa825d17540 (diff)
CMake: Mention QML_IMPORT_PATH in change log
Change-Id: I2bd643b38af96138691aa2e2a5be1b8e32131f8a Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Wolfgang Bremer <wolfgang.bremer@pelagicore.com>
Diffstat (limited to 'dist/changes-4.1.0.md')
-rw-r--r--dist/changes-4.1.0.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-4.1.0.md b/dist/changes-4.1.0.md
index ce25b28dfe..f9160eb7b4 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