Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
This post has been edited 1 times, last edit by "LoneWolf" (Mar 21st 2008, 12:38am)
Quoted
win32:!contains(LIBS, .*pq.* ) {
INCLUDEPATH += C:\psql\include
!win32-g++:LIBS *= -llibpq
win32-g++:LIBS *= -LC:\psql\lib -llibpq
LIBS *= -lws2_32 -ladvapi32
}
Quoted
reimp -d libmysql.lib
dlltool -k -d libmysql.def -l libmysql.a
Quoted
To add or change the values of environment variables
Open System in Control Panel.
On the Advanced tab, click Environment Variables, then click the name of the user variable or system variable you want to change, as follows. Click:
New to add a new variable name and value.
Edit to change a current variable name and value.
Delete to remove a variable name and value.
Notes
If you are not logged on as administrator to the local computer, the only environment variables you can change are user variables.
To open System, click Start, click Control Panel, click Performance and Maintenance, and then click System.
Windows saves changes in the registry so they are available automatically the next time you start your computer.
You might have to close and reopen running programs for the new settings to take effect.
Related Topics
Quoted
@set PATH=C:\qt\mingw\real\bin;C:\qt\real\bin;C:\qt\real\lib;C:\qt\pgsql\lib;C:\qt\pgsql\bin;%PATH%

This post has been edited 3 times, last edit by "Messenger" (Apr 2nd 2008, 2:34pm)