Enginio C++ Examples - Todos

 QT += network gui widgets enginio

 TARGET = todos
 TEMPLATE = app

 include(../../common/backendhelper/backendhelper.pri)

 SOURCES += \
     main.cpp\
     mainwindow.cpp \
     todosmodel.cpp \

 HEADERS += \
     mainwindow.h \
     todosmodel.h \

 target.path = $$[QT_INSTALL_EXAMPLES]/enginio/widgets/todos-cpp
 INSTALLS += target