Results 1 to 5 of 5

Thread: find bin, lib and include locations

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: find bin, lib and include locations

    bash Code:
    1. jpnurmi@jaber:~$ qmake -query QT_INSTALL_LIBS
    2. /usr/local/Trolltech/Qt-4.5.3/lib
    3. jpnurmi@jaber:~$ qmake -query QT_INSTALL_HEADERS
    4. /usr/local/Trolltech/Qt-4.5.3/include
    To copy to clipboard, switch view to plain text mode 

    You can refer the variables within .pro files as $$[QT_INSTALL_LIBS] and so on. See [wiki]undocumented qmake[/wiki] for more info.
    J-P Nurmi

  2. The following user says thank you to jpn for this useful post:

    Adrian Sevcenco (16th October 2009)

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.