pwegner added a comment.

  Sorry for not creating a bug report..
  
  Your build issue might be caused by pkg-config not being able to find moc.
  You might have to set PKG_CONFIG_LIBDIR / PKG_CONFIG_PATH accordingly.
  
  Here is the logic for detecting where moc is: 
https://github.com/lemourin/libcloudstorage/blob/master/configure.ac#L187
  It works when I set 
PKG_CONFIG_LIBDIR=/home/lemourin/.qt/5.12.1/gcc_64/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/share/pkgconfig
  I have qt installed from qt website through their maintenance tool.
  
  You might find this useful: 
https://github.com/lemourin/libcloudstorage/blob/master/packaging/appimage/create-appimage.sh#L53
  
  I suggest running make in the root of your build directory.

REPOSITORY
  R169 Kirigami

REVISION DETAIL
  https://phabricator.kde.org/D18645

To: pwegner, #kirigami, mart
Cc: plasma-devel, domson, dkardarakos, apol, davidedmundson, mart, hein

Reply via email to