mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Build against partresizerwidget and related in KPMcore.
This commit is contained in:
parent
adc23b99b6
commit
e8de570acb
3 changed files with 6 additions and 6 deletions
|
@ -193,7 +193,7 @@
|
|||
<customwidget>
|
||||
<class>PartResizerWidget</class>
|
||||
<extends>QWidget</extends>
|
||||
<header location="global">gui/partresizerwidget.h</header>
|
||||
<header location="global">kpmcore/gui/partresizerwidget.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
|
|
|
@ -30,10 +30,10 @@
|
|||
#include "GlobalStorage.h"
|
||||
#include "JobQueue.h"
|
||||
|
||||
// CalaPM
|
||||
#include <core/device.h>
|
||||
#include <core/partition.h>
|
||||
#include <fs/filesystemfactory.h>
|
||||
// KPMcore
|
||||
#include <kpmcore/core/device.h>
|
||||
#include <kpmcore/core/partition.h>
|
||||
#include <kpmcore/fs/filesystemfactory.h>
|
||||
|
||||
// Qt
|
||||
#include <QComboBox>
|
||||
|
|
|
@ -157,7 +157,7 @@
|
|||
<customwidget>
|
||||
<class>PartResizerWidget</class>
|
||||
<extends>QWidget</extends>
|
||||
<header>gui/partresizerwidget.h</header>
|
||||
<header location="global">kpmcore/gui/partresizerwidget.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue