QtDesignPatterns/statepattern/statepattern.pri

7 lines
128 B
Plaintext
Raw Normal View History

2024-02-06 17:21:37 +08:00
HEADERS += \
$$PWD/memento.h \
$$PWD/originator.h \
$$PWD/caretaker.h \
$$PWD/context.h \
$$PWD/interface.h