Results 1 to 9 of 9

Thread: qmake INCLUDEPATH with spaces

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Posts
    109
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11
    Thanks
    2
    Thanked 5 Times in 5 Posts

    Default Re: qmake INCLUDEPATH with spaces

    I need to see the actual error messages - together with *.pro file if possible.

  2. #2
    Join Date
    Mar 2006
    Location
    Vadodara, Gujarat, India
    Posts
    65
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    16
    Thanked 2 Times in 2 Posts

    Default Re: qmake INCLUDEPATH with spaces

    This must not happen as such, just try posting the error message. Also try escaping the space ( this is what happens in *nix environments, dunno if it works with windows as well ).

    Which version are u using ?
    Do what u r afraid to do, and the death of fear is sure.

  3. #3
    Join Date
    Jan 2006
    Posts
    70
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 5 Times in 5 Posts

    Default Re: qmake INCLUDEPATH with spaces

    There is no error message. qmake thinks its two completely separate paths and includes both of them. So I guess I get an error about cannot find header file during compile time. The issue is not an error, it's that qmake will not allow for an include path with a space in it. The space is qmake's line break character.

    I do a lot of Matlab integration with Qt and the new Matlab uses an include path located in 'Program Files/Matlab/' this is why I'm including something from that path.

    P.S. I tried the '\ ' escape on the space and it didn't work neither. Thanks though.

    I'm using Qt 4.1.2 for this project.

  4. #4
    Join Date
    Mar 2006
    Location
    Vadodara, Gujarat, India
    Posts
    65
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    16
    Thanked 2 Times in 2 Posts

    Default Re: qmake INCLUDEPATH with spaces

    Have u checked in the Project Settings in Visual Studio? i tried the path with spaces in it in pro file. I just enclosed the path in double qoutes, after that i imported the file in VC++.

    There i checked the path, its full in double quotes :

    Qt Code:
    1. /I"C:/Documents and Settings/ajain/Desktop/qt/include"
    To copy to clipboard, switch view to plain text mode 

    if i dont use "" then this happens

    Qt Code:
    1. /I"C:\Documents" /I"and" /I"Settings\ajain\Desktop\qt\include"
    To copy to clipboard, switch view to plain text mode 

    See if this helps and reply .... ur qt installation is perfect na ? hav u tried running other examples ?
    Do what u r afraid to do, and the death of fear is sure.

Similar Threads

  1. another qmake INCLUDEPATH spaces problem
    By mmueller in forum Qt Programming
    Replies: 4
    Last Post: 31st July 2008, 14:12
  2. qmake multiple INCLUDEPATH in Linux
    By rajeshs in forum Qt Programming
    Replies: 12
    Last Post: 15th November 2007, 10:38
  3. Compiling with Qmake/Make
    By VireX in forum Newbie
    Replies: 25
    Last Post: 22nd February 2007, 05:57
  4. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15
  5. linking user space and kernel space programs with qmake
    By zielchri in forum Qt Programming
    Replies: 9
    Last Post: 8th March 2006, 23:11

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.