aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/handlers/handlers.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/handlers/handlers.pro')
-rw-r--r--src/imports/handlers/handlers.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/imports/handlers/handlers.pro b/src/imports/handlers/handlers.pro
new file mode 100644
index 0000000000..0e32644773
--- /dev/null
+++ b/src/imports/handlers/handlers.pro
@@ -0,0 +1,11 @@
+CXX_MODULE = qml
+TARGET = handlersplugin
+TARGETPATH = Qt/labs/handlers
+IMPORT_VERSION = 1.0
+
+SOURCES += \
+ plugin.cpp
+
+QT += quick-private qml-private
+
+load(qml_plugin)