summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmlwebsockets/qmlwebsockets.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlwebsockets/qmlwebsockets.pro')
-rw-r--r--tests/auto/qml/qmlwebsockets/qmlwebsockets.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlwebsockets/qmlwebsockets.pro b/tests/auto/qml/qmlwebsockets/qmlwebsockets.pro
new file mode 100644
index 0000000..9405f37
--- /dev/null
+++ b/tests/auto/qml/qmlwebsockets/qmlwebsockets.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+TARGET = tst_qmlwebsockets
+CONFIG += qmltestcase
+CONFIG += console
+SOURCES += tst_qmlwebsockets.cpp
+
+importFiles.path = .
+DEPLOYMENT += importFiles
+