[Qt-creator] Problem with compile simple code

André Pönitz andre.poenitz at nokia.com
Fri Oct 16 08:10:29 CEST 2009


> On Thu, Oct 15, 2009 at 7:23 PM, <Bahram277 at yahoo.com<mailto:Bahram277 at yahoo.com>> 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'



More information about the Qt-creator-old mailing list