summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmimedatabase/qmimedatabase.pro
blob: e807f0bcb472196074c2c9e0651343a00f358680 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = subdirs
SUBDIRS = qmimedatabase-xml
unix: SUBDIRS += qmimedatabase-cache

OTHER_FILES = testfiles/list

the_testfiles.files += testfiles/*

unix:!symbian {
    maemo5 {
        the_testfiles.path = /opt/usr/lib/QtMimeTypes-tests/testfiles
    } else {
        the_testfiles.path = /usr/lib/QtMimeTypes-tests/testfiles
    }
    INSTALLS += the_testfiles
}