[partition] Chase 3rdparty move

main
Adriaan de Groot 6 years ago
parent b31c6c3a22
commit 48a25858f0

@ -5,6 +5,8 @@
option( DEBUG_PARTITION_UNSAFE "Allow unsafe partitioning choices." OFF ) option( DEBUG_PARTITION_UNSAFE "Allow unsafe partitioning choices." OFF )
option( DEBUG_PARTITION_LAME "Unsafe partitioning will error out on exec." ON ) option( DEBUG_PARTITION_LAME "Unsafe partitioning will error out on exec." ON )
include_directories( ${CMAKE_SOURCE_DIR} ) # For 3rdparty
set( _partition_defs ) set( _partition_defs )
if( DEBUG_PARTITION_UNSAFE ) if( DEBUG_PARTITION_UNSAFE )
if( DEBUG_PARTITION_LAME ) if( DEBUG_PARTITION_LAME )

@ -19,7 +19,7 @@
#include "ScanningDialog.h" #include "ScanningDialog.h"
#include "widgets/waitingspinnerwidget.h" #include "3rdparty/waitingspinnerwidget.h"
#include <QBoxLayout> #include <QBoxLayout>
#include <QLabel> #include <QLabel>

Loading…
Cancel
Save