summaryrefslogtreecommitdiffstats
path: root/examples/charts/legend/legend.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/legend/legend.pro')
-rw-r--r--examples/charts/legend/legend.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/charts/legend/legend.pro b/examples/charts/legend/legend.pro
new file mode 100644
index 00000000..5e22fb2a
--- /dev/null
+++ b/examples/charts/legend/legend.pro
@@ -0,0 +1,10 @@
+!include( ../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
+TARGET = legend
+SOURCES += main.cpp \
+ mainwidget.cpp
+
+HEADERS += \
+ mainwidget.h