genode/repos/libports/lib/import/import-qt5_gui.mk

16 lines
517 B
Makefile
Raw Normal View History

2013-08-09 15:04:52 +02:00
IMPORT_QT5_INC=$(call select_from_repositories,lib/import/import-qt5.inc)
include $(IMPORT_QT5_INC)
#
# Public QtGui headers include OpenGL headers
#
# We cannot just extend the 'LIBS' variable here because 'import-*.mk' are
# included (in 'base/mk/lib.mk') by iterating through the elements of the
# 'LIBS' variable. Hence, we also need to manually import the stdcxx snippet.
#
LIBS += mesa
include $(call select_from_repositories,lib/import/import-mesa.mk)
QT5_INC_DIR += $(QT5_CONTRIB_DIR)/qtbase/include/QtGui