[Qt-creator] Problem with compile simple code

Danny Price deepblue842 at googlemail.com
Fri Oct 16 13:30:08 CEST 2009


> > #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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20091016/5cb744f9/attachment.html 


More information about the Qt-creator-old mailing list