On Sun, September 27, 2015 00:06:32 Jeffrey Brusseau wrote:
> > CMake Error at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:310 (message):
> >   The first argument to qt5_use_modules must be an existing target.
> >
> > Call Stack (most recent call first):
> >   gstreamer/CMakeLists.txt:96 (qt5_use_modules)

This is the pertinent part of the error message. The reference is to:

if(Qt5X11Extras_FOUND)
  set(phonon_gstreamer_SRCS
      ${phonon_gstreamer_SRCS}
      x11renderer.cpp)
  add_definitions(-DHAVE_X11)
  qt5_use_modules(phonon_gstreamer X11Extras)  <----
  target_link_libraries(phonon_gstreamer Qt5::X11Extras)
endif(Qt5X11Extras_FOUND)

However I'm not sure what that means, it's been a very long time since I've 
had an in-depth knowledge of a KDE buildsystems at an individual module level 
:)

Regards,
 - Michael Pyne

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Reply via email to