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