blob: 7eddc14978c47c537dc79761f15508fb7e140c20 [file] [log] [blame]
QT += widgets scxml
requires(qtConfig(combobox))
CONFIG += c++11
STATECHARTS = sudoku.scxml
SOURCES += \
main.cpp \
mainwindow.cpp
HEADERS += \
mainwindow.h
RESOURCES += \
sudoku.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/scxml/sudoku
INSTALLS += target