qt5base-lts/examples/widgets/statemachine/rogue/rogue.pro

12 lines
229 B
Prolog
Raw Normal View History

HEADERS = window.h \
movementtransition.h
SOURCES = main.cpp \
window.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/statemachine/rogue
INSTALLS += target
QT += widgets