1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 02:12:45 +00:00
serenity/Userland/Applications/Calculator
Ali Mohammad Pur 166a905951 Userland: Properly populate GENERATED_SOURCES
We previously put the generated headers in SOURCES, which did not mark
them as GENERATED (and did not produce a proper dependency).
This commit moves all generated headers into GENERATED_SOURCES, and
removes useless header SOURCES.
2022-10-12 15:55:15 +01:00
..
Calculator.cpp Calculator: Change internal representation to support perfect division 2022-09-15 14:08:21 +01:00
Calculator.h Calculator: Change internal representation to support perfect division 2022-09-15 14:08:21 +01:00
CalculatorWidget.cpp Calculator: Add a Shrinking action 2022-10-03 15:12:47 -04:00
CalculatorWidget.h Calculator: Add a Shrinking action 2022-10-03 15:12:47 -04:00
CalculatorWindow.gml Calculator: Set button colors from system palette 2022-07-17 08:44:31 +01:00
CMakeLists.txt Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
Keypad.cpp Calculator: Add a Shrinking action 2022-10-03 15:12:47 -04:00
Keypad.h Calculator: Add a Shrinking action 2022-10-03 15:12:47 -04:00
main.cpp Calculator: Add a Shrinking action 2022-10-03 15:12:47 -04:00
RoundingDialog.cpp Calculator: Add a Shrinking action 2022-10-03 15:12:47 -04:00
RoundingDialog.h Calculator: Add a Shrinking action 2022-10-03 15:12:47 -04:00