How to add a daemon to a quickly project
- by darkrex1986
Currently I'm developing an application with quickly which is divided in two parts:
A graphical UI where the user could configure some things,
and a daemon which do the most work in the background.
I started with the UI, to create some windows for settings and so on. Now I want to start coding the daemon, but I have no clue how to implement the daemon in my quickly project.
Could I simply paste the files of the daemon in project folder or is there an implementation method for adding new files to a quickly project? Or do I have to create a new project and merge them together?