Changeset 1032 for trunk/tools/linguist/lrelease/main.cpp
- Timestamp:
- Aug 26, 2011, 8:12:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/linguist/lrelease/main.cpp
r1030 r1032 62 62 #ifdef QT_BOOTSTRAPPED 63 63 static void initBinaryDir( 64 #if ndef Q_OS_WIN64 #if !defined(Q_OS_WIN) && !defined(Q_OS_OS2) 65 65 const char *argv0 66 66 #endif … … 186 186 #ifdef QT_BOOTSTRAPPED 187 187 initBinaryDir( 188 #if ndef Q_OS_WIN188 #if !defined(Q_OS_WIN) && !defined(Q_OS_OS2) 189 189 argv[0] 190 190 #endif … … 321 321 #endif 322 322 323 #ifdef Q_OS_OS2 324 # include <qt_os2.h> 325 #endif 326 323 327 static QString binDir; 324 328 325 329 static void initBinaryDir( 326 #if ndef Q_OS_WIN330 #if !defined(Q_OS_WIN) && !defined(Q_OS_OS2) 327 331 const char *_argv0 328 332 #endif
Note:
See TracChangeset
for help on using the changeset viewer.