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