Results 1 to 5 of 5

Thread: No such file or directory- Simple Link Error Help?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: No such file or directory- Simple Link Error Help?

    try to use an explicit INCLUDEPATH in your pro file.

  2. #2
    Join Date
    Feb 2010
    Location
    London
    Posts
    6
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: No such file or directory- Simple Link Error Help?

    I added
    Qt Code:
    1. INCLUDEPATH += -I"x:\Cerulean_\Core\element.h"
    To copy to clipboard, switch view to plain text mode 
    and so on... to the .pro file but still get the same error:

    Core/element.h: No such file or directory

    I haven't done any explicit INCLUDEPATH before so I'm not sure if I got it right yet and couldn't tell from the online help stating:

    -I <string> ........ Add an explicit include path.

    Thanks for your help.

Similar Threads

  1. Replies: 11
    Last Post: 1st February 2018, 04:27
  2. Replies: 0
    Last Post: 10th February 2010, 07:07
  3. Replies: 1
    Last Post: 27th March 2009, 06:22
  4. Replies: 4
    Last Post: 24th November 2007, 13:33
  5. Replies: 1
    Last Post: 10th July 2007, 16:53

Tags for this Thread

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.