mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
qtexe.mk: Add file
This commit is contained in:
parent
c1277989c8
commit
140826ce02
1 changed files with 14 additions and 0 deletions
14
make/qtexe.mk
Normal file
14
make/qtexe.mk
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# generic utility modules
|
||||
# (c) 2005 jannet it services
|
||||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
include $(MODDIR)/make/defs.mk
|
||||
ALL += $(LIBDIR) $(PREREQ_DONE) $(LOCAL_HDR)
|
||||
include $(MODDIR)/make/rules.mk
|
||||
clean: objclean textclean localclean
|
||||
install: $(ALL)
|
||||
USE_QT = true
|
||||
QT_VERSION = 4
|
||||
|
||||
include $(MODDIR)/make/exe.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue