mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:46:03 +00:00
Revert "Installer: Include QML WorkerScript plugin."
This reverts commit 333f0940a0
.
This commit is contained in:
parent
e84bee81de
commit
36b94fa8a4
@ -6,7 +6,6 @@
|
||||
"${QTPATH}/bin/Qt6Gui.dll",
|
||||
"${QTPATH}/bin/Qt6Qml.dll",
|
||||
"${QTPATH}/bin/Qt6QmlModels.dll",
|
||||
"${QTPATH}/bin/Qt6QmlWorkerScript.dll",
|
||||
"${QTPATH}/bin/Qt6Quick.dll",
|
||||
"${QTPATH}/bin/Qt6QuickControls2.dll",
|
||||
"${QTPATH}/bin/Qt6QuickTemplates2.dll",
|
||||
@ -26,14 +25,12 @@
|
||||
},
|
||||
"${TARGET}/imports": {
|
||||
"common": [
|
||||
"${QTPATH}/qml/QtQuick.2 | *.dll qmldir | *d.dll",
|
||||
"${QTPATH}/qml/QtQml | *.dll qmldir | *d.dll"
|
||||
"${QTPATH}/qml/QtQuick.2 | *.dll qmldir | *d.dll"
|
||||
]
|
||||
},
|
||||
"${TARGET}/imports/QtQml": {
|
||||
"common": [
|
||||
"${QTPATH}/qml/QtQml/Models.2 | *.dll qmldir | *d.dll",
|
||||
"${QTPATH}/qml/QtQml/WorkerScript.2 | *.dll qmldir | *d.dll"
|
||||
"${QTPATH}/qml/QtQml/Models.2 | *.dll qmldir | *d.dll"
|
||||
]
|
||||
},
|
||||
"${TARGET}/imports/QtQuick": {
|
||||
|
Loading…
Reference in New Issue
Block a user