diff options
Diffstat (limited to 'tutorial/t13/t13.pro')
-rw-r--r-- | tutorial/t13/t13.pro | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tutorial/t13/t13.pro b/tutorial/t13/t13.pro new file mode 100644 index 0000000..a670da6 --- /dev/null +++ b/tutorial/t13/t13.pro @@ -0,0 +1,13 @@ +TEMPLATE = app +CONFIG += qt warn_on release +HEADERS = cannon.h \ + gamebrd.h \ + lcdrange.h +SOURCES = cannon.cpp \ + gamebrd.cpp \ + lcdrange.cpp \ + main.cpp +TARGET = t13 +REQUIRES=full-config +unix:LIBS += -lm + |