2018-04-24 12:40:22 +02:00
|
|
|
include $(call select_from_repositories,lib/import/import-qt5_quick.mk)
|
2013-11-25 19:03:06 +01:00
|
|
|
|
|
|
|
SHARED_LIB = yes
|
|
|
|
|
|
|
|
include $(REP_DIR)/lib/mk/qt5_quick_generated.inc
|
|
|
|
|
2017-05-24 20:02:19 +02:00
|
|
|
# remove unneeded files to prevent moc warnings
|
|
|
|
COMPILER_MOC_HEADER_MAKE_ALL_FILES_FILTER_OUT = \
|
|
|
|
moc_qquickaccessibleattached_p.cpp \
|
|
|
|
moc_qquickprofiler_p.cpp
|
|
|
|
|
2013-11-25 19:03:06 +01:00
|
|
|
QT_INCPATH += qtdeclarative/src/quick/items
|
|
|
|
|
|
|
|
include $(REP_DIR)/lib/mk/qt5.inc
|
|
|
|
|
2018-04-24 12:40:22 +02:00
|
|
|
LIBS += qt5_core qt5_gui qt5_network qt5_qml
|
2018-01-03 18:40:54 +01:00
|
|
|
|
|
|
|
CC_CXX_WARN_STRICT =
|