mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
f347cb90f1
Fixes #2792
12 lines
238 B
Makefile
12 lines
238 B
Makefile
include $(call select_from_repositories,lib/import/import-qt5_opengl.mk)
|
|
|
|
SHARED_LIB = yes
|
|
|
|
include $(REP_DIR)/lib/mk/qt5_opengl_generated.inc
|
|
|
|
include $(REP_DIR)/lib/mk/qt5.inc
|
|
|
|
LIBS += qt5_core qt5_gui qt5_widgets
|
|
|
|
CC_CXX_WARN_STRICT =
|