-
Bug
-
Resolution: Done
-
P2: Important
-
5.5.0, 5.5.1
-
None
-
Windows 7, Visual Studio 2013 (12.0), CMake 3.2.3
-
494283b7bf77f2801021e185c95ef948632ddddf
In a project's qrc file containing several qml files, when calling macro "qtquick_compiler_add_resources" in the project's CMakeLists.txt, it processes only the last qml file.
After a quick analysis, it seems it should handle the character replacement of both \n AND \r under Windows (line 51 of Qt5QuickCompilerConfig.cmake).
Also, I think (but not sure) the "if" at line 54 of that same file should handle ".ui.qml" files ? (by adding something like:
OR "x${extension}" STREQUAL "x.ui.qml")
For Gerrit Dashboard: QTBUG-49266 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
149437,4 | Fix support for .ui.qml files when using cmake | 5.6 | qt/tqtc-qmlcompiler | Status: MERGED | +2 | 0 |