qt4 - To avoid Qt Creator from source mistakes the version of Qt upon building -


i got following error when try building qt creator from source.

user@host:/usr/share/qtcreator/qtcreator_build$ qmake -version qmake version 2.01a using qt version 4.8.2 in /usr/local/trolltech/qt-4.8.2/lib user@host:/usr/share/qtcreator/qtcreator_build$ sudo qmake ../qtcreator_fromsrc/qtcreator.pro  project message: cannot build qt creator qt version 4.6.2. project error: use @ least qt 4.7.4. 

as shown, qt library in use above 4.8.2, should qualifying ver 4.7.2. it's installed from source. how can let qtcreator installer recognize right qt version?

my workaround copy source of qt creator area doesn't require super user permission. hth.


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -