mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +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/qttools.mk
Normal file
13
make/qttools.mk
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# generic utility modules
|
||||
# (c) 2001 jannet it services
|
||||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
include $(MODDIR)/make/qtversion.mk
|
||||
include $(MODDIR)/make/tools.mk
|
||||
#include $(MODDIR)/make/defs.mk
|
||||
#ALL += $(LIBDIR) $(PREREQ_DONE) $(LOCAL_HDR) $(LOCAL_EXE_SH) $(MEMBERS)
|
||||
#include $(MODDIR)/make/rules.mk
|
||||
#clean: objclean textclean localclean
|
||||
#install: $(ALL)
|
||||
include $(MODDIR)/make/qt.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue