|
2010-03-13
, 00:45
|
Posts: 225 |
Thanked: 64 times |
Joined on Feb 2010
|
#22
|
i will try your links and do it that way. but the state i am in now is that i can not get the red cross green but i didnt bother with it because you said i didnt have to. so i can start a build it fails and lists every include saying its not a file.
any ideas sorry i am a good programmer but most of my development has been in java and javame. as the n900 doesnt support them i thought maybe it was time to brush up on my c++ skills as im a game programmer i wanted to use a gui system similer to java and i found qt.
do i need to include the libs somewere in the project? any help would be much appritaited.
does qt creator support subversion as well ?
|
2010-04-23
, 22:33
|
Posts: 30 |
Thanked: 3 times |
Joined on Apr 2010
|
#23
|
|
2010-04-28
, 07:52
|
Posts: 62 |
Thanked: 97 times |
Joined on Dec 2009
@ Finland, Kerava
|
#24
|
|
2011-04-14
, 08:06
|
|
Posts: 1,348 |
Thanked: 1,863 times |
Joined on Jan 2009
@ fr/35/rennes
|
#25
|
g++ -c -pipe -O3 -g -Wall -W
-D_REENTRANT -fPIC -DUSE_QT_GUI=1 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I../mkspecs/default -I. -I../../../include/qt4/QtCore -I../../../include/qt4/QtGui -I../../../include/qt4 -I. -o gdbmacros.o gdbmacros.cpp.
the reson i could not include anything in my current svn project when i could in a new project was that my svn project needed to be moved localy into the qtcreator install directory. this clears up all include probems. cheers for all ur help.