2018-04-24 10:40:22 +00:00
|
|
|
include $(call select_from_repositories,lib/import/import-qt5_gui.mk)
|
2013-08-09 13:04:52 +00:00
|
|
|
|
|
|
|
SHARED_LIB = yes
|
|
|
|
|
2017-05-22 12:50:09 +00:00
|
|
|
ifeq ($(filter-out $(SPECS),x86),)
|
|
|
|
CC_OPT += -mno-sse2
|
|
|
|
endif
|
|
|
|
|
2013-08-09 13:04:52 +00:00
|
|
|
# use default warning level to avoid noise when compiling contrib code
|
|
|
|
CC_WARN = -Wno-unused-but-set-variable -Wno-deprecated-declarations
|
|
|
|
|
|
|
|
include $(REP_DIR)/lib/mk/qt5_gui_generated.inc
|
|
|
|
|
2017-05-24 18:02:19 +00:00
|
|
|
QT_SOURCES_FILTER_OUT = \
|
|
|
|
qdrawhelper_sse2.cpp \
|
|
|
|
qimage_sse2.cpp
|
|
|
|
|
2013-08-09 13:04:52 +00:00
|
|
|
# remove unneeded files to prevent moc warnings
|
|
|
|
COMPILER_MOC_HEADER_MAKE_ALL_FILES_FILTER_OUT = \
|
2017-05-24 18:02:19 +00:00
|
|
|
moc_qsessionmanager.cpp
|
2013-08-09 13:04:52 +00:00
|
|
|
|
|
|
|
include $(REP_DIR)/lib/mk/qt5.inc
|
|
|
|
|
2017-05-24 18:02:19 +00:00
|
|
|
LIBS += qt5_core zlib libpng
|
2014-08-12 16:08:06 +00:00
|
|
|
|
2018-01-03 17:40:54 +00:00
|
|
|
CC_CXX_WARN_STRICT =
|