Hello everyone,
I have a problem when trying to build Sigil from source on Fedora 31. I think I installed everything right, but when I enter the following command :
Code:
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ../sigil-src
I always get this error :
Quote:
CMake Error at src/CMakeLists.txt:746 (add_executable):
Target "sigil" links to target "Qt5::WebEngine" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
CMake Error at src/CMakeLists.txt:746 (add_executable):
Target "sigil" links to target "Qt5::WebEngineWidgets" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
|
Do you know what is happening and how I can solve this ?
Thanks in advance