Results 1 to 3 of 3

Thread: how can add include headers and libs in qtcreator?

  1. #1
    Join Date
    May 2009
    Posts
    83

    Default how can add include headers and libs in qtcreator?

    Hello all
    im trying to find the option to add another path to headers files i like to add to my compilation but i can't find the option in qtcreator can some one please point me
    where is this option ?
    Thanks

  2. #2
    Join Date
    May 2009
    Posts
    3
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how can add include headers and libs in qtcreator?

    Hi,
    I'm not sure, if i missunderstand you, but do you mean:
    right-click on the project -> add existing files...?

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: how can add include headers and libs in qtcreator?

    Quote Originally Posted by umen View Post
    Hello all
    im trying to find the option to add another path to headers files i like to add to my compilation but i can't find the option in qtcreator can some one please point me
    where is this option ?
    Thanks
    Add an
    qmake Code:
    1. INCLUDEPATH+=-Ipathgoeshere
    To copy to clipboard, switch view to plain text mode 
    directive to your project file.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


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.