Minor cleanup in qmake files.

This commit is contained in:
Mathew Sutcliffe
2016-11-10 02:32:08 +00:00
committed by Klaus Basan
parent f60f46bcda
commit c43c1458f4
5 changed files with 9 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ OTHER_FILES += Doxyfile.qmake
OTHER_FILES += src/*.dox
OTHER_FILES += src/wiki/*.dox
win32: DOXYGEN_BIN = $$system(where doxygen)
win32: DOXYGEN_BIN = $$system($$(SYSTEMROOT)\system32\where doxygen)
else: DOXYGEN_BIN = $$system(which doxygen)
isEmpty(DOXYGEN_BIN) {