2005-05-01 01:55:27 +00:00
|
|
|
# generic utility modules
|
|
|
|
|
# (c) 2005 jannet it services
|
|
|
|
|
# contact@jannet.de
|
|
|
|
|
# $Id$
|
|
|
|
|
|
|
|
|
|
USE_QT = true
|
2005-05-01 20:54:46 +00:00
|
|
|
ifndef QT_VERSION
|
2005-05-01 01:55:27 +00:00
|
|
|
QT_VERSION = 4
|
2005-05-01 20:54:46 +00:00
|
|
|
endif
|
2005-05-01 01:55:27 +00:00
|
|
|
|
|
|
|
|
include $(MODDIR)/make/exe.mk
|
2005-05-01 20:54:46 +00:00
|
|
|
|
|
|
|
|
clean: mocclean uicclean rccclean
|