summaryrefslogtreecommitdiff
path: root/examples/qwebchannel/nodejs/nodejs.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qwebchannel/nodejs/nodejs.pro')
-rw-r--r--examples/qwebchannel/nodejs/nodejs.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/qwebchannel/nodejs/nodejs.pro b/examples/qwebchannel/nodejs/nodejs.pro
new file mode 100644
index 0000000..4df94d2
--- /dev/null
+++ b/examples/qwebchannel/nodejs/nodejs.pro
@@ -0,0 +1,7 @@
+TEMPLATE = aux
+
+exampleassets.files += \
+ chatclient.js \
+ package.json
+exampleassets.path = $$[QT_INSTALL_EXAMPLES]/qwebchannel/nodejs
+include(../exampleassets.pri)