VirtualBox

Changeset 41022 in vbox


Ignore:
Timestamp:
Apr 23, 2012 11:48:25 AM (12 years ago)
Author:
vboxsync
Message:

configure: raise the minimum supported version of Qt4 to 4.6.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r40495 r41022  
    14521452{
    14531453  printf("found version %s", QT_VERSION_STR);
    1454 #if QT_VERSION >= 0x040400
     1454#if QT_VERSION >= 0x040602
    14551455  printf(", OK.\n");
    14561456  return 0;
    14571457#else
    1458   printf(", expected version 4.4.0 or higher\n");
     1458  printf(", expected version 4.6.2 or higher\n");
    14591459  return 1;
    14601460#endif
     
    14851485{
    14861486  printf("found version %s", QT_VERSION_STR);
    1487 #if QT_VERSION >= 0x040400
     1487#if QT_VERSION >= 0x040602
    14881488  printf(", OK.\n");
    14891489  return 0;
    14901490#else
    1491   printf(", expected version 4.4.0 or higher\n");
     1491  printf(", expected version 4.6.2 or higher\n");
    14921492  return 1;
    14931493#endif
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