Digikam/Hacking Frameworks

From KDE Community Wiki
Revision as of 09:40, 1 June 2015 by *>Veaceslav (Created page with "digiKam project started Qt5/KDE Frameworks porting in November 2014. To check the current status please visit the link: [https://techbase.kde.org/Digikam/CodingSpri...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

digiKam project started Qt5/KDE Frameworks porting in November 2014.

To check the current status please visit the link:

digiKam Coding Sprint 2014

Since the frameworks implementation is not ready yet, the development is performed in frameworks branch of each repository:

remember to run this code:

$>git checkout master
$>git pull --rebase
$>git checkout -b frameworks origin/frameworks
$>git branch -a
* frameworks
  master
  remotes/origin/HEAD -> origin/master
  remotes/origin/frameworks
  remotes/origin/master


for following folders:

  • digikam-software-compilation
  • code
  • extra (some libs must be compiled with frameworks version before building digiKam)