diff options
Diffstat (limited to 'tutorial/t9/t9.pro')
-rw-r--r-- | tutorial/t9/t9.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tutorial/t9/t9.pro b/tutorial/t9/t9.pro new file mode 100644 index 000000000..b9d995a33 --- /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 |