Modified palette file format
[dashstudio.git] / src / dashd / dashd.pro
blob4d6a370d2464e242c5f4ccc4712d770ae18e2203
2 TEMPLATE = app
4 QT += network xml
7 !include($$PWD/../../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