Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> 4.0 is deprected, use 4.1 instead:
Abdelrazak> http://doc.trolltech.com/4.1/qmake-environment-reference.html
Sure, but I do not see a reason to refer to 4.1 doc if 4.0 is the same :)
Indeed, I did not check. Just wanted to warn you because I've been
bitten by this once.
Abdelrazak> It works with official Qt/Mingw:
Abdelrazak> D:\program\Qt\4.1.3\bin>.\qmake -query QT_INSTALL_LIBS
Abdelrazak> d:\program\Qt\4.1.3\lib
This one is not the most interesting. What about libraries to link against?
I don't understand. On Unix, it should be this path plus:
libQtCore.a
libQtGui.a
On Windows/Mingw, it is:
libQtCore4.a
libQtGui4.a
On Windows/MSVC, it is:
QtCore4.lib
QtGui4.lib
Abdel.
JMarc