mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
qt-defs.mk, qt-rules.mk: Several fixes and additions to qt-rules.mk and qt-defs.mk
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
da94999b83
commit
6e1a9b1f22
2 changed files with 9 additions and 5 deletions
|
|
@ -4,6 +4,8 @@ moc_%.cpp: %.h
|
|||
else
|
||||
moc_%.cpp: %.h
|
||||
$(MOC) $(filter -D% -I%,$(strip $(BUILD_CPPFLAGS))) -o $@ $<
|
||||
moc_%.cpp: include/%.h
|
||||
$(MOC) $(filter -D% -I%,$(strip $(BUILD_CPPFLAGS))) -o $@ $<
|
||||
endif
|
||||
|
||||
rcc_%.cpp: %.qrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue