summaryrefslogtreecommitdiffstats
path: root/examples/charts/barmodelmapper/barmodelmapper.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/barmodelmapper/barmodelmapper.pro')
-rw-r--r--examples/charts/barmodelmapper/barmodelmapper.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/charts/barmodelmapper/barmodelmapper.pro b/examples/charts/barmodelmapper/barmodelmapper.pro
new file mode 100644
index 00000000..91b8f367
--- /dev/null
+++ b/examples/charts/barmodelmapper/barmodelmapper.pro
@@ -0,0 +1,16 @@
+!include( ../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
+QT += core gui
+
+TARGET = barmodelmapper
+TEMPLATE = app
+
+
+SOURCES += main.cpp\
+ tablewidget.cpp \
+ customtablemodel.cpp
+
+HEADERS += tablewidget.h \
+ customtablemodel.h