Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.2.0-beta1, Qt Creator 3.2.0-rc1, Qt Creator 3.2.0
-
None
-
Windows 8.1 64 bits. Qt installed in C:\QtSDK\Qt
Description
Starting in Qt 3.2 beta 1 , all my QML fails to recognize the QtQuick.* imports including QtQuick.Controls , QtQuick.Layouts , etc..
In 3.1.2 and before everything worked nice.
I already tried to clean install with no success.
The application compiles and runs ok.
I can reproduce with an empty QtQuick project.
I tested with Qt 5.3.1, Qt 5.3.2 and Qt 5.4 from Git.
The General Messages windows shows:
Warnings while parsing QML type information of C:/qt-creator/bin/imports/QtWebKit:
Failed to parse "C:/qt-creator/bin/imports/QtWebKit\plugins.qmltypes".
Error: 1:1: Expected token `numeric literal'
Warnings while parsing QML type information of C:/qt-creator/bin/imports/QtWebKit:
Failed to parse "C:/qt-creator/bin/imports/QtWebKit\plugins.qmltypes".
Error: 1:1: Expected token `numeric literal'
My Qt it is not compiled with QtWebKit.
C:\qt-creator\bin\imports\QtWebKit\plugins.qmltypes it is an empty file here