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