Dear visitor, welcome to QtForum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
Which environmental variables? [ SOLVED ]
hello,
Which environmental variables has to be set after installing into windows xp? I am asking this question because I can compile the source code of any Qt/C++ and can run them only from commandline interface. I use command line interface from applications->Qt->CommandLine. The first thing command line interface does is setting environment variables.
When I double click to the produced exe after successful compilation but It complains about some missing dlls. So problem is obvious. I have to set whatever variables constantly. Which are these variables?
regards
H.E:
This post has been edited 1 times, last edit by "H.E." (May 26th 2008, 10:36am)
QTDIR: your qt base dir
then add %QTDIR%\bin to PATH
madinsjamania
Thanks a lot, problem has been solved.