Changeset 769 for trunk/tools/qtestlib/wince/cetest/main.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/tools/qtestlib/wince/cetest/main.cpp
r651 r769 45 45 # include "activesyncconnection.h" 46 46 #endif 47 48 49 47 50 48 51 #include "deployment.h" … … 124 127 " -release : Test release version\n" 125 128 " -libpath <path> : Remote path to deploy Qt libraries to\n" 129 130 126 131 " -qt-delete : Delete the Qt libraries after execution\n" 127 132 " -project-delete : Delete the project file(s) after execution\n" … … 153 158 bool cleanupQt = false; 154 159 bool cleanupProject = false; 160 161 155 162 156 163 for (int i=1; i<arguments.size(); ++i) { … … 197 204 cleanupQt = true; 198 205 cleanupProject = true; 206 207 208 209 199 210 } else if (arguments.at(i).toLower() == QLatin1String("-conf")) { 200 211 if (++i == arguments.size()) { … … 353 364 cout << "Error: Could not copy file(s) to device" << endl; 354 365 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 355 403 } 356 404
Note:
See TracChangeset
for help on using the changeset viewer.