Camera
[dashstudio.git] / src / dash / dash.pro
blob676d9880d5238e5fcef857dce0c052bb7406613d
2 DEFINES += _BUILD_DASH_
3 TEMPLATE = lib
5 win32{
6 CONFIG += dll
7 }else{
8 CONFIG += staticlib \
9 warn_on
12 HEADERS += dash.h \
13 module.h \
14 datasource.h \
15 commandparser.h \
16 exports.h \
17 projectsaver.h
18 TARGET = dash
20 SOURCES += module.cpp \
21 datasource.cpp \
22 commandparser.cpp \
23 projectsaver.cpp
24 INCLUDEPATH += ..
26 include(../../config.pri)
27 include(network_module.pri)
29 INSTALLS += headers target
31 target.path = /lib
32 headers.path = /include/dash/
33 headers.files = *.h