Files
Upsilon/apps/calculation/Makefile
Léa Saviot 4d778b5d9f [apps/escher/poincare] Use 2D Edition in Sequence and Graph apps.
EditableExpressionView is renamed ScrollableViewWithCursor.
EditableExpressionView is now a View that displays either a TextField or
a ScrollableViewWithCursor, depending on Poincare::Preferences.

Change-Id: Id44ddcd9a83f5fd17d65753ca4c94c5c7cda9b8a
2018-01-23 10:28:02 +01:00

34 lines
771 B
Makefile

snapshots += Calculation::App::Snapshot
snapshot_headers += apps/calculation/app.h
app_objs += $(addprefix apps/calculation/,\
app.o\
calculation.o\
calculation_store.o\
edit_expression_controller.o\
editable_expression_view.o\
history_view_cell.o\
history_controller.o\
local_context.o\
output_expressions_view.o\
scrollable_expression_view.o\
scrollable_output_expressions_view.o\
selectable_table_view.o\
)
i18n_files += $(addprefix apps/calculation/,\
base.de.i18n\
base.en.i18n\
base.es.i18n\
base.fr.i18n\
base.pt.i18n\
)
tests += $(addprefix apps/calculation/test/,\
calculation_store.cpp\
)
test_objs += $(addprefix apps/calculation/, calculation.o calculation_store.o)
app_images += apps/calculation/calculation_icon.png