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>
This commit is contained in:
Tobias Hunger
2016-07-11 15:03:40 +02:00
parent 52f1fe7033
commit 42d3f501a1

View File

@@ -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