diff options
Diffstat (limited to 'tutorial/t8/t8.pro')
-rw-r--r-- | tutorial/t8/t8.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tutorial/t8/t8.pro b/tutorial/t8/t8.pro new file mode 100644 index 000000000..8eca4fa5c --- /dev/null +++ b/tutorial/t8/t8.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 = t8 +REQUIRES=large-config |