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

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