Results 1 to 8 of 8

Thread: Problem when Installing resources with whitespaces or +- symbols

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2011
    Posts
    42
    Thanks
    4
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Problem when Installing resources with whitespaces or +- symbols

    Ok, so i thougth i could use $$quote(docs/*) and it would process each file. Doesnt matter in this case, i can add "_" instead of whitespace, for each filename
    The big problem is in the libstdc++-6.dll file, here the "+" is messing things up and i cant get qmake to quote (with ") the path of the file. since im using windows, when installing it uses COPY command, and the '+' is not supported unless you wrap the path with quotes.

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

    Default Re: Problem when Installing resources with whitespaces or +- symbols

    You can override the command used for installing if you really want to. However I suggest you rethink your approach.
    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.


  3. #3
    Join Date
    Jun 2012
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Problem when Installing resources with whitespaces or +- symbols

    It's confirmed bug https://bugreports.qt-project.org/browse/QTBUG-16372 and I have workaround.
    I have used backslashed quotes in .pro file.
    like \"C:\\MinGW\\bin\\libstdc++-6.dll\"

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

    Default Re: Problem when Installing resources with whitespaces or +- symbols

    It's not a confirmed bug. Read the comments under the report.
    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.


Similar Threads

  1. "Unable to read symbols" Problem
    By weaver4 in forum Newbie
    Replies: 10
    Last Post: 20th December 2012, 22:36
  2. Problem Editing Resources with Qt Designer
    By demonGeek in forum Qt Tools
    Replies: 1
    Last Post: 26th January 2011, 05:04
  3. Problem with embedded resources under windows xp?
    By Kumosan in forum Installation and Deployment
    Replies: 1
    Last Post: 8th October 2008, 08:50
  4. problem with resources
    By SuperSonik in forum Installation and Deployment
    Replies: 2
    Last Post: 15th February 2007, 10:58
  5. Resources Modules DLL Window problem
    By RHBaum in forum Qt Programming
    Replies: 3
    Last Post: 16th October 2006, 15:54

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.