mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-20 05:37:38 +01:00
make: Add qttools.mk qt.mk qtplugin.mk qtversion.mk
This commit is contained in:
parent
a62aa73147
commit
419a0c29e9
5 changed files with 47 additions and 19 deletions
13
make/qtplugin.mk
Normal file
13
make/qtplugin.mk
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue