mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
qt-defs.mk: Move UIFILES and RCCFILE here from defs.mk.in
This commit is contained in:
parent
edfde51eb8
commit
8432b68a06
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,9 @@ MOC = $(QT_PREFIX)/bin/moc
|
|||
UIC = $(QT_PREFIX)/bin/uic
|
||||
RCC = $(QT_PREFIX)/bin/rcc
|
||||
|
||||
UIFILES += $(wildcard *.ui)
|
||||
RCCFILES += $(wildcard *.qrc)
|
||||
|
||||
ifneq ($(wildcard *.h),)
|
||||
MOC_H_HC = $(shell grep -H Q_OBJECT $(wildcard *.h) | cut -d: -f1 | sort -u)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue