summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qcryptographichash/qcryptographichash.pro
blob: 15a57c692e6307416afd7854b974d9b7a1a688e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase
TARGET = tst_qcryptographichash
QT = core testlib
SOURCES = tst_qcryptographichash.cpp

TESTDATA += data/*

android: !android-no-sdk {
    RESOURCES += \
        testdata.qrc
}