nikolaseu / neuvision

Structured Light based 3D scanner
GNU General Public License v3.0
287 stars 81 forks source link

ALIAS target is missing? #62

Open Grungeby52 opened 3 years ago

Grungeby52 commented 3 years ago

Why does this error exist?

/home/san/neuvision/lib/zcore/CMakeLists.txt:15: error: Target "ZCore" links to target "Qt::Core" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?

I don't understand which package is missing

Best Regards

Onur Güzeldemirci

nikolaseu commented 3 years ago

Which version of Qt are you using? It might be too old. Try with 5.15

Grungeby52 commented 3 years ago

I was using Qt 5.13 , It's worked with Qt 5.15

Thank you