fort/deploy/deployment.json
2018-08-24 16:47:02 +05:00

41 lines
1.1 KiB
JSON

{
"files": {
"${TARGET}": {
"common": [
"${QTPATH}/bin/Qt5Charts.dll",
"${QTPATH}/bin/Qt5Core.dll",
"${QTPATH}/bin/Qt5Gui.dll",
"${QTPATH}/bin/Qt5Qml.dll",
"${QTPATH}/bin/Qt5Quick.dll",
"${QTPATH}/bin/Qt5QuickControls2.dll",
"${QTPATH}/bin/Qt5QuickTemplates2.dll",
"${QTPATH}/bin/Qt5Widgets.dll"
],
"fort": [
"${ROOT}/ChangeLog",
"${BUILD}/FortFirewall.exe",
"${ROOT}/src/scripts | *.qs Readme.txt |",
"${ROOT}/src/ui/i18n | *.qm |"
]
},
"${TARGET}/imports": {
"common": [
"${QTPATH}/qml/QtQuick.2 | *.dll *.qmltypes qmldir | *d.dll"
]
},
"${TARGET}/imports/QtQuick": {
"common": [
"${QTPATH}/qml/QtQuick/Controls.2 | *.dll *.qmltypes qmldir *.qml | *d.dll",
"${QTPATH}/qml/QtQuick/Layouts | *.dll *.qmltypes qmldir | *d.dll",
"${QTPATH}/qml/QtQuick/Templates.2 | *.dll *.qmltypes qmldir | *d.dll",
"${QTPATH}/qml/QtQuick/Window.2 | *.dll *.qmltypes qmldir | *d.dll"
]
},
"${TARGET}/plugins": {
"common": [
"${QTPATH}/plugins/platforms | qwindows.dll | *d.dll"
]
}
}
}