summaryrefslogtreecommitdiffstats
path: root/src/activeqt/activeqt.pro
blob: 82b60d1aa90a9b843fd8b9ab01dfebe7be5b8c37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
win32:!winrt {
    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
}