blob: 36b3d643a93eb914c42c0288371315ca84d60dc7 [file] [log] [blame]
win32:!winrt:!wince {
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
}