2018-04-24 10:40:22 +00:00
|
|
|
include $(call select_from_repositories,lib/import/import-qt5_qml.mk)
|
2013-11-25 18:03:06 +00:00
|
|
|
|
|
|
|
SHARED_LIB = yes
|
|
|
|
|
|
|
|
include $(REP_DIR)/lib/mk/qt5_qml_generated.inc
|
|
|
|
|
2017-05-24 18:02:19 +00:00
|
|
|
# remove unneeded files to prevent moc warnings
|
|
|
|
COMPILER_MOC_HEADER_MAKE_ALL_FILES_FILTER_OUT = \
|
|
|
|
moc_qqmlabstractprofileradapter_p.cpp \
|
|
|
|
moc_qqmldebugconnector_p.cpp \
|
|
|
|
moc_qqmldebugservice_p.cpp \
|
|
|
|
moc_qqmldebugserviceinterfaces_p.cpp \
|
|
|
|
moc_qqmlprofiler_p.cpp \
|
|
|
|
moc_qv4debugging_p.cpp \
|
|
|
|
moc_qv4profiling_p.cpp \
|
|
|
|
|
|
|
|
|
|
|
|
QT_VPATH += qtdeclarative/src/qml/debugger
|
|
|
|
|
2013-11-25 18:03:06 +00:00
|
|
|
include $(REP_DIR)/lib/mk/qt5.inc
|
|
|
|
|
2017-05-22 12:50:09 +00:00
|
|
|
LIBS += qt5_network qt5_core libc
|
2018-01-03 17:40:54 +00:00
|
|
|
|
|
|
|
CC_CXX_WARN_STRICT =
|