make: Introduce QT_MAJOR_VERSION

- Replace QT_MAJOR_VERSION
  - Replace QT_VERSION by QT_MAJOR_VERSION
This commit is contained in:
Jan Lindemann 2007-06-17 11:51:29 +00:00 committed by Jan Lindemann
commit 0f3d0ad40d
4 changed files with 23 additions and 19 deletions

View file

@ -4,8 +4,8 @@
# $Id$
USE_QT = true
ifndef QT_VERSION
QT_VERSION = 4
ifndef QT_MAJOR_VERSION
QT_MAJOR_VERSION = 4
endif
include $(MODDIR)/make/plugin.mk