How to add a daemon to a quickly project

Posted by darkrex1986 on Ask Ubuntu See other posts from Ask Ubuntu or by darkrex1986
Published on 2012-06-29T09:56:53Z Indexed on 2012/07/02 9:23 UTC
Read the original article Hit count: 210

Filed under:
|
|
|
|

Currently I'm developing an application with quickly which is divided in two parts:

  1. A graphical UI where the user could configure some things,
  2. 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?

© Ask Ubuntu or respective owner

Related posts about python

Related posts about files