Changeset 846 for trunk/tools/qtestlib/wince/cetest/main.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/tools/qtestlib/wince/cetest/main.cpp
r769 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]) … … 284 284 return -1; 285 285 } 286 // Check w ether the project is still in debug/release mode after reading286 // Check wether the project is still in debug/release mode after reading 287 287 // If .pro specifies to be one mode only, we need to accept this 288 if (project.isActiveConfig("debug") )288 if (project.isActiveConfig("debug") 289 289 TestConfiguration::testDebug = true; 290 else 290 debugOutput("ActiveConfig: debug only in .pro.", 1); 291 } 292 if (!project.isActiveConfig("debug") && project.isActiveConfig("release")) { 291 293 TestConfiguration::testDebug = false; 294 295 292 296 293 297 // determine what is the real mkspec to use if the default mkspec is being used
Note:
See TracChangeset
for help on using the changeset viewer.