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

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