summaryrefslogtreecommitdiff
path: root/examples/webchannel/standalone/standalone.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webchannel/standalone/standalone.pro')
-rw-r--r--examples/webchannel/standalone/standalone.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/webchannel/standalone/standalone.pro b/examples/webchannel/standalone/standalone.pro
new file mode 100644
index 0000000..fdeb87a
--- /dev/null
+++ b/examples/webchannel/standalone/standalone.pro
@@ -0,0 +1,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)