mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
f347cb90f1
Fixes #2792
19 lines
454 B
Makefile
19 lines
454 B
Makefile
include $(call select_from_repositories,lib/import/import-qt5_quick.mk)
|
|
|
|
SHARED_LIB = yes
|
|
|
|
include $(REP_DIR)/lib/mk/qt5_quick_generated.inc
|
|
|
|
# remove unneeded files to prevent moc warnings
|
|
COMPILER_MOC_HEADER_MAKE_ALL_FILES_FILTER_OUT = \
|
|
moc_qquickaccessibleattached_p.cpp \
|
|
moc_qquickprofiler_p.cpp
|
|
|
|
QT_INCPATH += qtdeclarative/src/quick/items
|
|
|
|
include $(REP_DIR)/lib/mk/qt5.inc
|
|
|
|
LIBS += qt5_core qt5_gui qt5_network qt5_qml
|
|
|
|
CC_CXX_WARN_STRICT =
|