VirtualBox

Changeset 74940 in vbox


Ignore:
Timestamp:
Oct 19, 2018 10:45:21 AM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: Disable guest control ui in release

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r74853 r74940  
    270270 ifneq ($(KBUILD_TYPE),release)
    271271  VirtualBoxVM_DEFS          += VBOX_GUI_WITH_EXTRADATA_MANAGER_UI
     272  VirtualBoxVM_DEFS          += VBOX_GUI_WITH_GUEST_CONTROL_UI
    272273 endif
    273274 ifdef VBOX_WITH_ICHAT_THEATER
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIVMInformationDialog.cpp

    r74553 r74940  
    3939# include "VBoxUtils.h"
    4040# include "UIInformationConfiguration.h"
    41 # include "UIGuestControlFileManager.h"
    42 # include "UIGuestControlWidget.h"
     41# ifdef VBOX_GUI_WITH_GUEST_CONTROL_UI
     42#  include "UIGuestControlFileManager.h"
     43#  include "UIGuestControlWidget.h"
     44# endif
    4345# include "UIInformationRuntime.h"
    4446# include "UIMachine.h"
     
    244246            m_pTabWidget->addTab(m_tabs.value(1), QString());
    245247        }
    246 
     248#ifdef VBOX_GUI_WITH_GUEST_CONTROL_UI
    247249        if(m_pMachineWindow->console().isOk())
    248250        {
     
    265267            }
    266268        }
    267 
    268 
     269#endif
    269270        /* Set Runtime Information tab as default: */
    270271        m_pTabWidget->setCurrentIndex(1);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette