aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/labsanimation/labsanimation.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/labsanimation/labsanimation.pro')
-rw-r--r--src/imports/labsanimation/labsanimation.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/imports/labsanimation/labsanimation.pro b/src/imports/labsanimation/labsanimation.pro
deleted file mode 100644
index 5fd8ff25a7..0000000000
--- a/src/imports/labsanimation/labsanimation.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-CXX_MODULE = qml
-TARGET = labsanimationplugin
-TARGETPATH = Qt/labs/animation
-QML_IMPORT_VERSION = $$QT_VERSION
-
-SOURCES += \
- qquickboundaryrule.cpp \
- plugin.cpp
-
-HEADERS += \
- qquickboundaryrule_p.h
-
-QT = qml-private quick-private
-
-CONFIG += qmltypes install_qmltypes
-load(qml_plugin)