todos-cpp.pro Example File
todos-cpp/todos-cpp.proQT += 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