Changeset 41022 in vbox
- Timestamp:
- Apr 23, 2012 11:48:25 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/configure (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r40495 r41022 1452 1452 { 1453 1453 printf("found version %s", QT_VERSION_STR); 1454 #if QT_VERSION >= 0x040 4001454 #if QT_VERSION >= 0x040602 1455 1455 printf(", OK.\n"); 1456 1456 return 0; 1457 1457 #else 1458 printf(", expected version 4. 4.0or higher\n");1458 printf(", expected version 4.6.2 or higher\n"); 1459 1459 return 1; 1460 1460 #endif … … 1485 1485 { 1486 1486 printf("found version %s", QT_VERSION_STR); 1487 #if QT_VERSION >= 0x040 4001487 #if QT_VERSION >= 0x040602 1488 1488 printf(", OK.\n"); 1489 1489 return 0; 1490 1490 #else 1491 printf(", expected version 4. 4.0or higher\n");1491 printf(", expected version 4.6.2 or higher\n"); 1492 1492 return 1; 1493 1493 #endif
Note:
See TracChangeset
for help on using the changeset viewer.

