a889305c7e
all examples compile again
9 lines
299 B
Prolog
9 lines
299 B
Prolog
SOURCES = main.cpp
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/eventtransitions
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS eventtransitions.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/eventtransitions
|
|
INSTALLS += target sources
|
|
QT += widgets
|