mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 10:25:45 -05:00
Move partitionmanager code to src/modules/partition
This commit is contained in:
parent
cbcd821943
commit
7096213206
4 changed files with 3 additions and 5 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,4 +1,4 @@
|
|||
[submodule "src/libcalamares/partitionmanager"]
|
||||
path = src/libcalamares/partitionmanager
|
||||
path = src/modules/partition/partitionmanager
|
||||
url = https://github.com/calamares/partitionmanager.git
|
||||
branch = calamares
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
project( calamareslib )
|
||||
|
||||
if( WITH_PARTITIONMANAGER )
|
||||
add_subdirectory( partitionmanager/calamares )
|
||||
endif()
|
||||
|
||||
add_definitions( ${QT_DEFINITIONS} )
|
||||
add_definitions( -DQT_SHARED )
|
||||
add_definitions( -DQT_SHAREDPOINTER_TRACK_POINTERS )
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
if( WITH_PARTITIONMANAGER )
|
||||
|
||||
add_subdirectory( partitionmanager/calamares )
|
||||
|
||||
## ECM
|
||||
find_package(ECM 0.0.13 REQUIRED NO_MODULE)
|
||||
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_MODULE_PATH})
|
||||
|
|
Loading…
Add table
Reference in a new issue