Hi,
I just downloaded the latest version of the QtCreator from the Git archive.
I tried to compile it with the following commands
1. git clone git://gitorious.org/qt-creator/qt-creator.git .
2. qmake qtcreator.pro -r -spec win32-g++ “CONFIG+=release”
3. mingw32-make
The compile procedure mingw32-make fails with the following error:
..\..\..\..\share\qtcreator\qml\qmlpuppet\qml2puppet\instances\graphicalnodeinst
ance.cpp:525:5: error: ‘emitComponentCompleteSignalForAttachedProperty’ is not a
member of ‘DesignerSupport’
mingw32-make5: *** [release/graphicalnodeinstance.o] Error 1
mingw32-make5: Leaving directory `c:/QtCreator/src/tools/qml2puppet/qml2puppet
‘
mingw32-make4: *** [release] Error 2
mingw32-make4: Leaving directory `c:/QtCreator/src/tools/qml2puppet/qml2puppet
‘
mingw32-make3: *** [sub-qml2puppet-make_first] Error 2
mingw32-make3: Leaving directory `c:/QtCreator/src/tools/qml2puppet’
mingw32-make2: *** [sub-qml2puppet-make_first] Error 2
mingw32-make2: Leaving directory `c:/QtCreator/src/tools’
mingw32-make1: *** [sub-tools-make_first-ordered] Error 2
mingw32-make1: Leaving directory `c:/QtCreator/src’
mingw32-make: *** [sub-src-make_first-ordered] Error 2
Before I tried to set up QtCreator I compiled Qt 5.1 beta from Git.
Any ideas what is missing?
Best regards
Michael
↧