mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-24 06:40:39 +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
|
|
@ -3,24 +3,7 @@
|
|||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
USE_QT = true
|
||||
ifndef QT_VERSION
|
||||
QT_VERSION = 4
|
||||
endif
|
||||
|
||||
include $(MODDIR)/make/qtversion.mk
|
||||
include $(MODDIR)/make/exe.mk
|
||||
include $(MODDIR)/make/qt.mk
|
||||
|
||||
clean: mocclean uicclean rccclean
|
||||
|
||||
run-qt-%:
|
||||
$(QT_PREFIX)/bin/$*
|
||||
|
||||
assist: run-qt-assistant
|
||||
design: run-qt-designer
|
||||
translation: run-qt-linguist
|
||||
release: run-qt-lrelease
|
||||
update: run-qt-lupdate
|
||||
qm2ts: run-qt-qm2ts
|
||||
qumake: run-qt-qmake
|
||||
qt3to4: run-qt-qt3to4
|
||||
qtconfig:run-qt-qtconfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue