summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.cc
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-05-23 23:28:39 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-05-23 23:28:39 -0500
commitbeeb5c9377c26ae44a8723609af2d672c32d00b7 (patch)
tree44ce9266da62b8c67a472def7c8a4258b8dfaabc /ui/qt5/horizonwizard.cc
parent9f9bcaad0e17231355d592607a3564b6035b685c (diff)
downloadhorizon-beeb5c9377c26ae44a8723609af2d672c32d00b7.tar.gz
horizon-beeb5c9377c26ae44a8723609af2d672c32d00b7.tar.bz2
horizon-beeb5c9377c26ae44a8723609af2d672c32d00b7.tar.xz
horizon-beeb5c9377c26ae44a8723609af2d672c32d00b7.zip
Qt UI: Fix building non-install environment
Diffstat (limited to 'ui/qt5/horizonwizard.cc')
-rw-r--r--ui/qt5/horizonwizard.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc
index 143ae43..556a6f3 100644
--- a/ui/qt5/horizonwizard.cc
+++ b/ui/qt5/horizonwizard.cc
@@ -542,7 +542,9 @@ QString HorizonWizard::toHScript() {
break;
}
+#ifdef HAS_INSTALL_ENV
part_lines << (dynamic_cast<PartitionMountPage *>(page(Page_PartitionMount)))->mountLines();
+#endif /* HAS_INSTALL_ENV */
if(chosen_disk.empty()) {
lines << part_lines;