Results 1 to 3 of 3

Thread: Project File

  1. #1
    Join Date
    Jun 2011
    Posts
    203
    Thanks
    7
    Thanked 4 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Project File

    Hi, I added two dlls to my project file and assigned a path to them. However I get a compiler error as a result of having spaces in between words in the directory path e.g.

    c:/program files...

    For some reason the compiler sees this as two paths:

    c:/program -{error is c:/program: no such file or directory}

    and

    files -{error is files: no such file or directory}

    I tried placing them in parentheses " ", but I'm not sure whether this is allowed, it seems to compile until I get my next error - not sure if they are connected so would like to double check this part first.

  2. #2
    Join Date
    Apr 2008
    Posts
    104
    Thanks
    8
    Thanked 7 Times in 7 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Project File

    Use a directory without spaces in the name

  3. #3
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Project File

    Show us the project file.

Similar Threads

  1. Replies: 2
    Last Post: 16th January 2012, 19:07
  2. Project file to compile c++ file
    By hojoff79 in forum Newbie
    Replies: 1
    Last Post: 9th March 2011, 17:43
  3. Replies: 3
    Last Post: 3rd August 2010, 13:12
  4. Replies: 1
    Last Post: 3rd December 2009, 23:34
  5. how can i run a project from only a .ui file in qt4
    By iamjayanth in forum Qt Programming
    Replies: 2
    Last Post: 23rd October 2008, 01:36

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.