Probably I am the only person who has tried to build perfectspot in recent years, but it would be good to be able to use it. I've tried installin on Windows with Cygwin and in macOS, but I keep getting errors of this form (this example is from macOS Ventura):
CMake Error at /opt/homebrew/Cellar/cmake/3.26.3/share/cmake/Modules/FindQt4.cmake:1314 (message):
Found unsuitable Qt version "" from NOTFOUND, this code requires Qt 4.x
Call Stack (most recent call first
I was able install different versions of Qt under Cygwin and macOS (but not in MinGW) but none of them worked with perfectspot code. Is there any hope that someone might update the code to work with current Qt versions?
Or does anyone have a built executable for Windows? Many thanks for any help.
Further notes: One reason to want perfectspot is that there seems to be no other open-source WPG viewer out there.
Also, I wonder if it might be possible to add the actual paths for Qt4 in the CMakeLists.txt file. I've seen suggestions online that this may work, but I can't begin to guess how to do this.