mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-28 01:28:53 +00:00
ac8633e0e9
Fixes #703.
19 lines
506 B
Makefile
19 lines
506 B
Makefile
include $(REP_DIR)/lib/import/import-qt_jscore.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 =
|
|
|
|
include $(REP_DIR)/lib/mk/qt_jscore_generated.inc
|
|
|
|
include $(REP_DIR)/lib/mk/qt.inc
|
|
|
|
LIBS += qt_network qt_core libc libm
|