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

android {
    RESOURCES += testdata.qrc
}