mirror of
https://github.com/tnodir/fort
synced 2024-11-15 09:45:44 +00:00
Installer: Include Qt5QmlModels.
This commit is contained in:
parent
78762511d6
commit
0b059705b5
@ -5,6 +5,7 @@
|
|||||||
"${QTPATH}/bin/Qt5Core.dll",
|
"${QTPATH}/bin/Qt5Core.dll",
|
||||||
"${QTPATH}/bin/Qt5Gui.dll",
|
"${QTPATH}/bin/Qt5Gui.dll",
|
||||||
"${QTPATH}/bin/Qt5Qml.dll",
|
"${QTPATH}/bin/Qt5Qml.dll",
|
||||||
|
"${QTPATH}/bin/Qt5QmlModels.dll",
|
||||||
"${QTPATH}/bin/Qt5Quick.dll",
|
"${QTPATH}/bin/Qt5Quick.dll",
|
||||||
"${QTPATH}/bin/Qt5QuickControls2.dll",
|
"${QTPATH}/bin/Qt5QuickControls2.dll",
|
||||||
"${QTPATH}/bin/Qt5QuickTemplates2.dll",
|
"${QTPATH}/bin/Qt5QuickTemplates2.dll",
|
||||||
@ -24,15 +25,20 @@
|
|||||||
},
|
},
|
||||||
"${TARGET}/imports": {
|
"${TARGET}/imports": {
|
||||||
"common": [
|
"common": [
|
||||||
"${QTPATH}/qml/QtQuick.2 | *.dll *.qmltypes qmldir | *d.dll"
|
"${QTPATH}/qml/QtQuick.2 | *.dll qmldir | *d.dll"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"${TARGET}/imports/QtQml": {
|
||||||
|
"common": [
|
||||||
|
"${QTPATH}/qml/QtQml/Models.2 | *.dll qmldir | *d.dll"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"${TARGET}/imports/QtQuick": {
|
"${TARGET}/imports/QtQuick": {
|
||||||
"common": [
|
"common": [
|
||||||
"${QTPATH}/qml/QtQuick/Controls.2 | *.dll *.qmltypes qmldir *.qml | *d.dll",
|
"${QTPATH}/qml/QtQuick/Controls.2 | *.dll qmldir *.qml | *d.dll",
|
||||||
"${QTPATH}/qml/QtQuick/Layouts | *.dll *.qmltypes qmldir | *d.dll",
|
"${QTPATH}/qml/QtQuick/Layouts | *.dll qmldir | *d.dll",
|
||||||
"${QTPATH}/qml/QtQuick/Templates.2 | *.dll *.qmltypes qmldir | *d.dll",
|
"${QTPATH}/qml/QtQuick/Templates.2 | *.dll qmldir | *d.dll",
|
||||||
"${QTPATH}/qml/QtQuick/Window.2 | *.dll *.qmltypes qmldir | *d.dll"
|
"${QTPATH}/qml/QtQuick/Window.2 | *.dll qmldir | *d.dll"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"${TARGET}/plugins": {
|
"${TARGET}/plugins": {
|
||||||
|
Loading…
Reference in New Issue
Block a user