mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs.mk, qt-defs.mk: Finally made Qt 5 work without project-local definitons
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
c9c084ef7e
commit
3ebfeed3f8
2 changed files with 3 additions and 0 deletions
|
|
@ -145,6 +145,8 @@ ifeq ($(QT_MAJOR_VERSION),4)
|
|||
UIC_H += $(patsubst %.ui,ui_%.h, $(UIFILES))
|
||||
else
|
||||
UIC_H += $(patsubst %.ui,%.h, $(UIFILES))
|
||||
LOCAL_CFLAGS += -fPIC
|
||||
LOCAL_CPPFLAGS += -fPIC
|
||||
endif
|
||||
UIC_CPP += $(patsubst %.ui,uic_%.cpp, $(UIFILES))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue