Ignore:
Timestamp:
Feb 23, 2010, 3:37:44 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

lrelease: Fixed the build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/linguist/shared/profileevaluator.cpp

    r561 r596  
    5858#include <QtCore/QTextStream>
    5959
    60 #ifdef Q_OS_UNIX
     60#if
    6161#include <unistd.h>
    6262#include <sys/utsname.h>
    63 #else
     63#el
    6464#include <Windows.h>
     65
    6566#endif
    6667#include <stdio.h>
     
    112113    Q_ASSERT(!((flags & Option::FixPathToLocalSeparators) && (flags & Option::FixPathToTargetSeparators)));
    113114    if (flags & Option::FixPathToLocalSeparators) {
    114 #if defined(Q_OS_WIN32)
     115#if defined(Q_OS_WIN32)
    115116        string = string.replace(QLatin1Char('/'), QLatin1Char('\\'));
    116117#else
     
    23342335            }
    23352336        }
     2337
     2338
     2339
     2340
     2341
     2342
     2343
     2344
     2345
     2346
     2347
     2348
    23362349#elif defined(Q_OS_UNIX)
    23372350        struct utsname name;
Note: See TracChangeset for help on using the changeset viewer.