Andrew Udvare:
> > On 2020-01-18, at 03:17, [email protected] wrote:
...
> > This code requires qt4:
> > https://github.com/thliebig/openEMS-Project
>
> Not from what I'm seeing. The README has an outdated line for Ubuntu but the
> QCSXCAD GUI code references Qt5.
>
> https://github.com/thliebig/QCSXCAD/blob/0dabbaf2bc1190adec300871cf309791af842c8e/CMakeLists.txt#L109
Ok, so there is hope.
I get (build_xxx.log):
CMake Warning at CMakeLists.txt:102 (find_package):
Could not find a configuration file for package "VTK" that is compatible
with requested version "6.1".
The following configuration files were considered but not accepted:
/usr/lib/cmake/vtk-7.1/VTKConfig.cmake, version: 7.1.0
-- Found package VTK. Using version 7.1.0
CMake Error at /usr/share/cmake/Modules/FindQt4.cmake:1324 (message):
Found unsuitable Qt version "5.13.2" from /usr/bin/qmake, this code
requires Qt 4.x
Call Stack (most recent call first):
CMakeLists.txt:124 (FIND_PACKAGE)
(That message is a little confusing, it finds a vtk which it doesn't
accept, but it is using it ???)
Perhaps that triggers the else part in line 117-119.
Regards,
/Karl Hammar