Author Topic: Creating a new QT4 project?  (Read 3277 times)

basmok

  • Guest
Creating a new QT4 project?
« on: May 11, 2008, 04:04:18 pm »
I am really new at the use of Codeblocks, but i think that the programm is exactly that what i was searching for long time...

My problem is that i am not able to create a new QT4 project...
I am able to come to the point where i got ask for the "Qt's location" where i use the standart $(#qt4)
the next step is my problem: what directory's do i have to use for
- base
- include
- lib

I use Ubuntu 8.04 with CodeBlocks 8.02 and QT4. I dont know the directories because i made use of Synaptics, which installed everything automatic.

It would be really great if somebody could tell me what directories i have to insert =)
I also tried to find it in some forums, because i was hoping that somebody could describe the "standart directories".

Thanks,
Basmok
« Last Edit: May 11, 2008, 06:20:51 pm by basmok »

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: Creating a new QT4 project?
« Reply #1 on: May 11, 2008, 09:24:05 pm »
/usr/share/qt4
/usr/share/qt4/include
/usr/lib/
Life would be so much easier if we could just look at the source code.

basmok

  • Guest
Re: Creating a new QT4 project?
« Reply #2 on: May 12, 2008, 01:27:40 pm »
great! it works now
many thanks to you!!

[solved]