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. DOESN"T WORK D-Bus Remote Controlled Car Example

DOESN"T WORK D-Bus Remote Controlled Car Example

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 2.0k Views
  • 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.
  • S Offline
    S Offline
    shbk
    wrote on last edited by
    #1

    Hello, I try to send integer value from one to another programme using for IPC QtDBUS(they are different executable files). My attempts to find simple example was unsuccessful. So, I am forced to build huge example D-Bus Remote Controlled Car Example like for one who has never used QtDBus.
    I repeated full tree structure(sources, headers). But one file controller.h includes #include "ui_controller.h". There is no such file.
    So, I am not able to compile.

    Maybe, is there something that I don't understand?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Seba84
      wrote on last edited by
      #2

      This file is generated from the UI file created with Qt designer. You should run uic to create it manually. The compilation sequence in linux should be:

      $ qmake -project
      $ qmake
      $ make

      uic is executed inside the qmake command. If you use Qt Creator this is done automatically.

      For more info see the qmake and uic documentation.
      Bye!

      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