diff options
author | albert-github <albert.tests@gmail.com> | 2015-03-09 18:33:18 (GMT) |
---|---|---|
committer | Adrian Negreanu <groleo@gmail.com> | 2015-03-10 20:28:09 (GMT) |
commit | a883f65ab94973d4c7948623186159f978517851 (patch) | |
tree | ceca4295d8af5adc4f58a75c938d3b07fc0c6569 /addon | |
parent | 49f6c63aba4d77cd14fa205bee4bf427cefdaa44 (diff) | |
download | Doxygen-a883f65ab94973d4c7948623186159f978517851.zip Doxygen-a883f65ab94973d4c7948623186159f978517851.tar.gz Doxygen-a883f65ab94973d4c7948623186159f978517851.tar.bz2 |
Bug 745870 - [PATCH] QT4's qmake is titled differently on Fedora 21
Corrected patch for the problem. Here nothing to be copied but multiple possibilities for executables are checked.
Diffstat (limited to 'addon')
-rw-r--r-- | addon/doxywizard/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/doxywizard/Makefile.in b/addon/doxywizard/Makefile.in index fe0ac21..79b885e 100644 --- a/addon/doxywizard/Makefile.in +++ b/addon/doxywizard/Makefile.in @@ -10,7 +10,7 @@ # See the GNU General Public License for more details. # -QMAKE=$(QTDIR)/bin/qmake $(MKSPECS) +QMAKE=$(QTDIR)/bin/$(QMAKEEXE) $(MKSPECS) INCBUFSIZE=$(PYTHON) ../../src/increasebuffer.py all: Makefile.doxywizard |