4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-14 11:29:33 +00:00
Brad Hards dab618be1f Update for Qt4 requirements
svn path=/trunk/kdesupport/qca/; revision=393953
2005-02-28 23:26:20 +00:00

8 lines
118 B
Prolog

TEMPLATE = app
CONFIG += thread console
QT -= gui
TARGET = hashtest
SOURCES += hashtest.cpp
include(../examples.pri)