Qt-interest Archive, January 2008
qt eclipse integration
Message 1 in thread
Hello, I had created a qt project in eclipse but I've the next error:
DQT_SHARED -I/usr/local/Trolltech/Qt-4.3.0/mkspecs/linux-g++ -I.
-I/usr/local/Trolltech/Qt-4.3.0/include/QtCore -I/usr/local/Trolltech/Qt-
4.3.0/include/QtCore -I/usr/local/Trolltech/Qt-4.3.0/include/QtGui
-I/usr/local/Trolltech/Qt-4.3.0/include/QtGui -I/usr/local/Trolltech/Qt-
4.3.0/include -Irelease -I. -o release/simpletreewidget.o
Vista/simple/simpletreewidget.cpp
Vista/simple/simpletreewidget.cpp:3:31: error: ManejadorElemento.h: The file
or directory doesn exist.
I've included the directory Vista/simple into the PATH environment variable
and into the include paths tab.
Someone know what is the problem?
ThanK you.
Message 2 in thread
Hi,
Are you sure you want
#include "ManejadorElemento.h"
instead of
#include "manejadorelemento.h" ??
Maybe you're unaware that unices are CaseSensitive. Don't you?
On Jan 30, 2008 10:10 AM, Laura Lozano <laurloz83@xxxxxxxxx> wrote:
> Hello, I had created a qt project in eclipse but I've the next error:
>
> DQT_SHARED -I/usr/local/Trolltech/Qt-4.3.0/mkspecs/linux-g++ -I.
> -I/usr/local/Trolltech/Qt-4.3.0/include/QtCore -I/usr/local/Trolltech/Qt-
> 4.3.0/include/QtCore -I/usr/local/Trolltech/Qt-4.3.0/include/QtGui
> -I/usr/local/Trolltech/Qt-4.3.0/include/QtGui -I/usr/local/Trolltech/Qt-
> 4.3.0/include -Irelease -I. -o release/simpletreewidget.o
> Vista/simple/simpletreewidget.cpp
> Vista/simple/simpletreewidget.cpp:3:31: error: ManejadorElemento.h: The
> file or directory doesn exist.
>
>
> I've included the directory Vista/simple into the PATH environment
> variable and into the include paths tab.
>
> Someone know what is the problem?
>
> ThanK you.
>