[Qt-creator] Fail to build QrCreator 3.2

Alex lexxmark.dev at gmail.com
Wed Sep 3 21:05:51 CEST 2014


Hi all!
    May be I missed something but I cannot build QtCreator 3.2 from 
source under Ubuntu.

Here are my steps:
1. Get sources from https://git.gitorious.org/qt-creator/qt-creator.git
2. Checkout by tag <git checkout v3.2.0>
3. Make qt-creator-bukd directory and execute 'qmake -r ../qt-ctreator' 
there.
4. Call 'make'

I'm using Qt version 5.3.
'qmake --version' returns:
QMake version 3.0
Using Qt version 5.3.1 in /home/alex/Qt/5.3/gcc_64/lib

After some time of compiling files I've got an error:
/home/alex/Dev/QtCreator/qt-creator/src/plugins/qbsprojectmanager/qbsproject.cpp: 
In member function ‘void 
QbsProjectManager::Internal::QbsProject::updateApplicationTargets(const 
qbs::ProjectData&)’:
/home/alex/Dev/QtCreator/qt-creator/src/plugins/qbsprojectmanager/qbsproject.cpp:752:54: 
error: ‘const class qbs::ProductData’ has no member named ‘isRunnable’
          if (!productData.isEnabled() || !productData.isRunnable())
                                                       ^
make[3]: *** [.obj/release-shared/qbsproject.o] Error 1
make[2]: *** [sub-qbsprojectmanager-make_first] Error 2
make[1]: *** [sub-plugins-make_first-ordered] Error 2
make: *** [sub-src-make_first-ordered] Error 2


As I can see this code was introduced by 
"03b6e23d90f7e6fc1014602d6cbc45d11418b59e - QbsProjectManager: Make sure 
run configs are available before a build." commit.

How can I build QtCreator 3.2?



More information about the Qt-creator mailing list