Author Topic: QT path for Ubuntu  (Read 14043 times)

Offline Z.K.

  • Single posting newcomer
  • *
  • Posts: 8
QT path for Ubuntu
« on: June 02, 2008, 01:42:56 am »
Where do I point CodeBlocks to find the QT directory.  I am not sure where it is in Ubuntu.

  :?:

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: QT path for Ubuntu
« Reply #1 on: June 02, 2008, 10:11:21 am »
/usr/share/qt4/bin/
/usr/share/qt4/include/
Life would be so much easier if we could just look at the source code.

wheeler

  • Guest
Re: QT path for Ubuntu
« Reply #2 on: August 16, 2012, 04:48:34 pm »
Hi! I use Code::Blocks 10.05 on Ubuntu 12.04. I've installed Qt4 library files (through Synaptic).
When I was creating new Qt4 project, I had to set library location. Default it is a variable: $(#qt4), so I defined this variable as you can see at this picture: http://www.math.uni.wroc.pl/~wojak/cpp2/QtOrazCodeBlocks/GlobalVariableUbuntu.png
But I receive this information:
Quote
The macro you entered seems valid, but this wizard can't
locate the library directory based on this macro.
This wizard cannot continue.
I don't know what to do. Could you help me?