Compile on win32
[dashstudio.git] / src / dashd / dashd.pro
blobe6cab1c959637ab3582c26c1939c9f03e27e64bb
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 CONFIG += console
22 linux-g++ {
23 PRE_TARGETDEPS += $$BUILD_DIR/lib/libdash.a
24 PRE_TARGETDEPS += $$BUILD_DIR/lib/libdashserver.a