summaryrefslogtreecommitdiffstats
path: root/examples/hashtest/hashtest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hashtest/hashtest.pro')
-rw-r--r--examples/hashtest/hashtest.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/hashtest/hashtest.pro b/examples/hashtest/hashtest.pro
new file mode 100644
index 0000000..d642131
--- /dev/null
+++ b/examples/hashtest/hashtest.pro
@@ -0,0 +1,6 @@
+TEMPLATE = app
+CONFIG += thread console
+TARGET = hashtest
+
+SOURCES += hashtest.cpp
+include(../examples.pri)