~rocketman768/brewtarget/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
TEMPLATE = lib
TARGET   = watertablewidgetplugin
CONFIG   += designer plugin

HEADERS = ../WaterTableWidget.h \
          WaterTableWidgetPlugin.h \
          ../WaterTableModel.h \
          ../water.h \
          ../stringparsing.h \
          ../xmlnode.h \
          ../xml.h \
          ../observable.h
SOURCES = ../WaterTableWidget.cpp \
          WaterTableWidgetPlugin.cpp \
          ../WaterTableModel.cpp \
          ../water.cpp \
          ../stringparsing.cpp \
          ../xmlnode.cpp \
          ../xml.cpp \
          ../observable.cpp \
          ../observer.cpp

target.path = $$[QT_INSTALL_PLUGINS]/designer
INSTALLS += target