PDA

View Full Version : Does it matter where I install Color Combo Box?



rakkar
31st August 2009, 05:59
I'd like to use this:
http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Widgets/qtcolorcombobox/

But it doesn't say where to unzip it, and I have a feeling if I just put it any old place it won't work. Should I unzip it to

C:\Qt
C:\Qt\2009.03
C:\Qt\2009.03\qt
C:\Qt\2009.03\qt\demos

Elsewhere?

Thanks!

victor.fernandez
31st August 2009, 08:44
Take a look at the INSTALL.TXT file. It's all explained in it. You may unzip it anywhere. In order to use the widget in your proyect, you have to include this in your .pro file:


include(your-install-dir/some-package/src/some-package.pri)