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