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/linux-g++-maemo/qmake.conf

    r651 r846  
    44
    55MAKEFILE_GENERATOR      = UNIX
     6TARGET_PLATFORM         = unix
    67TEMPLATE                = app
    78CONFIG                 += qt warn_on release incremental link_prl
     
    1314include(../common/linux.conf)
    1415
    15 # Work round scratchbox not having standard paths in it's default search path
    16 QMAKE_LFLAGS    += -Wl,-rpath-link=/lib
    17 QMAKE_LFLAGS    += -Wl,-rpath-link=/usr/lib
    1816
    1917# Override the default lib/include directories for scratchbox:
     
    2422
    2523# We still need to generate debug symbols in release mode to put into the *-dbg packages:
    26 QMAKE_CFLAGS_RELEASE    += -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
    27 QMAKE_CXXFLAGS_RELEASE  += -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
    28 
    29 # Work round PowerVR SGX 1.3 driver bug with glScissor & FBOs:
    30 DEFINES += QT_GL_NO_SCISSOR_TEST
    31 
    32 # Work round SGX 1.4 driver bug (text corrupted), modify glyph cache width:
    33 DEFINES += QT_DEFAULT_TEXTURE_GLYPH_CACHE_WIDTH=1024
     24QMAKE_CFLAGS_RELEASE    += -g -Wno-psabi
     25QMAKE_CXXFLAGS_RELEASE  += -g -Wno-psabi
    3426
    3527load(qt_config)
  • trunk/mkspecs/linux-g++-maemo/qplatformdefs.h

    r769 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    4343
    4444#define QT_GUI_DOUBLE_CLICK_RADIUS 20
     45#define QT_GUI_DRAG_DISTANCE 16
Note: See TracChangeset for help on using the changeset viewer.