summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/testapp/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/custom-extension/testapp/main.cpp')
-rw-r--r--examples/wayland/custom-extension/testapp/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/wayland/custom-extension/testapp/main.cpp b/examples/wayland/custom-extension/testapp/main.cpp
index 4ff44b7f4..59738128d 100644
--- a/examples/wayland/custom-extension/testapp/main.cpp
+++ b/examples/wayland/custom-extension/testapp/main.cpp
@@ -98,7 +98,8 @@ int main (int argc, char **argv)
s_custom = app.findChild<QObject*>("qt_example_custom_extension");
if (!s_custom) {
- qCritical() << "This example requires the Qt Custom Extension platform plugin";
+ qCritical() << "This example requires the Qt Custom Extension platform plugin,\n"
+ "add -platform custom-wayland to the command line";
return -1;
}
TestWindow window;