mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
7b54eaaee1
Fixes #345.
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
|