Results 1 to 3 of 3

Thread: "No such file or directory" error from deleted promoted widgets

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    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: "No such file or directory" error from deleted promoted widgets

    What is reporting "No such file or directory"? Cmake, moc, UI compiler, RCC, compiler, linker, at run time?
    What file or directory?
    It really helps to actually describe the problem.

    If you manually run:
    Qt Code:
    1. uic thingy.ui
    To copy to clipboard, switch view to plain text mode 
    and the output is correct then the problem is where the ui_*.h generated files are going or the timestamps on the files are broken and make does not rebuild them.
    Delete all the ui_*.h files, rebuild and inspect the files.

  2. The following user says thank you to ChrisW67 for this useful post:

    graffy (20th September 2013)

Similar Threads

  1. Replies: 12
    Last Post: 19th August 2015, 18:50
  2. Replies: 5
    Last Post: 10th April 2013, 11:20
  3. Replies: 4
    Last Post: 26th July 2010, 07:02
  4. Replies: 1
    Last Post: 23rd June 2010, 06:03
  5. Replies: 9
    Last Post: 20th May 2010, 09:55

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