> On Thu, Oct 15, 2009 at 7:23 PM, > <[email protected]<mailto:[email protected]>> wrote: > > hello there > > I want to know, how can i compile this code in Windows > > > +++++++++++++++++++++++++++++++++++++++++++ > #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' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
