diff options
Diffstat (limited to 'examples/hello/hello.pro')
-rw-r--r-- | examples/hello/hello.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/hello/hello.pro b/examples/hello/hello.pro new file mode 100644 index 000000000..de15e8ef2 --- /dev/null +++ b/examples/hello/hello.pro @@ -0,0 +1,9 @@ +TEMPLATE = app +TARGET = hello + +CONFIG += qt warn_on release +DEPENDPATH = ../../include + +HEADERS = hello.h +SOURCES = hello.cpp \ + main.cpp |