Changeset 846 for trunk/mkspecs/linux-g++-maemo
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 3 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/mkspecs/linux-g++-maemo/qmake.conf
r651 r846 4 4 5 5 MAKEFILE_GENERATOR = UNIX 6 TARGET_PLATFORM = unix 6 7 TEMPLATE = app 7 8 CONFIG += qt warn_on release incremental link_prl … … 13 14 include(../common/linux.conf) 14 15 15 # Work round scratchbox not having standard paths in it's default search path16 QMAKE_LFLAGS += -Wl,-rpath-link=/lib17 QMAKE_LFLAGS += -Wl,-rpath-link=/usr/lib18 16 19 17 # Override the default lib/include directories for scratchbox: … … 24 22 25 23 # 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 24 QMAKE_CFLAGS_RELEASE += -g -Wno-psabi 25 QMAKE_CXXFLAGS_RELEASE += -g -Wno-psabi 34 26 35 27 load(qt_config) -
trunk/mkspecs/linux-g++-maemo/qplatformdefs.h
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 43 43 44 44 #define QT_GUI_DOUBLE_CLICK_RADIUS 20 45 #define QT_GUI_DRAG_DISTANCE 16
Note:
See TracChangeset
for help on using the changeset viewer.