Introduce libcalapm

This adds a submodule pointing to a fork of KDE Partition Manager. All
Calamares-specific changes are in the "calamares" branch of this fork.
This commit is contained in:
Aurélien Gâteau 2014-06-26 16:46:06 +02:00
parent 3cc7fe3245
commit 02af2dccb9
7 changed files with 227 additions and 0 deletions

View file

@ -1,5 +1,7 @@
project( calamareslib )
add_subdirectory( partitionmanager/calamares )
add_definitions( ${QT_DEFINITIONS} )
add_definitions( -DQT_SHARED )
add_definitions( -DQT_SHAREDPOINTER_TRACK_POINTERS )

@ -0,0 +1 @@
Subproject commit 11a8f4f14553ed0270dcd3b9acdca3b5b9c5bb43