forked from qt-creator/qt-creator
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:
4
dist/changes-4.1.0.md
vendored
4
dist/changes-4.1.0.md
vendored
@@ -48,6 +48,10 @@ CMake Projects
|
|||||||
(QTCREATORBUG-15934)
|
(QTCREATORBUG-15934)
|
||||||
* Fixed that CMake was automatically run even if the Qt Creator application
|
* Fixed that CMake was automatically run even if the Qt Creator application
|
||||||
is not in the foreground (QTCREATORBUG-16354)
|
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
|
Qbs Projects
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user