Results 1 to 5 of 5

Thread: Adding 3rd Party framework path in pro file

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2006
    Posts
    849
    Thanks
    6
    Thanked 163 Times in 151 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Adding 3rd Party framework path in pro file

    when you write
    # include <FrameWorkName/SomeHeaderFile.h>
    then SomeHeaderFile.h has to be in a directory called FrameWorkName, and INCLUDEPATH should include /path/to/framework/Headers/ and the header themselves should be in /path/to/framework/Headers/FrameWorkName/*.h

  2. #2
    Join Date
    Jan 2006
    Posts
    667
    Thanks
    10
    Thanked 80 Times in 74 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Adding 3rd Party framework path in pro file

    Quote Originally Posted by caduel View Post
    when you write
    # include <FrameWorkName/SomeHeaderFile.h>
    then SomeHeaderFile.h has to be in a directory called FrameWorkName, and INCLUDEPATH should include /path/to/framework/Headers/ and the header themselves should be in /path/to/framework/Headers/FrameWorkName/*.h
    Yes, I understand this. But when I put the framework in /Library/Frameworks/FrameWorkName.framework directory, this above conditions specified by you are not met and still code compiles correctly and that is why I am trying to find out why is this not working when I set the framework path to be something other than /Library/Frameworks/FrameWorkName.framework

    Any idea?

Similar Threads

  1. Adding a new file to moc process in XCode
    By redneon in forum Qt Programming
    Replies: 0
    Last Post: 2nd May 2009, 18:49
  2. File path issue...
    By kaushal_gaurav in forum Qt Programming
    Replies: 9
    Last Post: 1st October 2008, 15:36
  3. Text file to PDF convertion using C++ code
    By joseph in forum General Discussion
    Replies: 2
    Last Post: 21st August 2008, 01:28
  4. Problem to find file path
    By phillip_Qt in forum Qt Programming
    Replies: 14
    Last Post: 28th April 2008, 10:06
  5. Problems with korean symbols in file path
    By Raistlin in forum Qt Programming
    Replies: 5
    Last Post: 6th April 2008, 13: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
  •  
Qt is a trademark of The Qt Company.