New class Dash::Project
[dashstudio.git] / src / dashd / dashd.pro
blobfa6e8dc593e1c5c37fe0b1ca2fda7676252198cc
2 TEMPLATE = app
4 QT += network xml
7 !include(../../config.pri){
8 error(cannot include config.pri)
11 LIBS += -L$$DESTDIR/lib -ldashserver -ldash
13 INCLUDEPATH += ..
15 TARGET = dashd
16 SOURCES += main.cpp
18 INSTALLS += target
19 target.path = /bin
21 CONFIG += console
23 linux-g{
24 PRE_TARGETDEPS += $$BUILD_DIR/lib/libdash.a
25 PRE_TARGETDEPS += $$BUILD_DIR/lib/libdashserver.a