How did you make the qmake work ?
Usually paths are hard coded inside qt when u install it. With installer, patches are applied and hence you can install them to any directory.
So as schnitzel said, uninstall and install fresh to new location.
How did you make the qmake work ?
Usually paths are hard coded inside qt when u install it. With installer, patches are applied and hence you can install them to any directory.
So as schnitzel said, uninstall and install fresh to new location.
yes,when you configure the Qt,it will generl the qtconfig.cpp and qtconfig.h . in the cpp,it will record the Qt path like F:\Qt\4.5.3.
and when you run the qmake.exe,it will find the mkspecs path from qtconfig.cpp,but if you set the env QMKAEPATH,it will find the mkspecs path
use the QMAKESPECS first. so I just set the env,and the qmake.exe goes ok.
Bookmarks