Commit e5fdbd5a authored by Topi Reinio's avatar Topi Reinio Committed by The Qt Project
Browse files

Enable doc generation on non-windows platforms


This change enables running 'make docs' on platforms other than
Windows.

Change-Id: Ia6a03161db99fbe054f11e19f7cf152aa56574fb
Reviewed-by: default avatarLaszlo Papp <lpapp@kde.org>
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@digia.com>
Showing with 9 additions and 3 deletions
TEMPLATE = subdirs
CONFIG += ordered
win32:SUBDIRS += winextras imports
win32 {
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += winextras imports
} else {
# fake project for creating the documentation
TEMPLATE = aux
QMAKE_DOCS = $$PWD/winextras/doc/qtwinextras.qdocconf
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment