summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qcomplextext/qcomplextext.pro
blob: d51dcb4cffc6158ebe6596855bf93819bd6bec6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TARGET = tst_qcomplextext
QT += testlib
QT += core-private gui-private
SOURCES  += tst_qcomplextext.cpp

TESTDATA += data

android {
    RESOURCES += \
        testdata.qrc
}