summaryrefslogtreecommitdiffstats
path: root/src/activeqt/activeqt.pro
blob: 36b3d643a93eb914c42c0288371315ca84d60dc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
win32:!winrt:!wince {
    TEMPLATE = subdirs

    CONFIG += ordered
    axshared.file = axshared.prx
    SUBDIRS = axshared container control
} else {
    # fake project for creating the documentation
    message("ActiveQt is a Windows Desktop-only module. Will just generate a docs target.")
    TEMPLATE = aux
    CONFIG += force_qt
    QMAKE_DOCS = $$PWD/doc/activeqt.qdocconf
}