summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qml.cpp')
-rw-r--r--tests/auto/qml/qml.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/qml.cpp b/tests/auto/qml/qml.cpp
index 0612bdb..9e3989c 100644
--- a/tests/auto/qml/qml.cpp
+++ b/tests/auto/qml/qml.cpp
@@ -47,10 +47,12 @@
#endif
#include "testtransport.h"
+#include "testwebchannel.h"
int main(int argc, char **argv)
{
qmlRegisterType<TestTransport>("QtWebChannel.Tests", 1, 0, "TestTransport");
+ qmlRegisterType<TestWebChannel>("QtWebChannel.Tests", 1, 0, "TestWebChannel");
return quick_test_main(argc, argv, "qml", QUICK_TEST_SOURCE_DIR);
}