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