Is Qt in your library search path?
Is Qt in your library search path?
Horse sense is the thing that keeps horses from betting on people. --W.C. Fields
Ask Smart Questions
Tools->Options->Qt4 Tab shows:
-Auto-detected
--Qt in PATH <not found>
-Manual
--4.7.0 c:\qt\2010.05\qt\bin\qmake.exe
When i browse to that manual directory, everything looks in order. Is there something else I should check? Something I need to add to my system PATH var?
hi,
Qt PATH must be set. try to set the PATH variable in PROJECTS->buildsettings->buildenvironment
make sure its set
hope it helps
Bala
Thanks a lot for the suggestion. I tried the "Clear system environment" checkbox under build environment. That seems to set the path to C:\Qt\2010.05\mingw\bin;C:\Qt\2010.05\qt\bin
and qtdir to C:\Qt\2010.05\qt.
Still no dice. When I go to tools->options->qt4 the auto detect still says not found.
Can someone using windows tell me what their path and qtdir vars are set to?
hi,
in tools->options->qt4Still no dice. When I go to tools->options->qt4 the auto detect still says not found
u can add ur own qt settings.
select manual and click the + button
then select
C:\Qt\2010.05\qt\bin\qmake.exe
try to set theI tried the "Clear system environment"
path to C:\Qt\2010.05\mingw\bin;C:\Qt\2010.05\qt\bin
and qtdir to C:\Qt\2010.05\qt.
under Build environment and system environment
run qmake and then try clean and run ur project
Hope it helps
Bala
Bookmarks