From d8d92356177131abfc117015658d45d9b79e061b Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Mon, 5 Sep 2016 13:17:06 +0000 Subject: [PATCH] qtplugin.mk: Code beautification Signed-off-by: Jan Lindemann --- make/qtplugin.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/make/qtplugin.mk b/make/qtplugin.mk index fa850372..eb80a7fe 100644 --- a/make/qtplugin.mk +++ b/make/qtplugin.mk @@ -4,9 +4,7 @@ # $Id$ USE_QT = true -ifndef QT_MAJOR_VERSION -QT_MAJOR_VERSION = 4 -endif +QT_MAJOR_VERSION ?= 4 include $(MODDIR)/make/plugin.mk include $(MODDIR)/make/qt.mk