summaryrefslogtreecommitdiff
path: root/examples/enginio/quick/users/users.pro
blob: cfe6a2bf8ae5128837a0f721287395fb0434872d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app

DEFINES += ENGINIO_SAMPLE_NAME=\\\"users\\\"

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

QT += quick qml enginio qml
SOURCES += ../main.cpp

mac: CONFIG -= app_bundle

OTHER_FILES += users.qml Browse.qml Login.qml Register.qml
RESOURCES += users.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/enginio/quick/users
INSTALLS += target