1
0
mirror of https://github.com/jaredtao/TaoQuick.git synced 2025-01-19 20:22:56 +08:00

更新安装配置

This commit is contained in:
jared 2019-10-09 09:16:20 +08:00
parent 68a7eab399
commit 712555f881

View File

@ -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