aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: fd1ffb1d460de7443ebb70a30755272c073f95e4 (plain)
1
2
3
4
5
6
7
8
9
mac {
    TEMPLATE = subdirs
    SUBDIRS += macextras
}
else {
    # fake project for creating the documentation
    TEMPLATE = aux
    QMAKE_DOCS = $$PWD/macextras/doc/qtmacextras.qdocconf
}