1
Graphics / Qt-Integration - UPDATE: Mistake in the Tutorial
« on: September 23, 2008, 12:36:53 pm »
I have found the mistake:
The section
is missing in the file "http://www.sfml-dev.org/tutorials/1.4/sources/QSFMLCanvas.cpp", but when I use the file samples/qt/QSFMLCanvas.cpp, it works fine.
Could you correct that, Laurent?
The section
Code: [Select]
#ifdef Q_WS_X11
#include <Qt/qx11info_x11.h>
#include <X11/Xlib.h>
#endif
is missing in the file "http://www.sfml-dev.org/tutorials/1.4/sources/QSFMLCanvas.cpp", but when I use the file samples/qt/QSFMLCanvas.cpp, it works fine.
Could you correct that, Laurent?