mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:25:56 +00:00
28 lines
547 B
JSON
28 lines
547 B
JSON
{
|
|
"files": {
|
|
"${TARGET}": {
|
|
"common": [
|
|
"${QTPATH}/bin/Qt5Core.dll",
|
|
"${QTPATH}/bin/Qt5Gui.dll",
|
|
"${QTPATH}/bin/Qt5Widgets.dll"
|
|
],
|
|
"fort": [
|
|
"${BUILD}/FortFirewall.exe",
|
|
"${ROOT}/ChangeLog",
|
|
"${ROOT}/src/ui/i18n | *.qm |"
|
|
]
|
|
},
|
|
"${TARGET}/driver": {
|
|
"fort": [
|
|
"${ROOT}/src/driver/scripts | *.bat *.lnk |"
|
|
]
|
|
},
|
|
"${TARGET}/plugins": {
|
|
"common": [
|
|
"${QTPATH}/plugins/platforms | qwindows.dll | *d.dll",
|
|
"${QTPATH}/plugins/styles | qwindowsvista*.dll | *d.dll"
|
|
]
|
|
}
|
|
}
|
|
}
|