qt5 - Compiling QT 5.0 -


i want compile qt 5.0 similar package offer on http://qt-project.org/downloads visual studio 2012.

i followed these instructions http://qt-project.org/wiki/building-qt-5-from-git , work pretty well, problem is, if rename folder compiled qt (or move folder someplace else), visual studio starts complaining when try build qt application, not find debug information or platform missing, somehow compilation files embedded full path inside them dependencies instead of been relative paths.

the reasons not use package provided vs in website because need x86 version of it.

another problem facing compilation folder has thousands of files takes long time move or delete, in package website there not many files.

does know options have give qt when compiling first time?

i use “-debug_and_release -c++11 -opensource -nomake examples -nomake tests”

thanks!

on vs there should qt5 menu. there must qt options. versions tab must add new path new version , remove old path because not exist anymore. need change project's qt version project's context menu. don't have vs in front of me according visual memory should trick.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -