QMake: Compiling a helper application alongside the main Qt application
Unsolved
Qt Creator and other tools
-
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 -
@Philipp-Claves Sounds like you need https://wiki.qt.io/SUBDIRS_-_handling_dependencies