qt-defs.mk: Move UIFILES and RCCFILE here from defs.mk.in

This commit is contained in:
Jan Lindemann 2007-08-21 16:19:55 +00:00 committed by Jan Lindemann
commit 8432b68a06

View file

@ -41,6 +41,9 @@ MOC = $(QT_PREFIX)/bin/moc
UIC = $(QT_PREFIX)/bin/uic UIC = $(QT_PREFIX)/bin/uic
RCC = $(QT_PREFIX)/bin/rcc RCC = $(QT_PREFIX)/bin/rcc
UIFILES += $(wildcard *.ui)
RCCFILES += $(wildcard *.qrc)
ifneq ($(wildcard *.h),) ifneq ($(wildcard *.h),)
MOC_H_HC = $(shell grep -H Q_OBJECT $(wildcard *.h) | cut -d: -f1 | sort -u) MOC_H_HC = $(shell grep -H Q_OBJECT $(wildcard *.h) | cut -d: -f1 | sort -u)
endif endif