2005-05-01 01:55:27 +00:00
|
|
|
# generic utility modules
|
|
|
|
|
# (c) 2005 jannet it services
|
|
|
|
|
# contact@jannet.de
|
|
|
|
|
# $Id$
|
|
|
|
|
|
2007-07-03 13:38:27 +00:00
|
|
|
USE_QT = true
|
|
|
|
|
|
2019-06-29 21:34:18 +00:00
|
|
|
include $(JWBDIR)/make/defs.mk
|
|
|
|
|
include $(JWBDIR)/make/defs-cpp.mk
|
|
|
|
|
include $(JWBDIR)/make/qt-defs.mk
|
|
|
|
|
include $(JWBDIR)/make/exe.mk
|
|
|
|
|
include $(JWBDIR)/make/qt.mk
|