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, 0 insertions, 11 deletions
diff --git a/src/imports/handlers/handlers.pro b/src/imports/handlers/handlers.pro
deleted file mode 100644
index 0e32644773..0000000000
--- a/src/imports/handlers/handlers.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-CXX_MODULE = qml
-TARGET = handlersplugin
-TARGETPATH = Qt/labs/handlers
-IMPORT_VERSION = 1.0
-
-SOURCES += \
- plugin.cpp
-
-QT += quick-private qml-private
-
-load(qml_plugin)