mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 00:41:08 +00:00
12 lines
280 B
Makefile
12 lines
280 B
Makefile
|
include $(call select_from_repositories,lib/import/import-qt5_quickcontrols2.mk)
|
||
|
|
||
|
SHARED_LIB = yes
|
||
|
|
||
|
LIBS += qt5_core qt5_gui qt5_qml qt5_quick qt5_quicktemplates2
|
||
|
|
||
|
include $(REP_DIR)/lib/mk/qt5_quickcontrols2_generated.inc
|
||
|
|
||
|
include $(REP_DIR)/lib/mk/qt5.inc
|
||
|
|
||
|
CC_CXX_WARN_STRICT =
|