summaryrefslogtreecommitdiffstats
path: root/include/QtMimeTypes/QtMimeTypes.pro
blob: 66fabb4a3a437a9a3951a6cf5b29bee0b653fd84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
contains($$list($$[QT_VERSION]),4.[6-9].*) {
    TEMPLATE = subdirs
} else {
    TEMPLATE = aux
}

the_includes.files += QMimeDatabase \
                      QMimeType \

unix:!symbian {
    maemo5 {
        the_includes.path = /opt/usr/include/qt5/QtMimeTypes
    } else {
        the_includes.path = /usr/include/qt5/QtMimeTypes
    }
    INSTALLS += the_includes
}