mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
18 lines
404 B
Makefile
18 lines
404 B
Makefile
include $(REP_DIR)/lib/import/import-qt5_wtf.mk
|
|
|
|
SHARED_LIB = yes
|
|
|
|
# use default warning level to avoid noise when compiling contrib code
|
|
CC_WARN =
|
|
|
|
include $(REP_DIR)/lib/mk/qt5_wtf_generated.inc
|
|
|
|
# remove unneeded files to prevent moc warnings
|
|
COMPILER_MOC_HEADER_MAKE_ALL_FILES_FILTER_OUT = \
|
|
|
|
COMPILER_MOC_SOURCE_MAKE_ALL_FILES_FILTER_OUT = \
|
|
|
|
include $(REP_DIR)/lib/mk/qt5.inc
|
|
|
|
LIBS += qt5_core icu
|