mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 15:02:25 +00:00
ac8633e0e9
Fixes #703.
42 lines
1.2 KiB
PHP
42 lines
1.2 KiB
PHP
QT_DEFINES += -DQT_BUILD_SVG_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB
|
|
|
|
QT_INCPATH = \
|
|
mkspecs/qws/genode-generic-g++ \
|
|
src/3rdparty/harfbuzz/src \
|
|
src/svg \
|
|
|
|
QT_SOURCES = \
|
|
qsvggraphics.cpp \
|
|
qsvghandler.cpp \
|
|
qsvgnode.cpp \
|
|
qsvgstructure.cpp \
|
|
qsvgstyle.cpp \
|
|
qsvgfont.cpp \
|
|
qsvgtinydocument.cpp \
|
|
qsvgrenderer.cpp \
|
|
qsvgwidget.cpp \
|
|
qgraphicssvgitem.cpp \
|
|
qsvggenerator.cpp \
|
|
moc_qsvgwidget.cpp
|
|
|
|
QT_VPATH = \
|
|
src/svg \
|
|
|
|
# some source files need to be generated by moc from other source/header files before
|
|
# they get #included again by the original source file in the compiling stage
|
|
|
|
# source files generated from existing header files ('moc_%.cpp: %.h' rule in spec-qt4.mk)
|
|
# extracted from 'compiler_moc_header_make_all' target
|
|
|
|
COMPILER_MOC_HEADER_MAKE_ALL_FILES = \
|
|
moc_qsvgrenderer.cpp \
|
|
moc_qsvgwidget.cpp \
|
|
moc_qgraphicssvgitem.cpp
|
|
|
|
# source files generated from existing source files ('%.moc: %.cpp' rule in spec-qt4.mk)
|
|
# extracted from 'compiler_moc_source_make_all' rule
|
|
|
|
COMPILER_MOC_SOURCE_MAKE_ALL_FILES = \
|
|
|
|
|