Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.1
-
None
Description
Run attached example by calling "qmlviewer app.qml". On Unix the execution fails on an error
file:///../app.qml:8:9: MyElement is not a type
MyElement {
^
due to MyElement being written in a file called Myelement.qml. The same code runs fine on Windows and Symbian, where the file system is case insensitive. While this is a small issue, these kind of small differences, "paper cuts", make maintaining cross-platform code tedious and error-prone.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-3417 New Qt Quick UI Project wizard: File name case mismatch due to case tolerant project location in wizard. (Windws)
- Closed