summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qzip/qzip.pro
blob: eb3de04da663fbb25fd84e362c058d8f813bd7d2 (plain)
1
2
3
4
5
6
7
8
9
CONFIG += testcase
TARGET = tst_qzip
QT += gui-private testlib
SOURCES += tst_qzip.cpp

android {
    RESOURCES += \
        testdata.qrc
}