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