View Single Post
Old 04-02-2020, 03:42 PM   #1
IdleTerry
Junior Member
IdleTerry began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Apr 2020
Device: TEA Touch HD, Sigil, Calibre
Problem building Sigil from source

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
IdleTerry is offline   Reply With Quote