aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: 5d8fdba83e195e06cdc0d329cb2d9c7532bb1fc0 (plain)
1
2
3
4
5
6
7
8
9
10
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
}