mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
61 lines
1.7 KiB
PHP
61 lines
1.7 KiB
PHP
QT_SOURCES = \
|
|
qscriptasm.cpp \
|
|
qscriptast.cpp \
|
|
qscriptastvisitor.cpp \
|
|
qscriptcompiler.cpp \
|
|
qscriptecmaarray.cpp \
|
|
qscriptecmaboolean.cpp \
|
|
qscriptecmacore.cpp \
|
|
qscriptecmadate.cpp \
|
|
qscriptecmafunction.cpp \
|
|
qscriptecmaglobal.cpp \
|
|
qscriptecmamath.cpp \
|
|
qscriptecmanumber.cpp \
|
|
qscriptecmaobject.cpp \
|
|
qscriptecmaregexp.cpp \
|
|
qscriptecmastring.cpp \
|
|
qscriptecmaerror.cpp \
|
|
qscriptcontext_p.cpp \
|
|
qscriptengine.cpp \
|
|
qscriptengine_p.cpp \
|
|
qscriptengineagent.cpp \
|
|
qscriptextenumeration.cpp \
|
|
qscriptextvariant.cpp \
|
|
qscriptcontext.cpp \
|
|
qscriptcontextinfo.cpp \
|
|
qscriptfunction.cpp \
|
|
qscriptgrammar.cpp \
|
|
qscriptlexer.cpp \
|
|
qscriptclassdata.cpp \
|
|
qscriptparser.cpp \
|
|
qscriptprettypretty.cpp \
|
|
qscriptxmlgenerator.cpp \
|
|
qscriptsyntaxchecker.cpp \
|
|
qscriptstring.cpp \
|
|
qscriptclass.cpp \
|
|
qscriptclasspropertyiterator.cpp \
|
|
qscriptvalueiteratorimpl.cpp \
|
|
qscriptvalueiterator.cpp \
|
|
qscriptvalueimpl.cpp \
|
|
qscriptvalue.cpp \
|
|
qscriptextqobject.cpp \
|
|
qscriptable.cpp \
|
|
qscriptextensionplugin.cpp \
|
|
moc_qscriptextensionplugin.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-qt5.mk)
|
|
# extracted from 'compiler_moc_header_make_all' target
|
|
|
|
COMPILER_MOC_HEADER_MAKE_ALL_FILES = \
|
|
moc_qscriptengine.cpp \
|
|
moc_qscriptextensionplugin.cpp
|
|
|
|
# source files generated from existing source files ('%.moc: %.cpp' rule in spec-qt5.mk)
|
|
# extracted from 'compiler_moc_source_make_all' rule
|
|
|
|
COMPILER_MOC_SOURCE_MAKE_ALL_FILES = \
|
|
qscriptextqobject.moc
|