> > #include < QApplication.h >
> > #include < QMainWindow.h >
>
> That, by the way, should be
>
> #include <QApplication>
> #include <QMainWindow>
>
> The original version does not compile on case-sensitive file systems.
>
> Andre'
>
>
Really? Is that why C++ libraries tend to use stub-include files with no
extensions? Surely '.h' is consistent on all platforms?
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to