summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/qml-client/qml-client.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/custom-extension/qml-client/qml-client.pro')
-rw-r--r--examples/wayland/custom-extension/qml-client/qml-client.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/wayland/custom-extension/qml-client/qml-client.pro b/examples/wayland/custom-extension/qml-client/qml-client.pro
index bad4af2db..8bddb730b 100644
--- a/examples/wayland/custom-extension/qml-client/qml-client.pro
+++ b/examples/wayland/custom-extension/qml-client/qml-client.pro
@@ -2,6 +2,12 @@ TEMPLATE = app
QT += qml quick waylandclient gui-private
CONFIG += wayland-scanner
+CONFIG += qmltypes
+QML_IMPORT_NAME = io.qt.examples.customextension
+QML_IMPORT_MAJOR_VERSION = 1
+
+INCLUDEPATH += $$PWD/../client-common
+
WAYLANDCLIENTSOURCES += ../protocol/custom.xml
SOURCES += main.cpp \