Changeset 846 for trunk/src/corelib/global/qlibraryinfo.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/corelib/global/qlibraryinfo.cpp
r813 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 61 61 #ifdef Q_OS_MAC 62 62 # include "private/qcore_mac_p.h" 63 64 65 66 63 67 #endif 64 68 … … 103 107 104 108 QT_BEGIN_NAMESPACE 109 110 105 111 106 112 #ifndef QT_NO_SETTINGS … … 333 339 break; 334 340 #endif 341 342 343 344 345 335 346 #ifdef QT_CONFIGURE_DATA_PATH 336 347 case DataPath: … … 394 405 key = QLatin1String("Plugins"); 395 406 defaultValue = QLatin1String("plugins"); 407 408 409 410 396 411 break; 397 412 case DataPath: … … 487 502 ret = expandEnvVars(ret); 488 503 #endif 504 505 506 507 508 509 510 511 489 512 config->endGroup(); 490 513 } … … 535 558 if (urlRef) { 536 559 QCFString path = CFURLCopyFileSystemPath(urlRef, kCFURLPOSIXPathStyle); 537 return QDir::cleanPath( path+ QLatin1String("/Contents/") + ret);560 return QDir::cleanPath( + QLatin1String("/Contents/") + ret); 538 561 } 539 562 } … … 565 588 \value DocumentationPath The location for documentation upon install. 566 589 \value HeadersPath The location for all headers. 567 \value LibrariesPath The location of installed librari res.590 \value LibrariesPath The location of installed libraries. 568 591 \value BinariesPath The location of installed Qt binaries (tools and applications). 569 592 \value PluginsPath The location of installed Qt plugins. 593 570 594 \value DataPath The location of general Qt data. 571 595 \value TranslationsPath The location of translation information for Qt strings. … … 592 616 { 593 617 printf("This is the QtCore library version " QT_VERSION_STR "\n" 594 "Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).\n"618 "Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).\n" 595 619 "Contact: Nokia Corporation ([email protected])\n" 596 620 "\n" 597 621 "Build key: " QT_BUILD_KEY "\n" 622 623 624 625 626 627 628 629 598 630 "Build date: %s\n" 599 631 "Installation prefix: %s\n" … … 605 637 qt_configure_headers_path_str + 12); 606 638 639 640 607 641 #ifdef QT_EVAL 608 642 extern void qt_core_eval_init(uint);
Note:
See TracChangeset
for help on using the changeset viewer.