aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: ef8ad1765038dfab1af9dae5d686b3c4f19ed73d (plain)
1
2
3
4
5
6
7
8
9
10
!winrt:win32 {
    TEMPLATE = subdirs
    CONFIG += ordered
    SUBDIRS += winextras
    qtHaveModule(quick): SUBDIRS += imports
} else {
    # fake project for creating the documentation
    TEMPLATE = aux
    QMAKE_DOCS = $$PWD/winextras/doc/qtwinextras.qdocconf
}