Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QMake: Compiling a helper application alongside the main Qt application
Forum Updated to NodeBB v4.3 + New Features

QMake: Compiling a helper application alongside the main Qt application

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 237 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.
  • P Offline
    P Offline
    Philipp Claves
    wrote on last edited by
    #1

    I have a Qt application that now needs a small helper program. The helper is just a single main.c file that lives in a sub directory of the Qt app.

    It has no qt dependencies and should be compiled into an elf executable alongside the main application by qmake/make and cleaned up with it too.

    Is this possible with qmake?

    Kind Regards,
    Philipp

    jsulmJ 1 Reply Last reply
    0
    • P Philipp Claves

      I have a Qt application that now needs a small helper program. The helper is just a single main.c file that lives in a sub directory of the Qt app.

      It has no qt dependencies and should be compiled into an elf executable alongside the main application by qmake/make and cleaned up with it too.

      Is this possible with qmake?

      Kind Regards,
      Philipp

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Philipp-Claves Sounds like you need https://wiki.qt.io/SUBDIRS_-_handling_dependencies

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2

      • Login

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