mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
qtexe.mk: Fix QT_VERSION and mocclean
- Now only define QT_VERSION if it's not already defined - Move mocclean uicclean and rccclean here from exe.mk
This commit is contained in:
parent
7afa6c758b
commit
2c685e4c7c
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,10 @@
|
|||
# $Id$
|
||||
|
||||
USE_QT = true
|
||||
ifndef QT_VERSION
|
||||
QT_VERSION = 4
|
||||
endif
|
||||
|
||||
include $(MODDIR)/make/exe.mk
|
||||
|
||||
clean: mocclean uicclean rccclean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue