2013-08-09 13:04:52 +00:00
|
|
|
include $(REP_DIR)/lib/import/import-qt5_webkit.mk
|
|
|
|
|
|
|
|
SHARED_LIB = yes
|
|
|
|
|
|
|
|
# additional defines for the Genode version
|
|
|
|
CC_OPT += -DSQLITE_NO_SYNC=1 -DSQLITE_THREADSAFE=0
|
|
|
|
|
|
|
|
# enable C++ functions that use C99 math functions (disabled by default in the Genode tool chain)
|
|
|
|
CC_CXX_OPT += -D_GLIBCXX_USE_C99_MATH
|
|
|
|
|
|
|
|
# use default warning level to avoid noise when compiling contrib code
|
|
|
|
CC_WARN = -Wno-deprecated-declarations
|
|
|
|
|
|
|
|
CC_OPT_sqlite3 += -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast
|
|
|
|
|
|
|
|
include $(REP_DIR)/lib/mk/qt5_webkit_generated.inc
|
|
|
|
|
|
|
|
QT_INCPATH += qtwebkit/Source/WebCore/generated
|
|
|
|
|
|
|
|
include $(REP_DIR)/lib/mk/qt5.inc
|
|
|
|
|
2017-05-24 18:02:19 +00:00
|
|
|
LIBS += qt5_webcore qt5_jscore qt5_network qt5_printsupport qt5_gui qt5_core icu libc libm
|
2013-08-09 13:04:52 +00:00
|
|
|
|
2014-08-12 16:08:06 +00:00
|
|
|
vpath %.qrc $(QT5_CONTRIB_DIR)/src/3rdparty/webkit/Source/WebCore
|
|
|
|
vpath %.qrc $(QT5_CONTRIB_DIR)/src/3rdparty/webkit/Source/WebCore/inspector/front-end
|
2018-01-03 17:40:54 +00:00
|
|
|
|
|
|
|
CC_CXX_WARN_STRICT =
|