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