
Sorry to trouble you again, but I can't find an answer anywhere to this problem.
When building 5.0-17764 in Linux Mint 20.3 this morning, I found it needed Qt 5.15 (which isn't available in 20.3). I installed Linux Mint 21 which has it, but when executing "cmake .." it fails because it cannot find Qt5.
My problem is, which of all the many Qt5 paths should I set QT_DIR to? Is there any particular Qt5 related dependency that I should install? I have the following ones at present:
libqt5core5a
libqt5dbus5
libqt5gui5
libqt5network5
libqt5svg5
libqt5widgets5
There are dozens of others in the repository, but I know almost nothing about Qt and I would appreciate any help at all. Thank you.
When building 5.0-17764 in Linux Mint 20.3 this morning, I found it needed Qt 5.15 (which isn't available in 20.3). I installed Linux Mint 21 which has it, but when executing "cmake .." it fails because it cannot find Qt5.
My problem is, which of all the many Qt5 paths should I set QT_DIR to? Is there any particular Qt5 related dependency that I should install? I have the following ones at present:
libqt5core5a
libqt5dbus5
libqt5gui5
libqt5network5
libqt5svg5
libqt5widgets5
There are dozens of others in the repository, but I know almost nothing about Qt and I would appreciate any help at all. Thank you.