mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
2bbf40d76a
Fixes #124.
32 lines
876 B
PHP
32 lines
876 B
PHP
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
|
|
|
|
# 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 = \
|
|
|
|
|