[kmymoney] [Bug 403156] Cmake fails on Fedora 28 looking for LibAlkimia and Qt4 Core and DBus

Ian Neal bugzilla_noreply at kde.org
Sun Jan 13 00:16:10 GMT 2019


https://bugs.kde.org/show_bug.cgi?id=403156

Ian Neal <iann_bugzilla at blueyonder.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDSINFO                   |REPORTED
         Resolution|WAITINGFORINFO              |---

--- Comment #2 from Ian Neal <iann_bugzilla at blueyonder.co.uk> ---
(In reply to Thomas Baumgart from comment #1)
> git master is Qt5/KF5 only. You won't be able to build it with Qt4. If
> Fedora 28 does not provide Qt5 then use the KMyMoney 4.8 branch to build. Or
> am I missing something here?

Fedora 28 does have Qt5/KF5 and ships KMyMoney5. Qt5 is installed (5.11), but
when you run cmake it complains that it needs Qt4::Core and Qt4::DBus
Some example errors when running cmake are:
CMake Error at tools/CMakeLists.txt:1 (add_executable):
  Target "xea2kmt" links to target "Qt4::QtCore" 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 tools/CMakeLists.txt:1 (add_executable):
  Target "xea2kmt" links to target "Qt4::QtDBus" 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 kmymoney/CMakeLists.txt:114 (add_executable):
  Target "kmymoney" links to target "Qt4::QtCore" 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 kmymoney/CMakeLists.txt:114 (add_executable):
  Target "kmymoney" links to target "Qt4::QtDBus" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list