From 712555f8816a1e6bab2999f1f586ead8e050bec7 Mon Sep 17 00:00:00 2001 From: jared Date: Wed, 9 Oct 2019 09:16:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AE=89=E8=A3=85=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/TaoQuick/Qml/TaoQuickDesigner.pri | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/TaoQuick/Qml/TaoQuickDesigner.pri b/src/TaoQuick/Qml/TaoQuickDesigner.pri index 8c4a160..e83975f 100644 --- a/src/TaoQuick/Qml/TaoQuickDesigner.pri +++ b/src/TaoQuick/Qml/TaoQuickDesigner.pri @@ -16,7 +16,20 @@ taoquick_qml_others.path = $$[QT_INSTALL_QML]/$${uri}/BasicComponent/Others taoquick_qml_progress.files = $$PWD/BasicComponent/Progress/*.qml taoquick_qml_progress.path = $$[QT_INSTALL_QML]/$${uri}/BasicComponent/Progress +taoquick_qml_effect.files = $$PWD/EffectComponent/*.qml +taoquick_qml_effect.path = $$[QT_INSTALL_QML]/$${uri}/EffectComponent/ + +taoquick_qml_animation.files = $$PWD/EffectComponent/Animation/*.qml +taoquick_qml_animation.path = $$[QT_INSTALL_QML]/$${uri}/EffectComponent/Animation + +taoquick_qml_pageSwitch.files = $$PWD/EffectComponent/PageSwitch/*.qml +taoquick_qml_PageSwitch.path = $$[QT_INSTALL_QML]/$${uri}/EffectComponent/PageSwitch + +taoquick_qml_shapes.files = $$PWD/EffectComponent/Shapes/*.qml +taoquick_qml_shapes.path = $$[QT_INSTALL_QML]/$${uri}/EffectComponent/Shapes + taoquick_degisner_images.files = $$PWD/designer/images/*.png taoquick_degisner_images.path = $$[QT_INSTALL_QML]/$${uri}/designer/images -INSTALLS += taoquick_designer toaquick_qmldir taoquick_qml_buttons taoquick_qml_mouse taoquick_qml_others taoquick_qml_progress taoquick_degisner_images +INSTALLS += taoquick_designer toaquick_qmldir taoquick_qml_buttons taoquick_qml_mouse taoquick_qml_others taoquick_qml_progress taoquick_degisner_images \ + taoquick_qml_effect taoquick_qml_animation taoquick_qml_PageSwitch taoquick_qml_shapes