DiskImagery64
DiskImagery64 copied to clipboard
A portable drag & drop D64 Disk Image Editor
I've managed to almost compile the binary for macOS Bug Sur: Installed QT: `brew install qt` Edited the `project.pro` and replace the `QMAKE_MAC_SDK` path to: `QMAKE_MAC_SDK=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk` Finally run `make`... But...
make fails on Ventura same failures as https://github.com/ProbablyNotArtyom/DiskImagery64/issues/4 ``` netdrivedevice.cpp:218:5: error: unknown type name 'QRegExp' QRegExp globPat(glob, Qt::CaseSensitive, QRegExp::Wildcard); ^ netdrivedevice.cpp:218:46: error: use of undeclared identifier 'QRegExp' QRegExp globPat(glob, Qt::CaseSensitive,...