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

    CONFIG += ordered
    activeqt.file = activeqt.prx
    SUBDIRS = axbase control container activeqt
} 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
}