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.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/webchannel/standalone/standalone.pro b/examples/webchannel/standalone/standalone.pro
index cfe4297..eea78ef 100644
--- a/examples/webchannel/standalone/standalone.pro
+++ b/examples/webchannel/standalone/standalone.pro
@@ -4,10 +4,13 @@ CONFIG += warn_on
SOURCES += \
main.cpp \
+ dialog.cpp \
../shared/websockettransport.cpp \
../shared/websocketclientwrapper.cpp
HEADERS += \
+ core.h \
+ dialog.h \
../shared/websockettransport.h \
../shared/websocketclientwrapper.h