summaryrefslogtreecommitdiff
path: root/examples/enginio/widgets/todos-cpp/todos-cpp.pro
blob: 84547c0b22668cab6669f96cb80c157d4e93f133 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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