summaryrefslogtreecommitdiffstats
path: root/examples/customproxy/customproxy.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/customproxy/customproxy.pro')
-rw-r--r--examples/customproxy/customproxy.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/customproxy/customproxy.pro b/examples/customproxy/customproxy.pro
new file mode 100644
index 00000000..2b764a41
--- /dev/null
+++ b/examples/customproxy/customproxy.pro
@@ -0,0 +1,24 @@
+!include( ../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
+SOURCES += main.cpp \
+ rainfallgraph.cpp \
+ variantdataset.cpp \
+ variantbardataproxy.cpp \
+ variantbardatamapping.cpp \
+
+HEADERS += \
+ rainfallgraph.h \
+ variantdataset.h \
+ variantbardataproxy.h \
+ variantbardatamapping.h
+
+INSTALLS += target
+
+RESOURCES += customproxy.qrc
+
+OTHER_FILES += data/raindata.txt \
+ doc/src/* \
+ doc/images/*
+