mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
qt-defs.mk: Fix last fix
This commit is contained in:
parent
601e04312c
commit
5c9d764977
1 changed files with 3 additions and 1 deletions
|
|
@ -49,7 +49,9 @@ MOC_H_HC += $(shell grep -H Q_OBJECT $(wildcard *.h) | cut -d: -f1
|
||||||
endif
|
endif
|
||||||
MOC_H_UI += $(patsubst %.ui,ui_%.h,$(UIFILES))
|
MOC_H_UI += $(patsubst %.ui,ui_%.h,$(UIFILES))
|
||||||
MOC_H += $(sort $(MOC_H_HC) $(MOC_H_UI))
|
MOC_H += $(sort $(MOC_H_HC) $(MOC_H_UI))
|
||||||
MOC_CPP += $(patsubst %.ui,moc_%.cpp, $(UIFILES))
|
MOC_CPP += \
|
||||||
|
$(patsubst %.ui,moc_%.cpp,$(UIFILES)) \
|
||||||
|
$(patsubst %.h,moc_%.cpp,$(MOC_H_HC))
|
||||||
RCC_CPP += $(patsubst %.qrc,rcc_%.cpp, $(RCCFILES))
|
RCC_CPP += $(patsubst %.qrc,rcc_%.cpp, $(RCCFILES))
|
||||||
ifeq ($(QT_MAJOR_VERSION),4)
|
ifeq ($(QT_MAJOR_VERSION),4)
|
||||||
UIC_H += $(patsubst %.ui,ui_%.h, $(UIFILES))
|
UIC_H += $(patsubst %.ui,ui_%.h, $(UIFILES))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue