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. Using uic files in headers
Forum Updated to NodeBB v4.3 + New Features

Using uic files in headers

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 594 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.
  • J Offline
    J Offline
    jfabiani
    wrote on last edited by
    #1

    I have cross posted this in c++ (but I was told I posted to the wrong group) so I'm posting here (I didn't know how to move it).
    Hi,
    First I’m a noob and I’m not sure I’m in the right forum – sorry if I’m wrong.

    I have reviewed several tutorials and I’m now attempting to compile xTuples ‘openrpt’. In the code there are several places (in header files) that use files created from ‘uic’ i.e in login.h there is an include “#include “tmp/ui_login.h”. When I run build it fails to find the file. The file exist and I don’t understand why build fails on the file. That said the real question is:
    I see this as some sort of trick (at least not covered in my tutorials). A header file that uses “ui_filename.h” that does not exist until ‘uic’ is run. Is this a normal way to deal with UI files?

    BTW if you can help with the compile that would be great!
    Johnf

    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