-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area: buildsystemRelated to our cmake/python buildsystemRelated to our cmake/python buildsystembugBehaving differently as it should behaveBehaving differently as it should behaveos: windowsWindows-specific issueWindows-specific issuepackagingBundling openage for distributionBundling openage for distribution
Description
I'm trying out packaging for Windows x64 with appveyor and used the pre-installed Qt 5.13.0. The installer is working, but the Qt5{Quick, Gui, Network, ... } files are missing. I'm trying it now with the vcpkg approach, but would be nice (regardless of possible caching) to use the pre-built Qt. I attached a logfile of the whole process. We should check, if the way we use the script for deployment of Qt is still working as expected.
Edit: I just remembered, that we changed something in June and we need to set
# Use windeploy for packaging qt-prebuilt, standard value '0' for applocal vcpkg
set(use_windeployqt 1)
I'll try to built it with this setting and figure out if it's working. I will add something about the whole process to the docs.
cc: @tusharpm
Metadata
Metadata
Assignees
Labels
area: buildsystemRelated to our cmake/python buildsystemRelated to our cmake/python buildsystembugBehaving differently as it should behaveBehaving differently as it should behaveos: windowsWindows-specific issueWindows-specific issuepackagingBundling openage for distributionBundling openage for distribution