summaryrefslogtreecommitdiffstats
path: root/examples/checklists/checklists.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/checklists/checklists.pro')
-rw-r--r--examples/checklists/checklists.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/checklists/checklists.pro b/examples/checklists/checklists.pro
new file mode 100644
index 0000000..a1a6f12
--- /dev/null
+++ b/examples/checklists/checklists.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+TARGET = checklists
+
+CONFIG += qt warn_on release
+DEPENDPATH = ../../include
+
+REQUIRES = large-config
+
+HEADERS = checklists.h
+SOURCES = checklists.cpp \
+ main.cpp