summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2019-04-08 04:08:43 +0300
committerRebecca Worledge <rebecca.worledge@theqtcompany.com>2019-04-09 02:51:55 +0000
commit2a9f3fe967601d0ff7f113dc6ea5ae5e03f533b4 (patch)
tree3a8599c08b9c8a79c69771682f23ac9437f6c2a5
parentfec8b7e2e43d3738db736c969758a40cde8fe2ee (diff)
Minor clean-up
get rid of redundant CONFIGs add `qmldir` to the project tree Change-Id: I2453b6fec5c78c83d7320885213fdce28c34af34 Reviewed-by: Rebecca Worledge <rebecca.worledge@theqtcompany.com>
-rw-r--r--src/imports/imports.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/imports/imports.pro b/src/imports/imports.pro
index 3846efb..a2fb5ba 100644
--- a/src/imports/imports.pro
+++ b/src/imports/imports.pro
@@ -4,7 +4,6 @@ TARGETPATH = Qt/labs/lottieqt
IMPORT_VERSION = 1.$$QT_MINOR_VERSION
QT += qml quick gui-private bodymovin-private
-CONFIG += plugin c++11
QMAKE_DOCS = $$PWD/doc/qtlottieanimation.qdocconf
@@ -21,4 +20,7 @@ HEADERS += \
rasterrenderer/lottierasterrenderer.h \
rasterrenderer/batchrenderer.h
+OTHER_FILES += \
+ qmldir
+
load(qml_plugin)