summaryrefslogtreecommitdiffstats
path: root/examples/ciphertest/ciphertest.pro
blob: c4119c566b221aa6f61fead25a170b01ebf8eaf1 (plain)
1
2
3
4
5
6
TEMPLATE = app
CONFIG += thread console
TARGET = ciphertest

SOURCES += ciphertest.cpp
include(../examples.pri)