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