summaryrefslogtreecommitdiff
path: root/examples/qwebchannel/standalone/standalone.pro
blob: fdeb87aa96616260ccf52bccbd9e664cf50516ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
QT += gui webchannel widgets websockets

CONFIG += warn_on

SOURCES += \
    main.cpp \
    websockettransport.cpp \
    websocketclientwrapper.cpp

HEADERS += \
    websockettransport.h \
    websocketclientwrapper.h

FORMS += \
    dialog.ui

DEFINES += "BUILD_DIR=\"\\\""$$OUT_PWD"\\\"\""

exampleassets.files += \
    index.html
exampleassets.path = $$[QT_INSTALL_EXAMPLES]/qwebchannel/standalone
include(../exampleassets.pri)