summaryrefslogtreecommitdiffstats
path: root/examples/customproxy/customproxy.pro
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-10-14 08:12:34 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-10-14 08:12:34 +0300
commit18a5a1510b90a16007569f436392b52553f150fa (patch)
tree190f35b2da9ad298a4bc1636d0a9d993f41ea288 /examples/customproxy/customproxy.pro
parenta64c67d75badaa7662b8a05b8bc7ed78ec8e651e (diff)
parent34c345b024be424873bbb8b3c83414eea2bc7523 (diff)
Merge remote-tracking branch 'origin/develop'
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/*
+