summaryrefslogtreecommitdiffstats
path: root/appdaemon.pro
blob: aa2b1130a106ebb5135d26991a26b74d74d2f2a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT-=gui
QT+=network
HEADERS=\
        app.h \
        daemon.h \
        protocol.h \

SOURCES=\
        app.cpp \
        daemon.cpp \
        main.cpp \
        protocol.cpp \

target.path = $$[INSTALL_ROOT]/system/bin
INSTALLS+=target