qglobal.cpp and #include "qt_windws.h"
Ralf Habacker
kde-cygwin@mail.kde.org
Fri, 22 Nov 2002 08:16:36 +0100
> On Friday 22 November 2002 12:05 am, Bob Tanner wrote:
> > Working through the compile errors.
> >
> > src/tools/qglobal.cpp has #include "qt_windows.h"
> >
> > qt_windows.h is not found in qt-3, did the file get deleted by accident?
>
> The difference is 1.1 #defined(Q_OS_WIN32), but the 1.2.4.1 branch
> #defined(Q_OS_WIN32) || defined(Q_OS_CYGWIN)
>
> So I need to know where I can get the qt_windows.h file
I've checked in into qt-3/src/kernel.
You have to symbolic link this files into qt-3/include or do a make -f
Makefile.cvs in the qt-3 root dir to update the include dir.
Ralf