Open EthanS94 opened 5 years ago
@dhrogers I looked at this last Thursday. It turns out newer versions of qt are incompatible with qt installer framework's QFSFileEngine. In qt-installer-framework/src/libs/installer/binaryformat.h, changing the line "QFSFileEngine m_file;" to "QFile m_file;" and rebuilding fixed this for me
@dhrogers I can't get build_installer_mac to work locally. I have to change the paths around a bit to point to my qt binaries, so I included an echo of the full command run for each step. I am using qt's open source installer framework version 3.0.6 and qt 5.12.0 installed by brew.