Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/tools/qtestlib/wince/cetest/main.cpp

    r651 r769  
    4545#   include "activesyncconnection.h"
    4646#endif
     47
     48
     49
    4750
    4851#include "deployment.h"
     
    124127        " -release          : Test release version\n"
    125128        " -libpath <path>   : Remote path to deploy Qt libraries to\n"
     129
     130
    126131        " -qt-delete        : Delete the Qt libraries after execution\n"
    127132        " -project-delete   : Delete the project file(s) after execution\n"
     
    153158    bool cleanupQt = false;
    154159    bool cleanupProject = false;
     160
     161
    155162
    156163    for (int i=1; i<arguments.size(); ++i) {
     
    197204            cleanupQt = true;
    198205            cleanupProject = true;
     206
     207
     208
     209
    199210        } else if (arguments.at(i).toLower() == QLatin1String("-conf")) {
    200211            if (++i == arguments.size()) {
     
    353364        cout << "Error: Could not copy file(s) to device" << endl;
    354365        return -1;
     366
     367
     368
     369
     370
     371
     372
     373
     374
     375
     376
     377
     378
     379
     380
     381
     382
     383
     384
     385
     386
     387
     388
     389
     390
     391
     392
     393
     394
     395
     396
     397
     398
     399
     400
     401
     402
    355403    }
    356404
Note: See TracChangeset for help on using the changeset viewer.