mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 03:40:15 +00: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
|