Locate qdoc on Windows correctly.
Change-Id: I1a7ac5293f76b62e467208b59948d58032c2a2cf Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
dcf79d4998
commit
b834fe032f
@@ -7,15 +7,8 @@ win32:!win32-g++ {
|
||||
unixstyle = true
|
||||
}
|
||||
|
||||
system(which qdoc) {
|
||||
QDOC = qdoc
|
||||
} else {
|
||||
exists($$QT.core.bins/qdoc3) {
|
||||
QDOC = $$QT.core.bins/qdoc3
|
||||
} else {
|
||||
warning("No qdoc executable found.")
|
||||
}
|
||||
}
|
||||
qtPrepareTool(QDOC, qdoc)
|
||||
isEmpty(QDOC): warning("No qdoc executable found.")
|
||||
|
||||
ONLINE_CONF = $$PWD/qtmultimedia.qdocconf
|
||||
DITA_CONF = $$PWD/qtmultimedia-dita.qdocconf
|
||||
|
||||
Reference in New Issue
Block a user