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