make: Add qttools.mk qt.mk qtplugin.mk qtversion.mk

This commit is contained in:
Jan Lindemann 2005-05-05 16:36:51 +00:00 committed by Jan Lindemann
commit 419a0c29e9
5 changed files with 47 additions and 19 deletions

13
make/qtplugin.mk Normal file
View file

@ -0,0 +1,13 @@
# generic utility modules
# (c) 2005 jannet it services
# contact@jannet.de
# $Id$
USE_QT = true
ifndef QT_VERSION
QT_VERSION = 4
endif
include $(MODDIR)/make/plugin.mk
include $(MODDIR)/make/qt.mk