[Qt-creator] Problem with compile simple code
Danny Price
deepblue842 at googlemail.com
Fri Oct 16 15:17:45 CEST 2009
Yeah the Trolls love their lower-case names...
On Fri, Oct 16, 2009 at 2:14 PM, André Pönitz <andre.poenitz at nokia.com>wrote:
> On Friday 16 October 2009 13:30:08 ext Danny Price wrote:
> >
> > > #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?
>
> There is no "QApplication.h" header with exact that capitalization.
> There's only "qapplication.h" and "QApplication". On NTFS or such
> "qapplication.h" will be found when using "QApplication.h", but it
> will fail on, say, ext3.
>
> Andre'
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20091016/68c376b5/attachment.html
More information about the Qt-creator-old
mailing list