aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: 0c9114469ad260bfb9cdf55029d23a0aeae991df (plain)
1
2
3
4
5
6
7
android {
    TEMPLATE = subdirs
    SUBDIRS += androidextras jar
} else {
    TEMPLATE = aux
    QMAKE_DOCS = $$PWD/androidextras/doc/qtandroidextras.qdocconf
}