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