summaryrefslogtreecommitdiff
path: root/src/activeqt/activeqt.pro
blob: c1da44794514476cd953cf4d561d8b40d140c125 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
win32:!winrt {
    TEMPLATE = subdirs

    CONFIG += ordered
    axshared.file = axshared.prx
    SUBDIRS = axshared container control
} else {
    # fake project for creating the documentation
    TEMPLATE = aux
    QMAKE_DOCS = $$PWD/doc/activeqt.qdocconf
}