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