VirtualBox

Changeset 51010 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Apr 9, 2014 11:04:07 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93208
Message:

another OSE build fix

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

Legend:

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

    r50936 r51010  
    108108        $(if $(VBOX_WITH_WDDM),VBOX_WITH_WDDM) \
    109109        $(if $(VBOX_WITH_CROGL),VBOX_WITH_CROGL) \
     110        $(if $(VBOX_GUI_WITH_HIDPI),VBOX_GUI_WITH_HIDPI) \
    110111        $(if $(VBOX_GUI_WITH_PIDFILE),VBOX_GUI_WITH_PIDFILE) \
    111112        $(if $(VBOX_GUI_WITH_KEYS_RESET_HANDLER),VBOX_GUI_WITH_KEYS_RESET_HANDLER) \
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.cpp

    r50995 r51010  
    219219
    220220#ifdef Q_WS_MAC
    221 # ifndef VBOX_OSE
     221# ifdef VBOX_GUI_WITH_HIDPI
    222222    /* Test if HiDPI icons are enabled. Works only with a patched version of Qt 4.x
    223223     * with the changes from https://codereview.qt-project.org/#change,54636 applied. */
     
    233233            icon.addPixmap(pixmapHiDPI, mode, state);
    234234    }
    235 # endif
     235# endif /* VBOX_GUI_WITH_HIDPI */
    236236#endif /* Q_WS_MAC */
    237237}
  • trunk/src/VBox/Frontends/VirtualBox/src/main.cpp

    r50990 r51010  
    414414
    415415#ifdef Q_WS_MAC
    416 # ifndef VBOX_OSE
     416# ifdef VBOX_GUI_WITH_HIDPI
    417417        /* Enable HiDPI icons. For this we require a patched version of Qt 4.x with
    418418         * the changes from https://codereview.qt-project.org/#change,54636 applied. */
    419419        qApp->setAttribute(Qt::AA_UseHighDpiPixmaps);
    420 # endif /* !VBOX_OSE */
     420# endif /* VBOX_GUI_WITH_HIDPI */
    421421#endif /* Q_WS_MAC */
    422422
Note: See TracChangeset for help on using the changeset viewer.

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