fort/deploy/deployment.json

39 lines
1018 B
JSON
Raw Normal View History

2017-11-21 08:32:09 +00:00
{
"files": {
"${TARGET}": {
"common": [
"${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": [
2017-12-14 10:01:43 +00:00
"${ROOT}/ChangeLog",
2017-11-21 08:32:09 +00:00
"${BUILD}/FortFirewall.exe",
2017-12-14 10:01:43 +00:00
"${ROOT}/src/ui/i18n | *.qm |"
2017-11-21 08:32:09 +00:00
]
},
"${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"
]
}
}
}