| Author |
|
Mattias
Psycler

Date Registered: 09.2005
Location: Belluno->Veneto->Italy->Europe->Earth
Posts: 150
 |
|
Qt Enviroment Variable Probelm |  |
Hi there,
i just set up my c++ dev. enviroment today (after triing loads of IDEs) and i decided for Visual C++ Express Edition.
Let's focus on the point.
I have installed Qt 4.2.3 (in the default folder) and Visual C++ Express (2005) in the deaful folder but i want to expand the Code Completion feature for the Qt Library.
I know that i have to add the Qt path to the Enviroment Variables. So this are the new Env. Vars added to the default ones.
Binary Files: C:\QT\4.2.3\bin
Lib Files: C:\QT\4.2.3\lib
Source Files: C:\QT\4.2.3\src
Include Files: C:\QT\4.2.3\include
the highlighted path is incorrect becuase it looks only for the main directory (include) and not for subdirectories (ActiveQt, QT...). Is there any way to add the subfolders?
Thanks for the whole help...
__________________ Site: http://gravity0.site90.com
ACIDPlanet: http://www.acidplanet.com/artist.asp?songs=753767&T=7713
Last edited by Mattias on 23.04.2007, 17:23 o'clock.
|
|
23.04.2007, 17:22 |
 |
mutilus
Super Moderator

Date Registered: 06.2003
Location: Brighton, England
Posts: 234
 |
|
|
Hi Mattias,
Sorry, I don't know the answer to your question (I work in Linux) -- however, try asking it at qtcentre.org, you're very likely to get the answer there.
Neil
(P.S. Qt-related questions like this are probably better asked at the psycle development mailing list)
__________________ github.com/hexmodemusic | soundcloud.com/hexmodemusic
|
|
23.04.2007, 20:11 |
|
Louis
Psycler

Date Registered: 04.2007
Location: EU
Posts: 28
 |
|
|
I had the same problem with JAVA.
But with software this software's it needs the PATH VARIBLITYS, should be set like this...?
At the end of the Path text in the box.
Like this.... with including this ->;
;C:\QT\4.2.3\bin;C:\QT\4.2.3\lib;C:\QT\4.2.3\src
Enter the var as show it should work if not do what the other guy has said in the post above me.
I hope you solve this problem and the best.
-Leo (Louis)
__________________
For free VST's> www.maxxhi5.sf.net
Last edited by Louis on 23.04.2007, 20:37 o'clock.
|
|
23.04.2007, 20:33 |
 |
Mattias
Psycler

Date Registered: 09.2005
Location: Belluno->Veneto->Italy->Europe->Earth
Posts: 150
 |
|
|
24.04.2007, 18:14 |
 |
|