qwertycoin-org / qwertycoin-gui

Qwertycoin Desktop GUI wallet source code repository.
https://releases.qwertycoin.org
MIT License
12 stars 10 forks source link

Fixed QwertycoinFramework includes #13

Closed speqtr closed 5 years ago

speqtr commented 5 years ago

Fixed QwertycoinFramework includes in order to fix compile time errors.

speqtr commented 5 years ago

I compiled this version from scratch inside clean Ubuntu, macOS and Windows 10 virtual machines.

speqtr commented 5 years ago

NOTE: First iteration of updates will fail due to broken Qt5 dir path on AppVeyor CI, because they updated Qt5 paths on there CI machines. I'll push one extra commit to fix it.

speqtr commented 5 years ago

Latest commit should fix issues with Qt5 paths on AppVeyor CI.

speqtr commented 5 years ago

Fixed additional configuration issues with qrencode dependency on Windows.

speqtr commented 5 years ago

The only issue left is a link time issue with Windows debug build. It will be fixed in one of the next commits.

speqtr commented 5 years ago

All issues are fixed. This PR can be merged.

cc @nnian