12 lines
197 B
Prolog
12 lines
197 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qcryptographichash
|
|
QT = core testlib
|
|
SOURCES = tst_qcryptographichash.cpp
|
|
|
|
TESTDATA += data/*
|
|
|
|
android:!android-embedded {
|
|
RESOURCES += \
|
|
testdata.qrc
|
|
}
|