summaryrefslogtreecommitdiffstats
path: root/tutorial/t9/t9.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/t9/t9.pro')
-rw-r--r--tutorial/t9/t9.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tutorial/t9/t9.pro b/tutorial/t9/t9.pro
new file mode 100644
index 00000000..b9d995a3
--- /dev/null
+++ b/tutorial/t9/t9.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+CONFIG += qt warn_on release
+HEADERS = cannon.h \
+ lcdrange.h
+SOURCES = cannon.cpp \
+ lcdrange.cpp \
+ main.cpp
+TARGET = t9
+REQUIRES=full-config