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