summaryrefslogtreecommitdiffstats
path: root/examples/qwerty/qwerty.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qwerty/qwerty.pro')
-rw-r--r--examples/qwerty/qwerty.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/qwerty/qwerty.pro b/examples/qwerty/qwerty.pro
new file mode 100644
index 0000000..474333a
--- /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