0
|
1 |
HEADERS = window.h \
|
|
2 |
movementtransition.h
|
|
3 |
SOURCES = main.cpp \
|
|
4 |
window.cpp
|
|
5 |
|
|
6 |
# install
|
|
7 |
target.path = $$[QT_INSTALL_EXAMPLES]/statemachine/rogue
|
|
8 |
sources.files = $$SOURCES $$HEADERS *.pro
|
|
9 |
sources.path = $$[QT_INSTALL_EXAMPLES]/statemachine/rogue
|
|
10 |
INSTALLS += target sources
|
|
11 |
|