Results 1 to 2 of 2

Thread: Does it matter where I install Color Combo Box?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2009
    Posts
    56
    Thanks
    14
    Thanked 1 Time in 1 Post

    Default Does it matter where I install Color Combo Box?

    I'd like to use this:
    http://qt.nokia.com/products/appdev/...colorcombobox/

    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!

  2. #2
    Join Date
    Feb 2008
    Posts
    98
    Thanks
    2
    Thanked 24 Times in 24 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Does it matter where I install Color Combo Box?

    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:

    Qt Code:
    1. include(your-install-dir/some-package/src/some-package.pri)
    To copy to clipboard, switch view to plain text mode 

Similar Threads

  1. A Guide to Install MinGW, Qt4 and Eclipse Integration on Windows XP
    By shiyutang in forum Installation and Deployment
    Replies: 10
    Last Post: 5th August 2009, 04:03
  2. Replies: 0
    Last Post: 14th May 2009, 11:31
  3. qwt 5.2 install on qt 4.5
    By HyperB in forum Qwt
    Replies: 4
    Last Post: 13th May 2009, 20:03
  4. Mac OS install qwt libraries
    By d-l-sama@hotmail.com in forum Qwt
    Replies: 0
    Last Post: 30th April 2009, 14:53
  5. Cannot Install KDEdevel packages on linux
    By wirajr in forum KDE Forum
    Replies: 12
    Last Post: 5th February 2006, 21:01

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.