Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 2.6.0
-
Windows7 SP1, Qt5 beta2, Creator provided by Qt5 beta2
Description
Steps to reproduce:
- select 'File' -> 'Create New File or Project...'
- select 'Applications' -> 'Qt Quick Application (from Existing QML File)
- use a QML file of one of the examples inside the Qt5 repository that uses QtQuick 2.0
- try to build and run
Current behaviour:
- Creator complains about 'module "QtQuick" version 2.0 is not installed' while executing
Expected behaviour:
- application runs fine without problems