View Single Post
Old 10-06-2021, 11:32 AM   #14
FrankJH
Member
FrankJH began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Oct 2021
Location: Stuttgart, Germany
Device: Galaxy Tab S7+
Yes, the "." in my css was not correct ...

I can't remember my Sigil version on 15.1 ... but it must be related to Qt ...

My idea was to install a newer version of SIgil, so I downloaded 1.4.3 and 1.7.0 ...

As described, I executed

cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ../Sigil-1.7.0

and received the errors below in both cases:


CMake Error at src/CMakeLists.txt:800 (add_executable):
Target "sigil" links to target "Qt5::PrintSupport" 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:800 (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:800 (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?


CMake Error at src/CMakeLists.txt:800 (add_executable):
Target "sigil" links to target "Qt5::Network" 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:800 (add_executable):
Target "sigil" links to target "Qt5::Concurrent" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
FrankJH is offline   Reply With Quote