VirtualBox

Changeset 50990 in vbox for trunk


Ignore:
Timestamp:
Apr 8, 2014 8:01:41 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93176
Message:

OSE build fix

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.cpp

    r50934 r50990  
    219219
    220220#ifdef Q_WS_MAC
    221     /* Test if HiDPI icons enabled: */
     221    /* Test if HiDPI icons are enabled. Works only with a patched version of Qt 4.x
     222     * with the changes from https://codereview.qt-project.org/#change,54636 applied. */
    222223    if (qApp->testAttribute(Qt::AA_UseHighDpiPixmaps))
    223224    {
  • trunk/src/VBox/Frontends/VirtualBox/src/main.cpp

    r50972 r50990  
    415415#ifdef Q_WS_MAC
    416416# ifndef VBOX_OSE
    417         /* Enable HiDPI icons. */
     417        /* Enable HiDPI icons. For this we require a patched version of Qt 4.x with
     418         * the changes from https://codereview.qt-project.org/#change,54636 applied. */
    418419        qApp->setAttribute(Qt::AA_UseHighDpiPixmaps);
    419420# endif /* !VBOX_OSE */
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