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