Results 1 to 3 of 3

Thread: Resource file problem

  1. #1
    Join Date
    Aug 2010
    Posts
    62
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Resource file problem

    Hello!

    I'm using QtCreator and I'm trying to add a resource file to my application.
    To write the .qrc file I use the built-in tool and all goes well.

    The problem is that when I try to build the application it raises the following error:

    :: error: No rule to make target `../TextToBraille/braille/', needed by `debug/qrc_res.cpp'. Stop.
    The project is stored in the "TextToBraille" directory and the images are stored in the "/TextToBraille/braille/" directory.

    Can you help me to solve this problem please?

    Thanks in previous.

    Giulio

  2. #2
    Join Date
    Apr 2010
    Location
    Sudan
    Posts
    46
    Thanks
    7
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Resource file problem

    this error appear when the folder or files inside it not found in the directory that specified.
    .make sure that you did not change the place or the name of the folder or the files it contain(image,voice, etc)

  3. #3
    Join Date
    Aug 2010
    Posts
    62
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Resource file problem

    thanks for the reply

    I checked the place of the files and they are ok. moreover I use the QtCreator tool to write the resource file so it shouldn't be wrong

Similar Threads

  1. problem about load resource file dynamically
    By Raul in forum Qt Programming
    Replies: 1
    Last Post: 27th August 2010, 05:56
  2. resource file
    By kavinsiva in forum Newbie
    Replies: 4
    Last Post: 18th August 2009, 22:28
  3. resource file name problem in generated code
    By acpRobert in forum Qt Tools
    Replies: 0
    Last Post: 26th April 2009, 02:06
  4. Resource file in Qt4.4.0
    By jml in forum Qt Tools
    Replies: 0
    Last Post: 6th May 2008, 18:01
  5. Resource file in a lib
    By Rodrigo in forum Qt Programming
    Replies: 4
    Last Post: 25th June 2007, 15:22

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.