Results 1 to 2 of 2

Thread: After Installing libqxt, creator cannot find files

  1. #1

    Default After Installing libqxt, creator cannot find files

    Hi,

    I ran the installation instructions from the user guide,

    1) run configure.bat
    2) configure.bat -I C:\OpenSSL\include -L C:\OpenSSL\lib -l libeay32 -l ssleay32

    3) configure.bat -I C:\BerkeleyDB\include -L C:\BerkeleyDB\lib -l libdb47
    building

    4) make && make install

    Add the following lines to your .pro file:

    CONFIG += qxt
    QXT += core gui


    I'm using mingw 4.4. I'm trying to use QxtSpanSlider, but #include <QxtSpanSlider> gives file or directory not found error.

    Not sure what it is I'm doing wrong....

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: After Installing libqxt, creator cannot find files

    Looks like you need to add the Qxt include directory to INCLUDES in your pro file (although I would have expected the prf file to do that).

Similar Threads

  1. Replies: 18
    Last Post: 21st May 2010, 15:08
  2. Matplotlib widget installing on Qt Creator
    By soulz9 in forum Newbie
    Replies: 0
    Last Post: 15th April 2010, 06:57
  3. Replies: 4
    Last Post: 7th April 2010, 23:09
  4. Replies: 1
    Last Post: 19th March 2009, 16:15
  5. Find font files
    By kovid in forum Qt Programming
    Replies: 0
    Last Post: 8th June 2008, 22:59

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.