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