mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-14 11:29:33 +00:00
8 lines
118 B
Prolog
8 lines
118 B
Prolog
TEMPLATE = app
|
|
CONFIG += thread console
|
|
QT -= gui
|
|
TARGET = hashtest
|
|
|
|
SOURCES += hashtest.cpp
|
|
include(../examples.pri)
|