You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I uncomment the line with #DEFINES+=XDG in skyscraper.pro.
When I update Skyscraper, it seems that the skyscraper.pro file gets overwritten and has #DEFINES+=XDG commented, thus Skyscraper doesn't get built with XDG support.
See if the XDG support is enabled in skyscraper.pro file, and enable it if it isn't.
Reinstall Skyscraper using update_skyscraper.sh to see that it didn't build with XDG support by running Skyscraper --version.
Reinstall Skyscraper using update_skyscraper.sh, but as soon as compiling starts, cancel it.
Look into the skyscraper.pro file again, to see that XDG support is disabled.
Expected behavior
After 2nd step of reproduction, Skyscraper should build with XDG support enabled.
Additional context
I saw that the 3.14.0 tarball has the skyscraper.pro file that has XDG support disabled, it may overwrite the current skyscraper.pro file that could have it enabled.
The text was updated successfully, but these errors were encountered:
Describe the bug
I uncomment the line with
#DEFINES+=XDG
inskyscraper.pro
.When I update Skyscraper, it seems that the
skyscraper.pro
file gets overwritten and has#DEFINES+=XDG
commented, thus Skyscraper doesn't get built with XDG support.To Reproduce
skyscraper.pro
file, and enable it if it isn't.update_skyscraper.sh
to see that it didn't build with XDG support by runningSkyscraper --version
.update_skyscraper.sh
, but as soon as compiling starts, cancel it.skyscraper.pro
file again, to see that XDG support is disabled.Expected behavior
After 2nd step of reproduction, Skyscraper should build with XDG support enabled.
Additional context
I saw that the 3.14.0 tarball has the
skyscraper.pro
file that has XDG support disabled, it may overwrite the currentskyscraper.pro
file that could have it enabled.The text was updated successfully, but these errors were encountered: