summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/modelview/2_formatting/2_formatting.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/modelview/2_formatting/2_formatting.pro')
-rw-r--r--examples/tutorials/modelview/2_formatting/2_formatting.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/tutorials/modelview/2_formatting/2_formatting.pro b/examples/tutorials/modelview/2_formatting/2_formatting.pro
new file mode 100644
index 0000000..7e70d81
--- /dev/null
+++ b/examples/tutorials/modelview/2_formatting/2_formatting.pro
@@ -0,0 +1,10 @@
+TARGET = mv_formatting
+
+TEMPLATE = app
+
+SOURCES += main.cpp \
+ modelview.cpp \
+ mymodel.cpp
+
+HEADERS += modelview.h \
+ mymodel.h