Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

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

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/mkspecs/win32-g++/qmake.conf

    r769 r846  
    6969QMAKE_LIBS_GUI          = -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lws2_32 -lole32 -luuid -luser32 -ladvapi32
    7070QMAKE_LIBS_NETWORK      = -lws2_32
    71 QMAKE_LIBS_OPENGL       = -lopengl32 -lglu32 -lgdi32 -luser32
     71QMAKE_LIBS_OPENGL       = -l32 -lgdi32 -luser32
    7272QMAKE_LIBS_COMPAT       = -ladvapi32 -lshell32 -lcomdlg32 -luser32 -lgdi32 -lws2_32
    7373QMAKE_LIBS_QT_ENTRY     = -lmingw32 -lqtmain
  • trunk/mkspecs/win32-g++/qplatformdefs.h

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    134134#endif
    135135
    136 #define QT_FOPEN                ::fopen
     136#include "../common/c89/qplatformdefs.h"
     137
    137138#ifdef QT_LARGEFILE_SUPPORT
     139
     140
     141
     142
    138143#define QT_FSEEK                ::fseeko64
    139144#define QT_FTELL                ::ftello64
    140 #else
    141 #define QT_FSEEK                ::fseek
    142 #define QT_FTELL                ::ftell
    143 #endif
    144 #define QT_FGETPOS              ::fgetpos
    145 #define QT_FSETPOS              ::fsetpos
    146 #define QT_FPOS_T               fpos_t
    147 #ifdef QT_LARGEFILE_SUPPORT
    148145#define QT_OFF_T                off64_t
    149 #else
    150 #define QT_OFF_T                long
    151146#endif
    152147
Note: See TracChangeset for help on using the changeset viewer.