summaryrefslogtreecommitdiffstats
path: root/examples/bars/bars.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bars/bars.pro')
-rw-r--r--examples/bars/bars.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/bars/bars.pro b/examples/bars/bars.pro
new file mode 100644
index 00000000..e4e2c5fa
--- /dev/null
+++ b/examples/bars/bars.pro
@@ -0,0 +1,13 @@
+!include( ../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
+SOURCES += main.cpp graphmodifier.cpp
+HEADERS += graphmodifier.h
+
+QT += widgets
+
+INSTALLS += target
+
+OTHER_FILES += doc/src/* \
+ doc/images/*