summaryrefslogtreecommitdiffstats
path: root/src/remote/daemon/daemon.pro
blob: 71d8cacac9c0fa4b5085a45641bd205677b8176b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
!include (../remote.pri)

TEMPLATE = app
TARGET = qstdaemon
DESTDIR = ../../../bin

QT += network
QT -= gui

INCLUDEPATH += ../../../include
LIBS += -L../../../lib
LIBS += -lQstProtocol

HEADERS += \
    appmanager.h \
    qtuitest_debug.h \
    qtuitestdsettings.h \
    qtuitestmaster_p.h \
    qtuitestserver.h \
    qtuitestslave.h

SOURCES += \
    main.cpp \
    appmanager.cpp \
    qtuitestdsettings.cpp \
    qtuitestmaster.cpp \
    qtuitestserver.cpp \
    qtuitestslave.cpp