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