Added a class to hold data from the commands
[dashstudio.git] / src / global / global.pro
blob3b40ea3f5f479690d6d048218f44edb3c76d2fd9
1 TEMPLATE = lib
3 CONFIG += staticlib \
4 warn_on
5 HEADERS += dash.h \
6 module.h \
7 datasource.h
8 TARGET = dash
9 DESTDIR = ../../lib
10 SOURCES += module.cpp \
11 datasource.cpp