Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> I don't understand. On Unix, it should be this path plus:
Abdelrazak> libQtCore.a libQtGui.a
Abdelrazak> On Windows/Mingw, it is: libQtCore4.a libQtGui4.a
Abdelrazak> On Windows/MSVC, it is: QtCore4.lib QtGui4.lib
And no strange windows libraries?
Ahhhh... you mean the windows api libraries. They are not distributed
with Qt. They are part of mingw (w32api package IIRC). I guess we should
have a configure test for "w32api.h" if that is not already the case. As
a side note the Qt installation program check for this file.
Abdel.
JMarc