mirror of
https://github.com/tnodir/fort
synced 2024-11-15 13:26:48 +00:00
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"files": {
|
|
"${TARGET}": {
|
|
"common": [
|
|
"${QTPATH}/bin/Qt5Core.dll",
|
|
"${QTPATH}/bin/Qt5Gui.dll",
|
|
"${QTPATH}/bin/Qt5Qml.dll",
|
|
"${QTPATH}/bin/Qt5QmlModels.dll",
|
|
"${QTPATH}/bin/Qt5Quick.dll",
|
|
"${QTPATH}/bin/Qt5QuickControls2.dll",
|
|
"${QTPATH}/bin/Qt5QuickTemplates2.dll",
|
|
"${QTPATH}/bin/Qt5Widgets.dll"
|
|
],
|
|
"fort": [
|
|
"${BUILD}/FortFirewall.exe",
|
|
"${ROOT}/ChangeLog",
|
|
"${ROOT}/src/scripts | *.qs Readme.txt |",
|
|
"${ROOT}/src/ui/i18n | *.qm |"
|
|
]
|
|
},
|
|
"${TARGET}/driver": {
|
|
"fort": [
|
|
"${ROOT}/src/driver/scripts | *.bat *.lnk |"
|
|
]
|
|
},
|
|
"${TARGET}/imports": {
|
|
"common": [
|
|
"${QTPATH}/qml/QtQuick.2 | *.dll qmldir | *d.dll"
|
|
]
|
|
},
|
|
"${TARGET}/imports/QtQml": {
|
|
"common": [
|
|
"${QTPATH}/qml/QtQml/Models.2 | *.dll qmldir | *d.dll"
|
|
]
|
|
},
|
|
"${TARGET}/imports/QtQuick": {
|
|
"common": [
|
|
"${QTPATH}/qml/QtQuick/Controls.2 | *.dll qmldir *.qml | *d.dll",
|
|
"${QTPATH}/qml/QtQuick/Layouts | *.dll qmldir | *d.dll",
|
|
"${QTPATH}/qml/QtQuick/Templates.2 | *.dll qmldir | *d.dll",
|
|
"${QTPATH}/qml/QtQuick/Window.2 | *.dll qmldir | *d.dll"
|
|
]
|
|
},
|
|
"${TARGET}/plugins": {
|
|
"common": [
|
|
"${QTPATH}/plugins/platforms | qwindows.dll | *d.dll"
|
|
]
|
|
}
|
|
}
|
|
}
|