diff options
Diffstat (limited to 'tutorial/t7/t7.pro')
-rw-r--r-- | tutorial/t7/t7.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tutorial/t7/t7.pro b/tutorial/t7/t7.pro new file mode 100644 index 000000000..f83e7cd9c --- /dev/null +++ b/tutorial/t7/t7.pro @@ -0,0 +1,7 @@ +TEMPLATE = app +CONFIG += qt warn_on release +HEADERS = lcdrange.h +SOURCES = lcdrange.cpp \ + main.cpp +TARGET = t7 +REQUIRES=large-config |