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