Hi, I've recently taken the task to make marble compile on Windows ( https://phabricator.kde.org/T13423).
It now builds correctly on the KDE build system: https://build.kde.org/view/OS%20-%20Windows/job/Applications/job/marble/ Next step is to update the Craft package that is used to build the installer: https://invent.kde.org/packaging/craft-blueprints-kde/-/blob/master/kde/applications/marble/marble.py I have some questions regarding the package: * Which executable should be run? marble or marble-qt? * there is a conflict where the plugins are installed with the Craft tool. For now, Craft moves all files under plugins/ inside the bin/ folder (this is because Qt plugins are installed in plugins and Craft made the choice to move all files under this folder inside bin/: https://*invent*. kde.org/packaging/craft/-/blob/master/bin/Packager/CollectionPackagerBase.py#L304 ). I will ask if we can do a more selective move. The code where we handle the plugins path is OS-dependant on Marble but I guess it would still make sense to have them in a plugins/ folder. Thank you, Johnny