mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
Add missing include search directory to qt_svg
This commit is contained in:
parent
48ac5143a2
commit
66fc277372
@ -54,7 +54,8 @@ INC_DIR += $(REP_DIR)/src/lib/qt4/mkspecs/qws/genode-x86-g++ \
|
||||
$(REP_DIR)/contrib/$(QT4)/include/QtSvg \
|
||||
$(REP_DIR)/include/qt4/QtSvg/private \
|
||||
$(REP_DIR)/contrib/$(QT4)/include/QtSvg/private \
|
||||
$(REP_DIR)/src/lib/qt4/src/corelib/global
|
||||
$(REP_DIR)/src/lib/qt4/src/corelib/global \
|
||||
$(REP_DIR)/contrib/$(QT4)/src/3rdparty/harfbuzz/src
|
||||
|
||||
LIBS += qt_core qt_gui zlib libc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user