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

TESTDATA += data/*
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0

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