mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Minor cleanup in qmake files.
This commit is contained in:
committed by
Klaus Basan
parent
f60f46bcda
commit
c43c1458f4
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user