Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Error: ui_widget.h: No such file or directory #include “ui_widget.h”
Forum Updated to NodeBB v4.3 + New Features

Error: ui_widget.h: No such file or directory #include “ui_widget.h”

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 8.9k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    Flavvless
    wrote on last edited by
    #1

    Hello!
    I'm trying to transfer project from Qt 4.8.5 to Qt 5.2.0 and when I put some 5.2.0 libs instead 4.8.0 I found this error:
    /home/flawless/projects/ROV/host/gui/widget.cpp:2: error: ui_widget.h: No such file or directory
    #include "ui_widget.h"
    In old versoin program worked fine.
    When I manually make ui_widget.h file with Qt Designer error disappears.
    Sorry for my english and thanks in advance.

    1 Reply Last reply
    0
    • JeroentjehomeJ Offline
      JeroentjehomeJ Offline
      Jeroentjehome
      wrote on last edited by
      #2

      Hi,
      The ui_ files are generated by compiler via QMake. Delete your output directory (the debug/release directories) and do a qmake, clean, rebuild process and when you have a designer form used, you will get ui_ files back and all should compile.
      Greetz

      Greetz, Jeroen

      1 Reply Last reply
      1
      • F Offline
        F Offline
        Flavvless
        wrote on last edited by
        #3

        Thanks, but I found the promblem elsewhere.
        I forgot to add to .pro file @greaterThan(QT_MAJOR_VERSION, 4): QT += widgets@

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved