diff options
author | albert-github <albert.tests@gmail.com> | 2015-03-09 18:33:18 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2015-03-09 18:33:18 (GMT) |
commit | 3bd3ad9f8f4d010e42f0ba8eeab229f44b1ecb1c (patch) | |
tree | 2954a8c6ea88ffc750cca1dfd94a5435331d5b58 /addon | |
parent | e9983f652ad703784d889cd8ed4c8aa81f714b22 (diff) | |
download | Doxygen-3bd3ad9f8f4d010e42f0ba8eeab229f44b1ecb1c.zip Doxygen-3bd3ad9f8f4d010e42f0ba8eeab229f44b1ecb1c.tar.gz Doxygen-3bd3ad9f8f4d010e42f0ba8eeab229f44b1ecb1c.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 |