BowDown097 / QtTube

A Qt frontend for YouTube.
GNU General Public License v3.0
38 stars 4 forks source link

Build issue with Qt #14

Open dvd73 opened 2 days ago

dvd73 commented 2 days ago

Hi

One thing I've found while building this project. CMake stops with errors like this:

CMake Error at lib/innertube-qt/lib/http/CMakeLists.txt:40 (target_link_libraries):
  Target "http" links to:

    Qt::Core

The solution is open pointed file and replace Qt::Core -> Qt5::Core and so on.

BowDown097 commented 1 day ago

I will probably make that change, but that should be a valid target since Qt 5.15 (which I thought was the only Qt 5 version that this project even compiles under) according to this page. Are you using an older Qt version?