install
[dashstudio.git] / src / dashd / dashd.pro
blob8787133ce3fb49728cb34cda39235993556a72ca
2 TEMPLATE = app
4 QT += network xml
6 LIBS += -ldashserver -ldash
8 !include(../../config.pri) {
9 error(cannot include config.pri)
12 INCLUDEPATH += ..
14 TARGET = dashd
15 SOURCES += main.cpp
17 INSTALLS += target
18 target.path = /bin
20 linux-g++ {
21 PRE_TARGETDEPS += $$BUILD_DIR/lib/libdash.a
22 PRE_TARGETDEPS += $$BUILD_DIR/lib/libdashserver.a