mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-20 13:37:38 +01:00
py-mod.mk, qt-rules.mk, yapp.mk: Add HDRDIR_SCOPE_SUFFIX to ytools include files
Change ytools header location from #include <header.h> to #include <ytools/header.h>. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
abb9cf754a
commit
0e5a2ef46e
3 changed files with 5 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ endif
|
|||
|
||||
ifeq ($(QT_MAJOR_VERSION),4)
|
||||
uic_%.cpp: ui_%.h
|
||||
echo -e "#include <$<>\n" > $@
|
||||
echo -e "#include \"$<\"\n" > $@
|
||||
else
|
||||
uic_%.cpp: %.h %.ui
|
||||
$(UIC) $*.ui -i $< -o $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue