Changeset 561 for trunk/mkspecs


Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 deleted
146 edited
96 copied

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/mkspecs/aix-g++-64/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    110110#define QT_FGETPOS              ::fgetpos64
    111111#define QT_FSETPOS              ::fsetpos64
     112#define QT_MMAP                 ::mmap64
    112113#define QT_FPOS_T               fpos64_t
    113114#define QT_OFF_T                off64_t
     
    118119#define QT_FGETPOS              ::fgetpos
    119120#define QT_FSETPOS              ::fsetpos
     121#define QT_MMAP                 ::mmap
    120122#define QT_FPOS_T               fpos_t
    121123#define QT_OFF_T                long
  • trunk/mkspecs/aix-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    110110#define QT_FGETPOS              ::fgetpos64
    111111#define QT_FSETPOS              ::fsetpos64
     112#define QT_MMAP                 ::mmap64
    112113#define QT_FPOS_T               fpos64_t
    113114#define QT_OFF_T                off64_t
     
    118119#define QT_FGETPOS              ::fgetpos
    119120#define QT_FSETPOS              ::fsetpos
     121#define QT_MMAP                 ::mmap
    120122#define QT_FPOS_T               fpos_t
    121123#define QT_OFF_T                long
  • trunk/mkspecs/aix-xlc-64/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    106106#define QT_FGETPOS              ::fgetpos64
    107107#define QT_FSETPOS              ::fsetpos64
     108#define QT_MMAP                 ::mmap64
    108109#define QT_FPOS_T               fpos64_t
    109110#define QT_OFF_T                off64_t
     
    114115#define QT_FGETPOS              ::fgetpos
    115116#define QT_FSETPOS              ::fsetpos
     117#define QT_MMAP                 ::mmap
    116118#define QT_FPOS_T               fpos_t
    117119#define QT_OFF_T                long
  • trunk/mkspecs/aix-xlc/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    106106#define QT_FGETPOS              ::fgetpos64
    107107#define QT_FSETPOS              ::fsetpos64
     108#define QT_MMAP                 ::mmap64
    108109#define QT_FPOS_T               fpos64_t
    109110#define QT_OFF_T                off64_t
     
    114115#define QT_FGETPOS              ::fgetpos
    115116#define QT_FSETPOS              ::fsetpos
     117#define QT_MMAP                 ::mmap
    116118#define QT_FPOS_T               fpos_t
    117119#define QT_OFF_T                long
  • trunk/mkspecs/common/linux.conf

    r2 r561  
    1414QMAKE_INCDIR_OPENGL   = /usr/X11R6/include
    1515QMAKE_LIBDIR_OPENGL   = /usr/X11R6/lib
     16QMAKE_INCDIR_OPENGL_ES1 = $$QMAKE_INCDIR_OPENGL
     17QMAKE_LIBDIR_OPENGL_ES1 = $$QMAKE_LIBDIR_OPENGL
     18QMAKE_INCDIR_OPENGL_ES1CL = $$QMAKE_INCDIR_OPENGL
     19QMAKE_LIBDIR_OPENGL_ES1CL = $$QMAKE_LIBDIR_OPENGL
     20QMAKE_INCDIR_OPENGL_ES2 = $$QMAKE_INCDIR_OPENGL
     21QMAKE_LIBDIR_OPENGL_ES2 = $$QMAKE_LIBDIR_OPENGL
     22QMAKE_INCDIR_EGL      =
     23QMAKE_LIBDIR_EGL      =
     24QMAKE_INCDIR_OPENVG   =
     25QMAKE_LIBDIR_OPENVG   =
    1626
    1727QMAKE_LIBS            =
     
    2030QMAKE_LIBS_X11SM      = -lSM -lICE
    2131QMAKE_LIBS_NIS        = -lnsl
     32QMAKE_LIBS_EGL        = -lEGL
    2233QMAKE_LIBS_OPENGL     = -lGLU -lGL
    2334QMAKE_LIBS_OPENGL_QT  = -lGL
     35QMAKE_LIBS_OPENGL_ES1 = -lGLES_CM
     36QMAKE_LIBS_OPENGL_ES1CL = -lGLES_CL
     37QMAKE_LIBS_OPENGL_ES2 = -lGLESv2
     38QMAKE_LIBS_OPENVG     = -lOpenVG
    2439QMAKE_LIBS_THREAD     = -lpthread
    2540
  • trunk/mkspecs/common/mac-g++.conf

    r2 r561  
    1010QMAKE_CFLAGS_WARN_ON    += -Wall -W
    1111QMAKE_CFLAGS_WARN_OFF   += -w
    12 QMAKE_CFLAGS_RELEASE    += -Os
     12QMAKE_CFLAGS_RELEASE    += -O2
    1313QMAKE_CFLAGS_DEBUG      += -g
    1414QMAKE_CFLAGS_SHLIB      += -fPIC
     
    4747QMAKE_CXXFLAGS_USE_PRECOMPILE = $$QMAKE_CFLAGS_USE_PRECOMPILE
    4848
    49 QMAKE_LINK               = g++
    50 QMAKE_LINK_SHLIB         = g++
    51 QMAKE_LINK_C             = gcc
    52 QMAKE_LINK_C_SHLIB       = gcc
     49QMAKE_LINK               = $$QMAKE_CXX
     50QMAKE_LINK_SHLIB         = $$QMAKE_CXX
     51QMAKE_LINK_C             = $$QMAKE_CC
     52QMAKE_LINK_C_SHLIB       = $$QMAKE_CC
    5353QMAKE_LFLAGS            += -headerpad_max_install_names
    5454QMAKE_LFLAGS_RELEASE    +=
     
    6666QMAKE_LFLAGS_VERSION    += -current_version$${LITERAL_WHITESPACE}
    6767QMAKE_LFLAGS_COMPAT_VERSION += -compatibility_version$${LITERAL_WHITESPACE}
     68# -all_load requred to make Objective-C categories work in static builds.
     69QMAKE_LFLAGS_STATIC_LIB += -all_load
    6870QMAKE_RPATH             +=
    6971
  • trunk/mkspecs/common/mac-llvm.conf

    r2 r561  
    4949QMAKE_CXXFLAGS_USE_PRECOMPILE = $$QMAKE_CFLAGS_USE_PRECOMPILE
    5050
    51 QMAKE_LINK               = llvm-g++
    52 QMAKE_LINK_SHLIB         = llvm-g++
     51QMAKE_LINK               = $$QMAKE_CXX
     52QMAKE_LINK_SHLIB         = $$QMAKE_CXX
    5353QMAKE_LFLAGS            += -headerpad_max_install_names
    5454QMAKE_LFLAGS_RELEASE    +=
  • trunk/mkspecs/common/mac.conf

    r2 r561  
    3939QMAKE_CHK_DIR_EXISTS    = test -d
    4040QMAKE_MKDIR             = mkdir -p
    41 # Need to enable the correct deployment target for Cocoa (should be 10.3 for Carbon).
    42 macx-icc: QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.4
    43 else: QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.3
     41QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.4 # overridden to 10.5 for Cocoa on the compiler command line
     42
    4443
    4544include(unix.conf)
  • trunk/mkspecs/cygwin-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    120120#define QT_FGETPOS              ::fgetpos
    121121#define QT_FSETPOS              ::fsetpos
     122#define QT_MMAP                 ::mmap
    122123#define QT_FPOS_T               fpos_t
    123124#define QT_OFF_T                long
  • trunk/mkspecs/darwin-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    8080#define QT_FGETPOS              ::fgetpos
    8181#define QT_FSETPOS              ::fsetpos
     82#define QT_MMAP                 ::mmap
    8283#define QT_FPOS_T               fpos_t
    8384#define QT_OFF_T                off_t
  • trunk/mkspecs/features/debug_and_release.prf

    r2 r561  
    1 !macx-xcode:addExclusiveBuilds(debug, Debug, release, Release)
     1!macx-xcode:!symbian:addExclusiveBuilds(debug, Debug, release, Release)
  • trunk/mkspecs/features/designer.prf

    r2 r561  
    1 QT += xml script
     1QT += xml
     2contains(QT_CONFIG, script): QT += script
    23qt:load(qt)
    34
  • trunk/mkspecs/features/mac/default_post.prf

    r2 r561  
    11load(default_post)
    22!no_objective_c:CONFIG += objective_c
     3
     4# Pick a suitable default architecture for qmake-based applications.
     5# If the Qt package contains one of x86 and x86_64, pick that one. If it
     6# contains both then use the compiler default. Make a similiar decision for
     7# PowerPC-based systems. Note that this logic assumes that Qt has been
     8# configured with an architecture that is usable on the system.
     9qt:!isEmpty(QT_CONFIG) {
     10    contains(QMAKE_HOST.arch, ppc) {
     11        !contains(QT_CONFIG, ppc64):contains(QT_CONFIG, ppc):CONFIG += ppc
     12        contains(QT_CONFIG, ppc64):!contains(QT_CONFIG, ppc):CONFIG += ppc64
     13    } else {
     14        !contains(QT_CONFIG, x86_64):contains(QT_CONFIG, x86):CONFIG += x86
     15        contains(QT_CONFIG, x86_64):!contains(QT_CONFIG, x86):CONFIG += x86_64
     16    }
     17}
  • trunk/mkspecs/features/mac/objective_c.prf

    r2 r561  
    11
    22isEmpty(QMAKE_OBJECTIVE_CC):QMAKE_OBJECTIVE_CC = $$QMAKE_CC
    3 isEmpty(QMAKE_OBJECTIVE_CFLAGS) { #bootstrap
    43    QMAKE_OBJECTIVE_CFLAGS = $$QMAKE_CFLAGS
    54    QMAKE_OBJECTIVE_CFLAGS_WARN_ON = $$QMAKE_CFLAGS_WARN_ON
     
    109    QMAKE_OBJECTIVE_CFLAGS_PPC = $$QMAKE_CFLAGS_PPC
    1110    QMAKE_OBJECTIVE_CFLAGS_HIDESYMS = $$QMAKE_CXXFLAGS_HIDESYMS
    12 }
     11
    1312OBJECTIVE_C_OBJECTS_DIR = $$OBJECTS_DIR
    1413isEmpty(OBJECTIVE_C_OBJECTS_DIR):OBJECTIVE_C_OBJECTS_DIR = .
  • trunk/mkspecs/features/moc.prf

    r94 r561  
    22#global defaults
    33isEmpty(QMAKE_MOC) {
    4     win32|os2:QMAKE_MOC = $$[QT_INSTALL_BINS]\moc.exe
     4    contains(QMAKE_HOST.os,Windows)|os2:QMAKE_MOC = $$[QT_INSTALL_BINS]\moc.exe
    55    else:QMAKE_MOC = $$[QT_INSTALL_BINS]/moc
    66}
     
    99isEmpty(QMAKE_EXT_CPP_MOC):QMAKE_EXT_CPP_MOC = .moc
    1010
    11 # This function on Windows puts the includes into a .inc file which moc will read, if the project
    12 # has more than 30 includes. We do this to overcome a command-line limit on Win < XP
    13 # Otherwise the function simply returns the normal command-line for moc. On OS/2
    14 # (where similar command line length restrictions apply) the function does a similar
    15 # substitiution using response files defined in mkspecs/os2-*/qmake.conf (which are
    16 # also used by the compiler andn other tools)
     11# On Windows, put the includes into a .inc file which moc will read, if the project
     12# has too many includes. We do this to overcome a command-line limit on Win < XP
     13INCLUDETEMP=
     14WIN_INCLUDETEMP=
     15win32:count($$list($$INCPATH), 40, >) {
     16    INCLUDETEMP = $$MOC_DIR/mocinclude.tmp
     17
     18    WIN_INCLUDETEMP=$$INCLUDETEMP
     19
     20    EOC = $$escape_expand(\n\t)
     21
     22    if(contains(TEMPLATE, "vc.*")|contains(TEMPLATE_PREFIX, "vc")) {
     23        # the VCPROJ generator will replace the \r\h with the coded \r\n: &#x0d;&#x0a;
     24        # No other generator understands the \h
     25        if(win32-msvc.net|win32-msvc2*|wince*msvc*): EOC = $$escape_expand(\r\h)
     26        else: EOC = $$escape_expand(\\)$$escape_expand(\n\t)
     27    }
     28
     29    unset(INCFILELIST)
     30    RET =
     31    for(incfile, $$list($$INCPATH)) {
     32        INCFILELIST = -I$$incfile
     33        isEmpty(RET): RET += @echo $$INCFILELIST> $$WIN_INCLUDETEMP $$EOC
     34        else:         RET += @echo $$INCFILELIST>> $$WIN_INCLUDETEMP $$EOC
     35    }
     36    !isEmpty(INCFILELIST):RET += @echo $$INCFILELIST>> $$WIN_INCLUDETEMP $$EOC
     37
     38    build_pass|isEmpty(BUILDS) {
     39        mocinclude.target = $$INCLUDETEMP
     40        mocinclude.commands = $$RET
     41        QMAKE_EXTRA_TARGETS += mocinclude
     42    }
     43}
     44
    1745defineReplace(mocCmd) {
    18     win32:count($$list($$INCPATH), 40, >) {
    19         EOC = $$escape_expand(\n\t)
    20 
     46    !isEmpty(WIN_INCLUDETEMP) {
     47        RET =
    2148        if(contains(TEMPLATE, "vc.*")|contains(TEMPLATE_PREFIX, "vc")) {
    22             # the VCPROJ generator will replace the \r\h with the coded \r\n: &#x0d;&#x0a;
    23             # No other generator understands the \h
    24             if(win32-msvc.net|win32-msvc2*|wince*msvc*): EOC = $$escape_expand(\r\h)
    25             else: EOC = $$escape_expand(\\)$$escape_expand(\n\t)
     49            RET += $$mocinclude.commands
    2650        }
    27 
    28         INCLUDETEMP = mocinclude.tmp
    29         unset(INCFILELIST)
    30         RET =
    31         for(incfile, $$list($$INCPATH)) {
    32             INCFILELIST = -I$$incfile
    33             isEmpty(RET): RET += @echo $$INCFILELIST> $$INCLUDETEMP $$EOC
    34             else:         RET += @echo $$INCFILELIST>> $$INCLUDETEMP $$EOC
    35         }
    36         !isEmpty(INCFILELIST):RET += @echo $$INCFILELIST>> $$INCLUDETEMP $$EOC
    37         RET += $$QMAKE_MOC $(DEFINES) @$$INCLUDETEMP $$join(QMAKE_COMPILER_DEFINES, " -D", -D) $$1 -o $$2
     51        RET += $$QMAKE_MOC $(DEFINES) @$$WIN_INCLUDETEMP $$join(QMAKE_COMPILER_DEFINES, " -D", -D) $$1 -o $$2
    3852        return($$RET)
    3953    }
     54    # On OS/2, command line length restrictions similar to Windows apply, but we use
     55    # response files defined in mkspecs/os2-*/qmake.conf (also used by the compiler
     56    # and other tools)
    4057    os2 {
    4158        isEmpty(QMAKE_INCPATH_RSP_VAR):I = $(INCPATH)
     
    5774moc_header.variable_out = SOURCES
    5875moc_header.name = MOC ${QMAKE_FILE_IN}
     76if(!contains(TEMPLATE, "vc.*"):!contains(TEMPLATE_PREFIX, "vc")) {
     77        !isEmpty(INCLUDETEMP):moc_header.depends += $$INCLUDETEMP
     78}
    5979silent:moc_header.commands = @echo moc ${QMAKE_FILE_IN} && $$moc_header.commands
    6080QMAKE_EXTRA_COMPILERS += moc_header
     
    6888moc_source.input = SOURCES OBJECTIVE_SOURCES
    6989moc_source.name = MOC ${QMAKE_FILE_IN}
     90if(!contains(TEMPLATE, "vc.*"):!contains(TEMPLATE_PREFIX, "vc")) {
     91        !isEmpty(INCLUDETEMP):moc_source.depends += $$INCLUDETEMP
     92}
    7093silent:moc_source.commands = @echo moc ${QMAKE_FILE_IN} && $$moc_source.commands
    7194QMAKE_EXTRA_COMPILERS += moc_source
     
    7497#make sure we can include these files
    7598moc_dir_short = $$MOC_DIR
    76 win32:moc_dir_short ~= s,^.:,/,
     99contains(QMAKE_HOST.os,Windows):moc_dir_short ~= s,^.:,/,
    77100contains(moc_dir_short, ^[/\\\\].*):INCLUDEPATH += $$MOC_DIR
    78101else:INCLUDEPATH += $$OUT_PWD/$$MOC_DIR
  • trunk/mkspecs/features/qt.prf

    r96 r561  
    3737
    3838# As order does matter for static libs, we reorder the QT variable here
    39 TMPLIBS = webkit phonon dbus testlib script scripttools svg qt3support sql xmlpatterns xml opengl gui network core
     39TMPLIBS = declarative webkit phonon multimedia dbus testlib script scripttools svg qt3support sql xmlpatterns xml egl opengl openvg gui network core
    4040for(QTLIB, $$list($$TMPLIBS)) {
    4141   contains(QT, $$QTLIB): QT_ORDERED += $$QTLIB
     
    119119            DEPLOYMENT *= qt_additional_plugin_$${QTPLUG}
    120120        }
     121        isEqual(QT_CURRENT_VERIFY, DEPLOYMENT_PLUGIN):shared:symbian: {
     122            QT_ITEM = $${QTPLUG}.dll
     123
     124            eval(qt_additional_plugin_$${QTPLUG}.sources = $${QT_ITEM})
     125            eval(qt_additional_plugin_$${QTPLUG}.path = $${QT_PLUGINPATH})
     126
     127            DEPLOYMENT *= qt_additional_plugin_$${QTPLUG}
     128        }
    121129    }
    122130}
     
    141149   else:isEqual(QTLIB, xmlpatterns):qlib = QtXmlPatterns
    142150   else:isEqual(QTLIB, opengl):qlib = QtOpenGL
     151   else:isEqual(QTLIB, openvg):qlib = QtOpenVG
    143152   else:isEqual(QTLIB, sql):qlib = QtSql
    144153   else:isEqual(QTLIB, core):qlib = QtCore
     
    150159   else:isEqual(QTLIB, testlib):qlib = QtTest
    151160   else:isEqual(QTLIB, dbus):qlib = QtDBus
    152    else:isEqual(QTLIB, phonon):qlib = phonon
    153    else:isEqual(QTLIB, webkit):qlib = QtWebKit
     161   else:isEqual(QTLIB, phonon) {
     162       qlib = phonon
     163
     164       # The Helix backend requires this. Since we can't let a plugin set it,
     165       # we bump the values for all Symbian Phonon plugins.
     166       symbian:isEmpty(TARGET.EPOCHEAPSIZE):TARGET.EPOCHEAPSIZE = 0x040000 0x1600000
     167
     168   } else:isEqual(QTLIB, webkit):qlib = QtWebKit
     169   else:isEqual(QTLIB, declarative):qlib = QtDeclarative
     170   else:isEqual(QTLIB, multimedia):qlib = QtMultimedia
    154171   else:message("Unknown QT: $$QTLIB"):qlib =
    155172   !isEmpty(qlib) {
     
    159176         DEFINES *= $$upper(QT_$${QTLIB}_LIB)
    160177         isEqual(QTLIB, opengl):CONFIG += opengl
     178         isEqual(QTLIB, openvg):CONFIG += openvg
    161179         isEqual(QTLIB, qt3support):DEFINES *= QT3_SUPPORT
    162180         isEqual(QTLIB, testlib):CONFIG += console
  • trunk/mkspecs/features/qt_config.prf

    r2 r561  
    55   else:exists($$[QT_INSTALL_DATA]/mkspecs/qconfig.pri):QMAKE_QT_CONFIG = $$[QT_INSTALL_DATA]/mkspecs/qconfig.pri
    66}
    7 !exists($$QMAKE_QT_CONFIG)|!include($$QMAKE_QT_CONFIG) {
     7!exists($$QMAKE_QT_CONFIG)|!include($$QMAKE_QT_CONFIG, "", true) {
    88   debug(1, "Cannot load qconfig.pri!")
    99} else {
  • trunk/mkspecs/features/qt_functions.prf

    r96 r561  
    4646       }
    4747    }
     48    symbian {
     49        isEqual(LIB_NAME, QtGui) {
     50            # Needed for #include <QtGui> because qs60mainapplication.h includes aknapp.h
     51            INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE
     52        }
     53        isEqual(LIB_NAME, QtWebKit) {
     54            # Needed for #include <QtXmlPatterns/QtXmlPatterns> because relative inclusion problem in toolchain
     55            INCLUDEPATH *= $$QMAKE_INCDIR_QT/QtXmlPatterns
     56        }
     57        isEqual(LIB_NAME, QtXmlPatterns) {
     58            # Needed for #include <QtXmlPatterns/QtXmlPatterns> because relative inclusion problem in toolchain
     59            INCLUDEPATH *= $$QMAKE_INCDIR_QT/QtNetwork
     60        }
     61    }
    4862    isEmpty(LINKAGE) {
    49        CONFIG(debug, debug|release) {
     63       if(!debug_and_release|build_pass):CONFIG(debug, debug|release) {
    5064           win32|os2:LINKAGE = -l$${LIB_NAME}$${QT_LIBINFIX}d
    5165           mac:LINKAGE = -l$${LIB_NAME}$${QT_LIBINFIX}_debug
  • trunk/mkspecs/features/silent.prf

    r2 r561  
    22    QMAKE_CC = @echo compiling $< && $$QMAKE_CC
    33    QMAKE_CXX = @echo compiling $< && $$QMAKE_CXX
    4     QMAKE_LINK = @echo linking $@ && $$QMAKE_LINK
     4    !contains(QMAKE_LINK, "@:"):QMAKE_LINK = @echo linking $@ && $$QMAKE_LINK
    55    QMAKE_LINK_SHLIB = @echo linking $@ && $$QMAKE_LINK_SHLIB
    66}
  • trunk/mkspecs/features/static.prf

    r2 r561  
    77    }
    88}
     9
     10mac {
     11    QMAKE_LFLAGS += $$QMAKE_LFLAGS_STATIC_LIB
     12}
     13
     14symbian {
     15    # we don't care about exports from static libraries, as they don't end up in DEF files
     16    MMP_RULES -= $$MMP_RULES_DONT_EXPORT_ALL_CLASS_IMPEDIMENTA
     17}
     18
    919!static_and_shared:fix_output_dirs:fixExclusiveOutputDirs(static, shared)
  • trunk/mkspecs/features/uic.prf

    r2 r561  
    11
    22isEmpty(QMAKE_UIC3) {
    3     win32:QMAKE_UIC3 = $$[QT_INSTALL_BINS]\uic3.exe
     3    contains(QMAKE_HOST.os,Windows):QMAKE_UIC3 = $$[QT_INSTALL_BINS]\uic3.exe
    44    else:QMAKE_UIC3 = $$[QT_INSTALL_BINS]/uic3
    55}
    66
    77isEmpty(QMAKE_UIC) {
    8    win32:QMAKE_UIC = $$[QT_INSTALL_BINS]\uic.exe
     8   contains(QMAKE_HOST.os,Windows):QMAKE_UIC = $$[QT_INSTALL_BINS]\uic.exe
    99   else:QMAKE_UIC = $$[QT_INSTALL_BINS]/uic
    1010}
     
    3535}
    3636
    37 ui_dir_short = $$UI_HEADERS_DIR
    38 win32:ui_dir_short ~= s,^.:,/,
    39 contains(ui_dir_short, ^[/\\\\].*):INCLUDEPATH += $$UI_HEADERS_DIR
    40 else:INCLUDEPATH += $$OUT_PWD/$$UI_HEADERS_DIR
     37!isEmpty(FORMS)|!isEmpty(FORMS3) {
     38    ui_dir_short = $$UI_HEADERS_DIR
     39    contains(QMAKE_HOST.os,Windows):ui_dir_short ~= s,^.:,/,
     40    contains(ui_dir_short, ^[/\\\\].*):INCLUDEPATH += $$UI_HEADERS_DIR
     41    else:INCLUDEPATH += $$OUT_PWD/$$UI_HEADERS_DIR
     42}
    4143
    4244# Backwards compatibility: Make shadow builds with default UI_DIR work
     
    5052    isEmpty(FORMS3) {
    5153        UIC3_FORMS = FORMS
    52         !build_pass:message("Project contains CONFIG+=uic3, but no files in FORMS3; .ui files in FORMS treated as UIC3 form files.")
     54        !build_pass:message("Project contains CONFIG+=uic3, but no files in FORMS3; UI files in FORMS treated as UIC3 form files.")
    5355    } else {
    5456        UIC3_FORMS = FORMS3
  • trunk/mkspecs/features/uitools.prf

    r96 r561  
    33
    44# Include the correct version of the UiLoader library
    5 QTUITOOLS_LINKAGE = -lQtUiTools
     5symbian: QTUITOOLS_LINKAGE = -lQtUiTools.lib
     6else: QTUITOOLS_LINKAGE = -lQtUiTools
     7
    68CONFIG(debug, debug|release) {
    79    mac: QTUITOOLS_LINKAGE = -lQtUiTools_debug
  • trunk/mkspecs/features/unix/dylib.prf

    r2 r561  
    1 LIBS += $$QMAKE_LIBS_DYNLOAD
     1
  • trunk/mkspecs/features/unix/opengl.prf

    r2 r561  
    1 INCLUDEPATH += $$QMAKE_INCDIR_OPENGL
    2 !isEmpty(QMAKE_LIBDIR_OPENGL):QMAKE_LIBDIR += $$QMAKE_LIBDIR_OPENGL
    3 target_qt:LIBS += $$QMAKE_LIBS_OPENGL_QT
    4 else:LIBS += $$QMAKE_LIBS_OPENGL
     1contains(QT_CONFIG, opengles1) {
     2    INCLUDEPATH += $$QMAKE_INCDIR_OPENGL_ES1
     3    !isEmpty(QMAKE_LIBDIR_OPENGL_ES1):QMAKE_LIBDIR += $$QMAKE_LIBDIR_OPENGL_ES1
     4    target_qt:LIBS_PRIVATE += $$QMAKE_LIBS_OPENGL_ES1
     5    else:LIBS += $$QMAKE_LIBS_OPENGL_ES1
     6} else:contains(QT_CONFIG, opengles1cl) {
     7    INCLUDEPATH += $$QMAKE_INCDIR_OPENGL_ES1CL
     8    !isEmpty(QMAKE_LIBDIR_OPENGL_ES1CL):QMAKE_LIBDIR += $$QMAKE_LIBDIR_OPENGL_ES1CL
     9    target_qt:LIBS_PRIVATE += $$QMAKE_LIBS_OPENGL_ES1CL
     10    else:LIBS += $$QMAKE_LIBS_OPENGL_ES1CL
     11} else:contains(QT_CONFIG, opengles2) {
     12    INCLUDEPATH += $$QMAKE_INCDIR_OPENGL_ES2
     13    !isEmpty(QMAKE_LIBDIR_OPENGL_ES2):QMAKE_LIBDIR += $$QMAKE_LIBDIR_OPENGL_ES2
     14    target_qt:LIBS_PRIVATE += $$QMAKE_LIBS_OPENGL_ES2
     15    else:LIBS += $$QMAKE_LIBS_OPENGL_ES2
     16} else {
     17    INCLUDEPATH += $$QMAKE_INCDIR_OPENGL
     18    !isEmpty(QMAKE_LIBDIR_OPENGL):QMAKE_LIBDIR += $$QMAKE_LIBDIR_OPENGL
     19    target_qt:LIBS_PRIVATE += $$QMAKE_LIBS_OPENGL_QT
     20    else:LIBS += $$QMAKE_LIBS_OPENGL
     21}
     22
  • trunk/mkspecs/features/unix/separate_debug_info.prf

    r2 r561  
    11
    2 !staticlib:!static:!contains(TEMPLATE, subdirs):!isEmpty(QMAKE_OBJCOPY) {
     2!separate_debug_info_nocopy:!staticlib:!static:!contains(TEMPLATE, subdirs):!isEmpty(QMAKE_OBJCOPY) {
    33    QMAKE_SEPARATE_DEBUG_INFO = (test -z \"$(DESTDIR)\" || cd \"$(DESTDIR)\" ; targ=`basename $(TARGET)`; $$QMAKE_OBJCOPY --only-keep-debug \"\$\$targ\" \"\$\$targ.debug\" && $$QMAKE_OBJCOPY --strip-debug \"\$\$targ\" && $$QMAKE_OBJCOPY --add-gnu-debuglink=\"\$\$targ.debug\" \"\$\$targ\" && chmod -x \"\$\$targ.debug\" ) ;
    44    QMAKE_INSTALL_SEPARATE_DEBUG_INFO = test -z "$(DESTDIR)" || cd \"$(DESTDIR)\" ; $(INSTALL_FILE) `basename $(TARGET)`.debug $(INSTALL_ROOT)/\$\$target_path/
  • trunk/mkspecs/features/unix/x11lib.prf

    r2 r561  
    11!isEmpty(QMAKE_LIBDIR_X11):QMAKE_LIBDIR += $$QMAKE_LIBDIR_X11
    2 LIBS += $$QMAKE_LIBS_X11
     2LIBS_PRIVATE += $$QMAKE_LIBS_X11
  • trunk/mkspecs/features/unix/x11sm.prf

    r2 r561  
    11!isEmpty(QMAKE_LIBDIR_X11):QMAKE_LIBDIR += $$QMAKE_LIBDIR_X11
    2 LIBS += $$QMAKE_LIBS_X11SM
     2LIBS_PRIVATE += $$QMAKE_LIBS_X11SM
  • trunk/mkspecs/features/win32/embed_manifest_dll.prf

    r2 r561  
     1MANIFEST_DIR = $$OBJECTS_DIR
     2isEmpty(MANIFEST_DIR):MANIFEST_DIR = .
    13!if(plugin:no_plugin_manifest):if(win32-msvc2005|win32-msvc2008):!static:!equals(TEMPLATE_PREFIX, "vc"):equals(TEMPLATE, "lib") {
    24    NOPATH_TARGET = $$TARGET
     
    46    NOPATH_TARGET ~= s,\\,/,g       # Change to single type separators
    57    NOPATH_TARGET ~= s,^(.*/)+,,    # Remove all paths
    6     QMAKE_LFLAGS += /MANIFEST $$quote(/MANIFESTFILE:\"$${OBJECTS_DIR}\\$${NOPATH_TARGET}.intermediate.manifest\")
     8    QMAKE_LFLAGS += /MANIFEST $$quote(/MANIFESTFILE:\"$${MANIFEST_DIR}\\$${NOPATH_TARGET}.intermediate.manifest\")
    79    QMAKE_PREV_POST_LINK = $$QMAKE_POST_LINK
    8     QMAKE_POST_LINK = $$quote(mt.exe -nologo -manifest \"$$replace(OBJECTS_DIR,/,\\)\\$${NOPATH_TARGET}.intermediate.manifest\" -outputresource:$(DESTDIR_TARGET);2$$escape_expand(\n\t))
     10    QMAKE_POST_LINK = $$quote(mt.exe -nologo -manifest \"$$replace(MANIFEST_DIR,/,\\)\\$${NOPATH_TARGET}.intermediate.manifest\" -outputresource:$(DESTDIR_TARGET);2$$escape_expand(\n\t))
    911    QMAKE_POST_LINK += $$QMAKE_PREV_POST_LINK
    10     QMAKE_CLEAN += \"$$replace(OBJECTS_DIR,/,\\)\\$${NOPATH_TARGET}.intermediate.manifest\"
     12    QMAKE_CLEAN += \"$$replace(MANIFEST_DIR,/,\\)\\$${NOPATH_TARGET}.intermediate.manifest\"
    1113}
  • trunk/mkspecs/features/win32/embed_manifest_exe.prf

    r2 r561  
     1MANIFEST_DIR = $$OBJECTS_DIR
     2isEmpty(MANIFEST_DIR):MANIFEST_DIR = .
    13if(win32-msvc2005|win32-msvc2008):!equals(TEMPLATE_PREFIX, "vc"):equals(TEMPLATE, "app") {
    24    NOPATH_TARGET = $$TARGET
     
    46    NOPATH_TARGET ~= s,\\,/,g       # Change to single type separators
    57    NOPATH_TARGET ~= s,^(.*/)+,,    # Remove all paths
    6     QMAKE_LFLAGS += /MANIFEST $$quote(/MANIFESTFILE:\"$${OBJECTS_DIR}\\$${NOPATH_TARGET}.intermediate.manifest\")
     8    QMAKE_LFLAGS += /MANIFEST $$quote(/MANIFESTFILE:\"$${MANIFEST_DIR}\\$${NOPATH_TARGET}.intermediate.manifest\")
    79    QMAKE_PREV_POST_LINK = $$QMAKE_POST_LINK
    8     QMAKE_POST_LINK = $$quote(mt.exe -nologo -manifest \"$$replace(OBJECTS_DIR,/,\\)\\$${NOPATH_TARGET}.intermediate.manifest\" -outputresource:$(DESTDIR_TARGET);1$$escape_expand(\n\t))
     10    QMAKE_POST_LINK = $$quote(mt.exe -nologo -manifest \"$$replace(MANIFEST_DIR,/,\\)\\$${NOPATH_TARGET}.intermediate.manifest\" -outputresource:$(DESTDIR_TARGET);1$$escape_expand(\n\t))
    911    QMAKE_POST_LINK += $$QMAKE_PREV_POST_LINK
    10     QMAKE_CLEAN += \"$$replace(OBJECTS_DIR,/,\\)\\$${NOPATH_TARGET}.intermediate.manifest\"
     12    QMAKE_CLEAN += \"$$replace(MANIFEST_DIR,/,\\)\\$${NOPATH_TARGET}.intermediate.manifest\"
    1113}
  • trunk/mkspecs/features/win32/opengl.prf

    r2 r561  
    1 QMAKE_LIBS += $$QMAKE_LIBS_OPENGL
    2 QMAKE_LFLAGS += $$QMAKE_LFLAGS_OPENGL
     1# WinCE does not have a platform directory for .prf files, and the
     2# win32 directory is searched for .prfs by qmake on WinCE. Ideally
     3# there should be a features/wince/opengl.prf which contains the wince
     4# block below.
    35
     6wince* {
     7    include(../unix/opengl.prf)
     8} else {
     9    QMAKE_LIBS += $$QMAKE_LIBS_OPENGL
     10    QMAKE_LFLAGS += $$QMAKE_LFLAGS_OPENGL
     11}
  • trunk/mkspecs/features/win32/rtti_off.prf

    r2 r561  
    22QMAKE_CFLAGS += $$QMAKE_CFLAGS_RTTI_OFF
    33QMAKE_CXXFLAGS += $$QMAKE_CXXFLAGS_RTTI_OFF
     4DEFINES += QT_NO_DYNAMIC_CAST
  • trunk/mkspecs/features/win32/windows.prf

    r2 r561  
    77    qt:for(entryLib, $$list($$unique(QMAKE_LIBS_QT_ENTRY))) {
    88        isEqual(entryLib, -lqtmain): {
    9             CONFIG(debug, debug|release): QMAKE_LIBS += $${entryLib}d
    10             else: QMAKE_LIBS += $${entryLib}
     9            CONFIG(debug, debug|release): QMAKE_LIBS += $${entryLib}$${QT_LIBINFIX}d
     10            else: QMAKE_LIBS += $${entryLib}$${QT_LIBINFIX}
    1111        } else {
    1212            QMAKE_LIBS += $${entryLib}
  • trunk/mkspecs/freebsd-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    8282#define QT_FGETPOS              ::fgetpos
    8383#define QT_FSETPOS              ::fsetpos
     84#define QT_MMAP                 ::mmap
    8485#define QT_FPOS_T               fpos_t
    8586#define QT_OFF_T                off_t
  • trunk/mkspecs/freebsd-g++34/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/freebsd-g++40/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/freebsd-icc/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/hpux-acc-64/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    105105#define QT_FGETPOS              ::fgetpos64
    106106#define QT_FSETPOS              ::fsetpos64
     107#define QT_MMAP                 ::mmap64
    107108#define QT_FPOS_T               fpos64_t
    108109#define QT_OFF_T                off64_t
     
    113114#define QT_FGETPOS              ::fgetpos
    114115#define QT_FSETPOS              ::fsetpos
     116#define QT_MMAP                 ::mmap
    115117#define QT_FPOS_T               fpos_t
    116118#define QT_OFF_T                long
  • trunk/mkspecs/hpux-acc-o64/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    106106#define QT_FGETPOS              ::fgetpos64
    107107#define QT_FSETPOS              ::fsetpos64
     108#define QT_MMAP                 ::mmap64
    108109#define QT_FPOS_T               fpos64_t
    109110#define QT_OFF_T                off64_t
     
    114115#define QT_FGETPOS              ::fgetpos
    115116#define QT_FSETPOS              ::fsetpos
     117#define QT_MMAP                 ::mmap
    116118#define QT_FPOS_T               fpos_t
    117119#define QT_OFF_T                long
  • trunk/mkspecs/hpux-acc/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    108108#define QT_FGETPOS              ::fgetpos64
    109109#define QT_FSETPOS              ::fsetpos64
     110#define QT_MMAP                 ::mmap64
    110111#define QT_FPOS_T               fpos64_t
    111112#define QT_OFF_T                off64_t
     
    116117#define QT_FGETPOS              ::fgetpos
    117118#define QT_FSETPOS              ::fsetpos
     119#define QT_MMAP                 ::mmap
    118120#define QT_FPOS_T               fpos_t
    119121#define QT_OFF_T                long
  • trunk/mkspecs/hpux-g++-64/qmake.conf

    r2 r561  
    1616QMAKE_YACC              = yacc
    1717QMAKE_YACCFLAGS         = -d
    18 QMAKE_CFLAGS            = +DA2.0W
     18QMAKE_CFLAGS            =
    1919QMAKE_CFLAGS_DEPS       = -M
    2020QMAKE_CFLAGS_WARN_ON    = -Wall -W
     
    5252QMAKE_LINK_C            = gcc
    5353QMAKE_LINK_C_SHLIB      = gcc
    54 QMAKE_LFLAGS            = +DA2.0W -Wl,+s -lpthread
     54QMAKE_LFLAGS            = -Wl,+s -lpthread
    5555QMAKE_LFLAGS_RELEASE    =
    5656QMAKE_LFLAGS_DEBUG      =
  • trunk/mkspecs/hpux-g++-64/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    105105#define QT_FGETPOS              ::fgetpos64
    106106#define QT_FSETPOS              ::fsetpos64
     107#define QT_MMAP                 ::mmap64
    107108#define QT_FPOS_T               fpos64_t
    108109#define QT_OFF_T                off64_t
     
    113114#define QT_FGETPOS              ::fgetpos
    114115#define QT_FSETPOS              ::fsetpos
     116#define QT_MMAP                 ::mmap
    115117#define QT_FPOS_T               fpos_t
    116118#define QT_OFF_T                long
     
    144146#define QT_SIGNAL_IGNORE        SIG_IGN
    145147
    146 #define QT_SOCKLEN_T            int
     148#define QT_SOCKLEN_T            socklen_t
    147149
    148150
  • trunk/mkspecs/hpux-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    107107#define QT_FGETPOS              ::fgetpos64
    108108#define QT_FSETPOS              ::fsetpos64
     109#define QT_MMAP                 ::mmap64
    109110#define QT_FPOS_T               fpos64_t
    110111#define QT_OFF_T                off64_t
     
    115116#define QT_FGETPOS              ::fgetpos
    116117#define QT_FSETPOS              ::fsetpos
     118#define QT_MMAP                 ::mmap
    117119#define QT_FPOS_T               fpos_t
    118120#define QT_OFF_T                long
  • trunk/mkspecs/hpuxi-acc-32/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    106106#define QT_FGETPOS              ::fgetpos64
    107107#define QT_FSETPOS              ::fsetpos64
     108#define QT_MMAP                 ::mmap64
    108109#define QT_FPOS_T               fpos64_t
    109110#define QT_OFF_T                off64_t
     
    114115#define QT_FGETPOS              ::fgetpos
    115116#define QT_FSETPOS              ::fsetpos
     117#define QT_MMAP                 ::mmap
    116118#define QT_FPOS_T               fpos_t
    117119#define QT_OFF_T                long
  • trunk/mkspecs/hpuxi-acc-64/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    106106#define QT_FGETPOS              ::fgetpos64
    107107#define QT_FSETPOS              ::fsetpos64
     108#define QT_MMAP                 ::mmap64
    108109#define QT_FPOS_T               fpos64_t
    109110#define QT_OFF_T                off64_t
     
    114115#define QT_FGETPOS              ::fgetpos
    115116#define QT_FSETPOS              ::fsetpos
     117#define QT_MMAP                 ::mmap
    116118#define QT_FPOS_T               fpos_t
    117119#define QT_OFF_T                long
  • trunk/mkspecs/hpuxi-g++-64/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    105105#define QT_FGETPOS              ::fgetpos64
    106106#define QT_FSETPOS              ::fsetpos64
     107#define QT_MMAP                 ::mmap64
    107108#define QT_FPOS_T               fpos64_t
    108109#define QT_OFF_T                off64_t
     
    113114#define QT_FGETPOS              ::fgetpos
    114115#define QT_FSETPOS              ::fsetpos
     116#define QT_MMAP                 ::mmap
    115117#define QT_FPOS_T               fpos_t
    116118#define QT_OFF_T                long
  • trunk/mkspecs/hurd-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    8888#define QT_FGETPOS              ::fgetpos
    8989#define QT_FSETPOS              ::fsetpos
     90#define QT_MMAP                 ::mmap
    9091#define QT_FPOS_T               fpos_t
    9192#define QT_OFF_T                off_t
  • trunk/mkspecs/irix-cc-64/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    104104#define QT_FGETPOS              ::fgetpos64
    105105#define QT_FSETPOS              ::fsetpos64
     106#define QT_MMAP                 ::mmap64
    106107#define QT_FPOS_T               fpos64_t
    107108#define QT_OFF_T                off64_t
     
    112113#define QT_FGETPOS              ::fgetpos
    113114#define QT_FSETPOS              ::fsetpos
     115#define QT_MMAP                 ::mmap
    114116#define QT_FPOS_T               fpos_t
    115117#define QT_OFF_T                long
  • trunk/mkspecs/irix-cc/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    104104#define QT_FGETPOS              ::fgetpos64
    105105#define QT_FSETPOS              ::fsetpos64
     106#define QT_MMAP                 ::mmap64
    106107#define QT_FPOS_T               fpos64_t
    107108#define QT_OFF_T                off64_t
     
    112113#define QT_FGETPOS              ::fgetpos
    113114#define QT_FSETPOS              ::fsetpos
     115#define QT_MMAP                 ::mmap
    114116#define QT_FPOS_T               fpos_t
    115117#define QT_OFF_T                long
  • trunk/mkspecs/irix-g++-64/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/irix-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    104104#define QT_FGETPOS              ::fgetpos64
    105105#define QT_FSETPOS              ::fsetpos64
     106#define QT_MMAP                 ::mmap64
    106107#define QT_FPOS_T               fpos64_t
    107108#define QT_OFF_T                off64_t
     
    112113#define QT_FGETPOS              ::fgetpos
    113114#define QT_FSETPOS              ::fsetpos
     115#define QT_MMAP                 ::mmap
    114116#define QT_FPOS_T               fpos_t
    115117#define QT_OFF_T                long
  • trunk/mkspecs/linux-cxx/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    111111#define QT_FGETPOS              ::fgetpos64
    112112#define QT_FSETPOS              ::fsetpos64
     113#define QT_MMAP                 ::mmap64
    113114#define QT_FPOS_T               fpos64_t
    114115#define QT_OFF_T                off64_t
     
    119120#define QT_FGETPOS              ::fgetpos
    120121#define QT_FSETPOS              ::fsetpos
     122#define QT_MMAP                 ::mmap
    121123#define QT_FPOS_T               fpos_t
    122124#define QT_OFF_T                long
  • trunk/mkspecs/linux-ecc-64/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    111111#define QT_FGETPOS              ::fgetpos64
    112112#define QT_FSETPOS              ::fsetpos64
     113#define QT_MMAP                 ::mmap64
    113114#define QT_FPOS_T               fpos64_t
    114115#define QT_OFF_T                off64_t
     
    119120#define QT_FGETPOS              ::fgetpos
    120121#define QT_FSETPOS              ::fsetpos
     122#define QT_MMAP                 ::mmap
    121123#define QT_FPOS_T               fpos_t
    122124#define QT_OFF_T                long
  • trunk/mkspecs/linux-g++-32/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/linux-g++-64/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/linux-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    6868#include <pwd.h>
    6969#include <signal.h>
    70 #include <dlfcn.h>
    7170
    7271#include <sys/types.h>
     
    111110#define QT_FGETPOS              ::fgetpos64
    112111#define QT_FSETPOS              ::fsetpos64
     112#define QT_MMAP                 ::mmap64
    113113#define QT_FPOS_T               fpos64_t
    114114#define QT_OFF_T                off64_t
     
    119119#define QT_FGETPOS              ::fgetpos
    120120#define QT_FSETPOS              ::fsetpos
     121#define QT_MMAP                 ::mmap
    121122#define QT_FPOS_T               fpos_t
    122123#define QT_OFF_T                long
  • trunk/mkspecs/linux-icc-32/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/linux-icc-64/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/linux-icc/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/linux-kcc/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    114114#define QT_FGETPOS              ::fgetpos64
    115115#define QT_FSETPOS              ::fsetpos64
     116#define QT_MMAP                 ::mmap64
    116117#define QT_FPOS_T               fpos64_t
    117118#define QT_OFF_T                off64_t
     
    122123#define QT_FGETPOS              ::fgetpos
    123124#define QT_FSETPOS              ::fsetpos
     125#define QT_MMAP                 ::mmap
    124126#define QT_FPOS_T               fpos_t
    125127#define QT_OFF_T                long
  • trunk/mkspecs/linux-llvm/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    111111#define QT_FGETPOS              ::fgetpos64
    112112#define QT_FSETPOS              ::fsetpos64
     113#define QT_MMAP                 ::mmap64
    113114#define QT_FPOS_T               fpos64_t
    114115#define QT_OFF_T                off64_t
     
    119120#define QT_FGETPOS              ::fgetpos
    120121#define QT_FSETPOS              ::fsetpos
     122#define QT_MMAP                 ::mmap
    121123#define QT_FPOS_T               fpos_t
    122124#define QT_OFF_T                long
  • trunk/mkspecs/linux-lsb-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    115115#define QT_FGETPOS              ::fgetpos64
    116116#define QT_FSETPOS              ::fsetpos64
     117#define QT_MMAP                 ::mmap64
    117118#define QT_FPOS_T               fpos64_t
    118119#define QT_OFF_T                off64_t
     
    123124#define QT_FGETPOS              ::fgetpos
    124125#define QT_FSETPOS              ::fsetpos
     126#define QT_MMAP                 ::mmap
    125127#define QT_FPOS_T               fpos_t
    126128#define QT_OFF_T                long
  • trunk/mkspecs/linux-pgcc/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    111111#define QT_FGETPOS              ::fgetpos64
    112112#define QT_FSETPOS              ::fsetpos64
     113#define QT_MMAP                 ::mmap64
    113114#define QT_FPOS_T               fpos64_t
    114115#define QT_OFF_T                off64_t
     
    119120#define QT_FGETPOS              ::fgetpos
    120121#define QT_FSETPOS              ::fsetpos
     122#define QT_MMAP                 ::mmap
    121123#define QT_FPOS_T               fpos_t
    122124#define QT_OFF_T                long
  • trunk/mkspecs/lynxos-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    8181#define QT_FGETPOS              ::fgetpos
    8282#define QT_FSETPOS              ::fsetpos
     83#define QT_MMAP                 ::mmap
    8384#define QT_FPOS_T               fpos_t
    8485#define QT_OFF_T                off_t
  • trunk/mkspecs/macx-g++/qmake.conf

    r2 r561  
    1313QMAKE_INCREMENTAL_STYLE = sublib
    1414
    15 include(../common/mac-g++.conf)
    16 
    1715QMAKE_CC                 = gcc
    1816QMAKE_CXX                = g++
    1917
     18include(../common/mac-g++.conf)
     19
    2020load(qt_config)
  • trunk/mkspecs/macx-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    8181#define QT_FGETPOS              ::fgetpos
    8282#define QT_FSETPOS              ::fsetpos
     83#define QT_MMAP                 ::mmap
    8384#define QT_FPOS_T               fpos_t
    8485#define QT_OFF_T                off_t
  • trunk/mkspecs/macx-g++42/qmake.conf

    r2 r561  
    1313QMAKE_INCREMENTAL_STYLE = sublib
    1414
    15 include(../common/mac-g++.conf)
    16 
    17 
    1815QMAKE_CC         = gcc-4.2
    1916QMAKE_CXX        = g++-4.2
    2017
     18include(../common/mac-g++.conf)
     19
    2120load(qt_config)
  • trunk/mkspecs/macx-g++42/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    8181#define QT_FGETPOS              ::fgetpos
    8282#define QT_FSETPOS              ::fsetpos
     83#define QT_MMAP                 ::mmap
    8384#define QT_FPOS_T               fpos_t
    8485#define QT_OFF_T                off_t
  • trunk/mkspecs/macx-icc/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/macx-llvm/qmake.conf

    r2 r561  
    1515include(../common/mac-llvm.conf)
    1616
    17 QMAKE_OBJECTIVE_CC      = gcc
    18 
    1917load(qt_config)
  • trunk/mkspecs/macx-llvm/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    8181#define QT_FGETPOS              ::fgetpos
    8282#define QT_FSETPOS              ::fsetpos
     83#define QT_MMAP                 ::mmap
    8384#define QT_FPOS_T               fpos_t
    8485#define QT_OFF_T                off_t
  • trunk/mkspecs/macx-pbuilder/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    8181#define QT_FGETPOS              ::fgetpos
    8282#define QT_FSETPOS              ::fsetpos
     83#define QT_MMAP                 ::mmap
    8384#define QT_FPOS_T               fpos_t
    8485#define QT_OFF_T                off_t
  • trunk/mkspecs/macx-xcode/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    8181#define QT_FGETPOS              ::fgetpos
    8282#define QT_FSETPOS              ::fsetpos
     83#define QT_MMAP                 ::mmap
    8384#define QT_FPOS_T               fpos_t
    8485#define QT_OFF_T                off_t
  • trunk/mkspecs/macx-xlc/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    8181#define QT_FGETPOS              ::fgetpos
    8282#define QT_FSETPOS              ::fsetpos
     83#define QT_MMAP                 ::mmap
    8384#define QT_FPOS_T               fpos_t
    8485#define QT_OFF_T                off_t
  • trunk/mkspecs/netbsd-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    8181#define QT_FGETPOS              ::fgetpos
    8282#define QT_FSETPOS              ::fsetpos
     83#define QT_MMAP                 ::mmap
    8384#define QT_FPOS_T               fpos_t
    8485#define QT_OFF_T                off_t
  • trunk/mkspecs/openbsd-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    8282#define QT_FGETPOS              ::fgetpos
    8383#define QT_FSETPOS              ::fsetpos
     84#define QT_MMAP                 ::mmap
    8485#define QT_FPOS_T               fpos_t
    8586#define QT_OFF_T                off_t
  • trunk/mkspecs/qws/freebsd-generic-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/qws/linux-arm-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/qws/linux-armv6-g++/qplatformdefs.h

    r2 r561  
     1/****************************************************************************
     2**
     3** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
     6**
     7** This file is part of the qmake spec of the Qt Toolkit.
     8**
     9** $QT_BEGIN_LICENSE:LGPL$
     10** Commercial Usage
     11** Licensees holding valid Qt Commercial licenses may use this file in
     12** accordance with the Qt Commercial License Agreement provided with the
     13** Software or, alternatively, in accordance with the terms contained in
     14** a written agreement between you and Nokia.
     15**
     16** GNU Lesser General Public License Usage
     17** Alternatively, this file may be used under the terms of the GNU Lesser
     18** General Public License version 2.1 as published by the Free Software
     19** Foundation and appearing in the file LICENSE.LGPL included in the
     20** packaging of this file.  Please review the following information to
     21** ensure the GNU Lesser General Public License version 2.1 requirements
     22** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
     23**
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
     27**
     28** GNU General Public License Usage
     29** Alternatively, this file may be used under the terms of the GNU
     30** General Public License version 3.0 as published by the Free Software
     31** Foundation and appearing in the file LICENSE.GPL included in the
     32** packaging of this file.  Please review the following information to
     33** ensure the GNU General Public License version 3.0 requirements will be
     34** met: http://www.gnu.org/copyleft/gpl.html.
     35**
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
     38** $QT_END_LICENSE$
     39**
     40****************************************************************************/
     41
    142#include "../../linux-g++/qplatformdefs.h"
  • trunk/mkspecs/qws/linux-avr32-g++/qplatformdefs.h

    r2 r561  
     1/****************************************************************************
     2**
     3** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
     6**
     7** This file is part of the qmake spec of the Qt Toolkit.
     8**
     9** $QT_BEGIN_LICENSE:LGPL$
     10** Commercial Usage
     11** Licensees holding valid Qt Commercial licenses may use this file in
     12** accordance with the Qt Commercial License Agreement provided with the
     13** Software or, alternatively, in accordance with the terms contained in
     14** a written agreement between you and Nokia.
     15**
     16** GNU Lesser General Public License Usage
     17** Alternatively, this file may be used under the terms of the GNU Lesser
     18** General Public License version 2.1 as published by the Free Software
     19** Foundation and appearing in the file LICENSE.LGPL included in the
     20** packaging of this file.  Please review the following information to
     21** ensure the GNU Lesser General Public License version 2.1 requirements
     22** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
     23**
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
     27**
     28** GNU General Public License Usage
     29** Alternatively, this file may be used under the terms of the GNU
     30** General Public License version 3.0 as published by the Free Software
     31** Foundation and appearing in the file LICENSE.GPL included in the
     32** packaging of this file.  Please review the following information to
     33** ensure the GNU General Public License version 3.0 requirements will be
     34** met: http://www.gnu.org/copyleft/gpl.html.
     35**
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
     38** $QT_END_LICENSE$
     39**
     40****************************************************************************/
     41
    142#include "../../linux-g++/qplatformdefs.h"
  • trunk/mkspecs/qws/linux-cellon-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/qws/linux-dm7000-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/qws/linux-dm800-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/qws/linux-generic-g++-32/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/qws/linux-generic-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/qws/linux-ipaq-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/qws/linux-lsb-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/qws/linux-mips-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/qws/linux-sh-g++/qplatformdefs.h

    r2 r561  
     1/****************************************************************************
     2**
     3** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
     6**
     7** This file is part of the qmake spec of the Qt Toolkit.
     8**
     9** $QT_BEGIN_LICENSE:LGPL$
     10** Commercial Usage
     11** Licensees holding valid Qt Commercial licenses may use this file in
     12** accordance with the Qt Commercial License Agreement provided with the
     13** Software or, alternatively, in accordance with the terms contained in
     14** a written agreement between you and Nokia.
     15**
     16** GNU Lesser General Public License Usage
     17** Alternatively, this file may be used under the terms of the GNU Lesser
     18** General Public License version 2.1 as published by the Free Software
     19** Foundation and appearing in the file LICENSE.LGPL included in the
     20** packaging of this file.  Please review the following information to
     21** ensure the GNU Lesser General Public License version 2.1 requirements
     22** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
     23**
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
     27**
     28** GNU General Public License Usage
     29** Alternatively, this file may be used under the terms of the GNU
     30** General Public License version 3.0 as published by the Free Software
     31** Foundation and appearing in the file LICENSE.GPL included in the
     32** packaging of this file.  Please review the following information to
     33** ensure the GNU General Public License version 3.0 requirements will be
     34** met: http://www.gnu.org/copyleft/gpl.html.
     35**
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
     38** $QT_END_LICENSE$
     39**
     40****************************************************************************/
     41
    142#include "../../linux-g++/qplatformdefs.h"
  • trunk/mkspecs/qws/linux-sh4al-g++/qplatformdefs.h

    r2 r561  
     1/****************************************************************************
     2**
     3** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
     6**
     7** This file is part of the qmake spec of the Qt Toolkit.
     8**
     9** $QT_BEGIN_LICENSE:LGPL$
     10** Commercial Usage
     11** Licensees holding valid Qt Commercial licenses may use this file in
     12** accordance with the Qt Commercial License Agreement provided with the
     13** Software or, alternatively, in accordance with the terms contained in
     14** a written agreement between you and Nokia.
     15**
     16** GNU Lesser General Public License Usage
     17** Alternatively, this file may be used under the terms of the GNU Lesser
     18** General Public License version 2.1 as published by the Free Software
     19** Foundation and appearing in the file LICENSE.LGPL included in the
     20** packaging of this file.  Please review the following information to
     21** ensure the GNU Lesser General Public License version 2.1 requirements
     22** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
     23**
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
     27**
     28** GNU General Public License Usage
     29** Alternatively, this file may be used under the terms of the GNU
     30** General Public License version 3.0 as published by the Free Software
     31** Foundation and appearing in the file LICENSE.GPL included in the
     32** packaging of this file.  Please review the following information to
     33** ensure the GNU General Public License version 3.0 requirements will be
     34** met: http://www.gnu.org/copyleft/gpl.html.
     35**
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
     38** $QT_END_LICENSE$
     39**
     40****************************************************************************/
     41
    142#include "../../linux-g++/qplatformdefs.h"
  • trunk/mkspecs/qws/linux-sharp-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/qws/linux-x86-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/qws/linux-x86_64-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/qws/linux-zylonite-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/qws/macx-generic-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/qws/solaris-generic-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/sco-cc/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    8282#define QT_FGETPOS              ::fgetpos
    8383#define QT_FSETPOS              ::fsetpos
     84#define QT_MMAP                 ::mmap
    8485#define QT_FPOS_T               fpos_t
    8586#define QT_OFF_T                off_t
  • trunk/mkspecs/sco-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    8686#define QT_FGETPOS              ::fgetpos
    8787#define QT_FSETPOS              ::fsetpos
     88#define QT_MMAP                 ::mmap
    8889#define QT_FPOS_T               fpos_t
    8990#define QT_OFF_T                off_t
  • trunk/mkspecs/solaris-cc-64/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    112112#define QT_FGETPOS              ::fgetpos64
    113113#define QT_FSETPOS              ::fsetpos64
     114#define QT_MMAP                 ::mmap64
    114115#define QT_FPOS_T               fpos64_t
    115116#define QT_OFF_T                off64_t
     
    120121#define QT_FGETPOS              ::fgetpos
    121122#define QT_FSETPOS              ::fsetpos
     123#define QT_MMAP                 ::mmap
    122124#define QT_FPOS_T               fpos_t
    123125#define QT_OFF_T                long
  • trunk/mkspecs/solaris-cc/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    120120#define QT_FGETPOS              ::fgetpos64
    121121#define QT_FSETPOS              ::fsetpos64
     122#define QT_MMAP                 ::mmap64
    122123#define QT_FPOS_T               fpos64_t
    123124#define QT_OFF_T                off64_t
     
    128129#define QT_FGETPOS              ::fgetpos
    129130#define QT_FSETPOS              ::fsetpos
     131#define QT_MMAP                 ::mmap
    130132#define QT_FPOS_T               fpos_t
    131133#define QT_OFF_T                long
  • trunk/mkspecs/solaris-g++-64/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    129129#define QT_FGETPOS              ::fgetpos64
    130130#define QT_FSETPOS              ::fsetpos64
     131#define QT_MMAP                 ::mmap64
    131132#define QT_FPOS_T               fpos64_t
    132133#define QT_OFF_T                off64_t
     
    137138#define QT_FGETPOS              ::fgetpos
    138139#define QT_FSETPOS              ::fsetpos
     140#define QT_MMAP                 ::mmap
    139141#define QT_FPOS_T               fpos_t
    140142#define QT_OFF_T                long
  • trunk/mkspecs/solaris-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    133133#define QT_FGETPOS              ::fgetpos64
    134134#define QT_FSETPOS              ::fsetpos64
     135#define QT_MMAP                 ::mmap64
    135136#define QT_FPOS_T               fpos64_t
    136137#define QT_OFF_T                off64_t
     
    141142#define QT_FGETPOS              ::fgetpos
    142143#define QT_FSETPOS              ::fsetpos
     144#define QT_MMAP                 ::mmap
    143145#define QT_FPOS_T               fpos_t
    144146#define QT_OFF_T                long
  • trunk/mkspecs/tru64-cxx/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    8484#define QT_FGETPOS              ::fgetpos
    8585#define QT_FSETPOS              ::fsetpos
     86#define QT_MMAP                 ::mmap
    8687#define QT_FPOS_T               fpos_t
    8788#define QT_OFF_T                off_t
  • trunk/mkspecs/tru64-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    8484#define QT_FGETPOS              ::fgetpos
    8585#define QT_FSETPOS              ::fsetpos
     86#define QT_MMAP                 ::mmap
    8687#define QT_FPOS_T               fpos_t
    8788#define QT_OFF_T                off_t
  • trunk/mkspecs/unixware-cc/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    8282#define QT_FGETPOS              ::fgetpos
    8383#define QT_FSETPOS              ::fsetpos
     84#define QT_MMAP                 ::mmap
    8485#define QT_FPOS_T               fpos_t
    8586#define QT_OFF_T                off_t
  • trunk/mkspecs/unixware-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    8282#define QT_FGETPOS              ::fgetpos
    8383#define QT_FSETPOS              ::fsetpos
     84#define QT_MMAP                 ::mmap
    8485#define QT_FPOS_T               fpos_t
    8586#define QT_OFF_T                off_t
  • trunk/mkspecs/win32-borland/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/win32-g++/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    6161#include <sys/stat.h>
    6262#include <stdlib.h>
    63 #include <windows.h>
     63#include <qt_windows.h>
    6464#include <limits.h>
    6565
  • trunk/mkspecs/win32-icc/qmake.conf

    r2 r561  
    1717QMAKE_YACC              = byacc
    1818QMAKE_YACCFLAGS         = -d
    19 QMAKE_CFLAGS            = -nologo -Zm200 /Qprec
     19QMAKE_CFLAGS            = -nologo -Zm200 /Qprec /Qwd1744,1738
    2020QMAKE_CFLAGS_WARN_ON    = -W3 /Qwd673
    2121QMAKE_CFLAGS_WARN_OFF   = -W0 /Qwd673
  • trunk/mkspecs/win32-icc/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/win32-msvc.net/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    116116#define QT_FOPEN                ::fopen
    117117#ifdef QT_LARGEFILE_SUPPORT
     118// 64-bit versions of fseek/ftell not always available. E.g., when linking
     119// dynamically to CRT (/MT)
    118120#define QT_FSEEK                ::fseek
    119 #define QT_FTELL                ::ftell
     121#define QT_FTELL                (QT_OFF_T)::ftell
    120122#else
    121123#define QT_FSEEK                ::fseek
  • trunk/mkspecs/win32-msvc/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/win32-msvc2002/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/win32-msvc2003/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/win32-msvc2005/qmake.conf

    r2 r561  
    2020QMAKE_CFLAGS_WARN_ON    = -W3
    2121QMAKE_CFLAGS_WARN_OFF   = -W0
    22 QMAKE_CFLAGS_RELEASE    = -O2 -MD -GL
     22QMAKE_CFLAGS_RELEASE    = -O2 -MD
    2323QMAKE_CFLAGS_DEBUG      = -Zi -MDd
    2424QMAKE_CFLAGS_YACC       =
     25QMAKE_CFLAGS_LTCG       = -GL
    2526
    2627QMAKE_CXX               = $$QMAKE_CC
     
    3132QMAKE_CXXFLAGS_DEBUG    = $$QMAKE_CFLAGS_DEBUG
    3233QMAKE_CXXFLAGS_YACC     = $$QMAKE_CFLAGS_YACC
     34QMAKE_CXXFLAGS_LTCG     = $$QMAKE_CFLAGS_LTCG
    3335QMAKE_CXXFLAGS_STL_ON   = -EHsc
    3436QMAKE_CXXFLAGS_STL_OFF  =
     
    5153QMAKE_LINK              = link
    5254QMAKE_LFLAGS            = /NOLOGO
    53 QMAKE_LFLAGS_RELEASE    = /INCREMENTAL:NO /LTCG
     55QMAKE_LFLAGS_RELEASE    = /INCREMENTAL:NO
    5456QMAKE_LFLAGS_DEBUG      = /DEBUG
    5557QMAKE_LFLAGS_CONSOLE    = /SUBSYSTEM:CONSOLE
    5658QMAKE_LFLAGS_WINDOWS    = /SUBSYSTEM:WINDOWS \"/MANIFESTDEPENDENCY:type=\'win32\' name=\'Microsoft.Windows.Common-Controls\' version=\'6.0.0.0\' publicKeyToken=\'6595b64144ccf1df\' language=\'*\' processorArchitecture=\'*\'\"
    5759QMAKE_LFLAGS_DLL        = /DLL
     60QMAKE_LFLAGS_LTCG       = /LTCG
    5861
    5962QMAKE_LIBS_CORE         = kernel32.lib user32.lib shell32.lib uuid.lib ole32.lib advapi32.lib ws2_32.lib
  • trunk/mkspecs/win32-msvc2005/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/win32-msvc2008/qmake.conf

    r2 r561  
    2020QMAKE_CFLAGS_WARN_ON    = -W3
    2121QMAKE_CFLAGS_WARN_OFF   = -W0
    22 QMAKE_CFLAGS_RELEASE    = -O2 -MD -GL
     22QMAKE_CFLAGS_RELEASE    = -O2 -MD
    2323QMAKE_CFLAGS_DEBUG      = -Zi -MDd
    2424QMAKE_CFLAGS_YACC       =
     25QMAKE_CFLAGS_LTCG       = -GL
    2526
    2627QMAKE_CXX               = $$QMAKE_CC
     
    3132QMAKE_CXXFLAGS_DEBUG    = $$QMAKE_CFLAGS_DEBUG
    3233QMAKE_CXXFLAGS_YACC     = $$QMAKE_CFLAGS_YACC
     34QMAKE_CXXFLAGS_LTCG     = $$QMAKE_CFLAGS_LTCG
    3335QMAKE_CXXFLAGS_STL_ON   = -EHsc
    3436QMAKE_CXXFLAGS_STL_OFF  =
     
    5153QMAKE_LINK              = link
    5254QMAKE_LFLAGS            = /NOLOGO
    53 QMAKE_LFLAGS_RELEASE    = /INCREMENTAL:NO /LTCG
     55QMAKE_LFLAGS_RELEASE    = /INCREMENTAL:NO
    5456QMAKE_LFLAGS_DEBUG      = /DEBUG
    5557QMAKE_LFLAGS_CONSOLE    = /SUBSYSTEM:CONSOLE
    5658QMAKE_LFLAGS_WINDOWS    = /SUBSYSTEM:WINDOWS \"/MANIFESTDEPENDENCY:type=\'win32\' name=\'Microsoft.Windows.Common-Controls\' version=\'6.0.0.0\' publicKeyToken=\'6595b64144ccf1df\' language=\'*\' processorArchitecture=\'*\'\"
    5759QMAKE_LFLAGS_DLL        = /DLL
     60QMAKE_LFLAGS_LTCG       = /LTCG
    5861
    5962QMAKE_LIBS_CORE         = kernel32.lib user32.lib shell32.lib uuid.lib ole32.lib advapi32.lib ws2_32.lib
  • trunk/mkspecs/win32-msvc2008/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
  • trunk/mkspecs/wince50standard-armv4i-msvc2005/qmake.conf

    r2 r561  
    44# Written for Microsoft VC2005.NET with Standard SDK for WindowsCE 5.0 (ARMV4I)
    55#
    6 include(../common/wince.conf)
     6include(../common/wince/qmake.conf)
    77
    88CE_SDK      = STANDARDSDK_500
  • trunk/mkspecs/wince50standard-armv4i-msvc2005/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
    4040****************************************************************************/
    4141
    42 #ifndef QPLATFORMDEFS_H
    43 #define QPLATFORMDEFS_H
     42#include "../common/wince/qplatformdefs.h"
    4443
    45 #ifdef UNICODE
    46 #ifndef _UNICODE
    47 #define _UNICODE
    48 #endif
    49 #endif
    50 
    51 // Get Qt defines/settings
    52 
    53 #include "qglobal.h"
    54 #include "qfunctions_wince.h"
    55 
    56 #define _POSIX_
    57 #include <limits.h>
    58 #undef _POSIX_
    59 
    60 #include <tchar.h>
    61 #include <stdio.h>
    62 #include <stdlib.h>
    63 #include <windows.h>
    64 
    65 #define Q_FS_FAT
    66 #ifdef QT_LARGEFILE_SUPPORT
    67 #define QT_STATBUF              struct _stati64         // non-ANSI defs
    68 #define QT_STATBUF4TSTAT        struct _stati64         // non-ANSI defs
    69 #define QT_STAT                 ::_stati64
    70 #define QT_FSTAT                ::_fstati64
    71 #else
    72 #define QT_STATBUF              struct stat             // non-ANSI defs
    73 #define QT_STATBUF4TSTAT        struct stat             // non-ANSI defs
    74 #define QT_STAT                 ::qt_wince_stat
    75 #define QT_FSTAT                ::qt_wince__fstat
    76 #endif
    77 #define QT_STAT_REG             _S_IFREG
    78 #define QT_STAT_DIR             _S_IFDIR
    79 #define QT_STAT_MASK            _S_IFMT
    80 #if defined(_S_IFLNK)
    81 #  define QT_STAT_LNK           _S_IFLNK
    82 #endif
    83 #define QT_FILENO               ::qt_wince___fileno
    84 #define QT_OPEN                 ::qt_wince_open
    85 #define QT_CLOSE                ::qt_wince__close
    86 #ifdef QT_LARGEFILE_SUPPORT
    87 #define QT_LSEEK                ::_lseeki64
    88 #define QT_TSTAT                ::_tstati64
    89 #else
    90 #define QT_LSEEK                ::qt_wince__lseek
    91 #define QT_TSTAT                ::_tstat
    92 #endif
    93 #define QT_READ                 ::qt_wince__read
    94 #define QT_WRITE                ::qt_wince__write
    95 #define QT_ACCESS               ::qt_wince__access
    96 #define QT_GETCWD               ::_getcwd
    97 #define QT_CHDIR                ::_chdir
    98 #define QT_MKDIR                ::qt_wince__mkdir
    99 #define QT_RMDIR                ::qt_wince__rmdir
    100 #define QT_OPEN_RDONLY          _O_RDONLY
    101 #define QT_OPEN_WRONLY          _O_WRONLY
    102 #define QT_OPEN_RDWR            _O_RDWR
    103 #define QT_OPEN_CREAT           _O_CREAT
    104 #define QT_OPEN_TRUNC           _O_TRUNC
    105 #define QT_OPEN_APPEND          _O_APPEND
    106 # define QT_OPEN_TEXT           _O_TEXT
    107 # define QT_OPEN_BINARY         _O_BINARY
    108 
    109 #define QT_FOPEN                ::fopen
    110 #define QT_FSEEK                ::fseek
    111 #define QT_FTELL                ::ftell
    112 #define QT_FGETPOS              ::fgetpos
    113 #define QT_FSETPOS              ::fsetpos
    114 #define QT_FPOS_T               fpos_t
    115 #define QT_OFF_T                long
    116 
    117 #define QT_SIGNAL_ARGS          int
    118 
    119 #define QT_VSNPRINTF(buffer, count, format, arg) \
    120     _vsnprintf(buffer, count, format, arg)
    121 
    122 #define QT_SNPRINTF             ::_snprintf
    123 
    124 # define F_OK   0
    125 # define X_OK   1
    126 # define W_OK   2
    127 # define R_OK   4
    128 
    129 typedef int mode_t;
    130 
    131 #endif // QPLATFORMDEFS_H
  • trunk/mkspecs/wince50standard-armv4i-msvc2008/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
    4040****************************************************************************/
    4141
    42 #include "../wince50standard-armv4i-msvc2005/qplatformdefs.h"
     42#include "../common/wince/qplatformdefs.h"
    4343
  • trunk/mkspecs/wince50standard-mipsii-msvc2005/qmake.conf

    r2 r561  
    44# Written for Microsoft VC2005.NET with Standard SDK for WindowsCE 5.0 (MIPSII)
    55#
    6 include(../common/wince.conf)
     6include(../common/wince/qmake.conf)
    77
    88CE_SDK      = STANDARDSDK_500
  • trunk/mkspecs/wince50standard-mipsii-msvc2005/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
    4040****************************************************************************/
    4141
    42 #ifndef QPLATFORMDEFS_H
    43 #define QPLATFORMDEFS_H
     42#include "../common/wince/qplatformdefs.h"
    4443
    45 #ifdef UNICODE
    46 #ifndef _UNICODE
    47 #define _UNICODE
    48 #endif
    49 #endif
    50 
    51 // Get Qt defines/settings
    52 
    53 #include "qglobal.h"
    54 #include "qfunctions_wince.h"
    55 
    56 #define _POSIX_
    57 #include <limits.h>
    58 #undef _POSIX_
    59 
    60 #include <tchar.h>
    61 #include <stdio.h>
    62 #include <stdlib.h>
    63 #include <windows.h>
    64 
    65 #define Q_FS_FAT
    66 #ifdef QT_LARGEFILE_SUPPORT
    67 #define QT_STATBUF              struct _stati64         // non-ANSI defs
    68 #define QT_STATBUF4TSTAT        struct _stati64         // non-ANSI defs
    69 #define QT_STAT                 ::_stati64
    70 #define QT_FSTAT                ::_fstati64
    71 #else
    72 #define QT_STATBUF              struct stat             // non-ANSI defs
    73 #define QT_STATBUF4TSTAT        struct stat             // non-ANSI defs
    74 #define QT_STAT                 ::qt_wince_stat
    75 #define QT_FSTAT                ::qt_wince__fstat
    76 #endif
    77 #define QT_STAT_REG             _S_IFREG
    78 #define QT_STAT_DIR             _S_IFDIR
    79 #define QT_STAT_MASK            _S_IFMT
    80 #if defined(_S_IFLNK)
    81 #  define QT_STAT_LNK           _S_IFLNK
    82 #endif
    83 #define QT_FILENO               ::qt_wince___fileno
    84 #define QT_OPEN                 ::qt_wince_open
    85 #define QT_CLOSE                ::qt_wince__close
    86 #ifdef QT_LARGEFILE_SUPPORT
    87 #define QT_LSEEK                ::_lseeki64
    88 #define QT_TSTAT                ::_tstati64
    89 #else
    90 #define QT_LSEEK                ::qt_wince__lseek
    91 #define QT_TSTAT                ::_tstat
    92 #endif
    93 #define QT_READ                 ::qt_wince__read
    94 #define QT_WRITE                ::qt_wince__write
    95 #define QT_ACCESS               ::qt_wince__access
    96 #define QT_GETCWD               ::_getcwd
    97 #define QT_CHDIR                ::_chdir
    98 #define QT_MKDIR                ::qt_wince__mkdir
    99 #define QT_RMDIR                ::qt_wince__rmdir
    100 #define QT_OPEN_RDONLY          _O_RDONLY
    101 #define QT_OPEN_WRONLY          _O_WRONLY
    102 #define QT_OPEN_RDWR            _O_RDWR
    103 #define QT_OPEN_CREAT           _O_CREAT
    104 #define QT_OPEN_TRUNC           _O_TRUNC
    105 #define QT_OPEN_APPEND          _O_APPEND
    106 # define QT_OPEN_TEXT           _O_TEXT
    107 # define QT_OPEN_BINARY         _O_BINARY
    108 
    109 #define QT_FOPEN                ::fopen
    110 #define QT_FSEEK                ::fseek
    111 #define QT_FTELL                ::ftell
    112 #define QT_FGETPOS              ::fgetpos
    113 #define QT_FSETPOS              ::fsetpos
    114 #define QT_FPOS_T               fpos_t
    115 #define QT_OFF_T                long
    116 
    117 #define QT_SIGNAL_ARGS          int
    118 
    119 #define QT_VSNPRINTF(buffer, count, format, arg) \
    120     _vsnprintf(buffer, count, format, arg)
    121 
    122 #define QT_SNPRINTF             ::_snprintf
    123 
    124 # define F_OK   0
    125 # define X_OK   1
    126 # define W_OK   2
    127 # define R_OK   4
    128 
    129 typedef int mode_t;
    130 
    131 #endif // QPLATFORMDEFS_H
  • trunk/mkspecs/wince50standard-mipsii-msvc2008/default_post.prf

    r2 r561  
    1 include(../wince50standard-mipsii-msvc2005/qmake.conf)
     1include(../wince50standard-mipsii-msvc2005/default_post.prf)
  • trunk/mkspecs/wince50standard-mipsii-msvc2008/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
    4040****************************************************************************/
    4141
    42 #include "../wince50standard-mipsii-msvc2005/qplatformdefs.h"
     42#include "../common/wince/qplatformdefs.h"
    4343
  • trunk/mkspecs/wince50standard-mipsiv-msvc2005/qmake.conf

    r2 r561  
    44# Written for Microsoft VC2005.NET with Standard SDK for WindowsCE 5.0 (MIPSIV)
    55#
    6 include(../common/wince.conf)
     6include(../common/wince/qmake.conf)
    77
    88CE_SDK      = STANDARDSDK_500
  • trunk/mkspecs/wince50standard-mipsiv-msvc2005/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
    4040****************************************************************************/
    4141
    42 #ifndef QPLATFORMDEFS_H
    43 #define QPLATFORMDEFS_H
     42#include "../common/wince/qplatformdefs.h"
    4443
    45 #ifdef UNICODE
    46 #ifndef _UNICODE
    47 #define _UNICODE
    48 #endif
    49 #endif
    50 
    51 // Get Qt defines/settings
    52 
    53 #include "qglobal.h"
    54 #include "qfunctions_wince.h"
    55 
    56 #define _POSIX_
    57 #include <limits.h>
    58 #undef _POSIX_
    59 
    60 #include <tchar.h>
    61 #include <stdio.h>
    62 #include <stdlib.h>
    63 #include <windows.h>
    64 
    65 #define Q_FS_FAT
    66 #ifdef QT_LARGEFILE_SUPPORT
    67 #define QT_STATBUF              struct _stati64         // non-ANSI defs
    68 #define QT_STATBUF4TSTAT        struct _stati64         // non-ANSI defs
    69 #define QT_STAT                 ::_stati64
    70 #define QT_FSTAT                ::_fstati64
    71 #else
    72 #define QT_STATBUF              struct stat             // non-ANSI defs
    73 #define QT_STATBUF4TSTAT        struct stat             // non-ANSI defs
    74 #define QT_STAT                 ::qt_wince_stat
    75 #define QT_FSTAT                ::qt_wince__fstat
    76 #endif
    77 #define QT_STAT_REG             _S_IFREG
    78 #define QT_STAT_DIR             _S_IFDIR
    79 #define QT_STAT_MASK            _S_IFMT
    80 #if defined(_S_IFLNK)
    81 #  define QT_STAT_LNK           _S_IFLNK
    82 #endif
    83 #define QT_FILENO               ::qt_wince___fileno
    84 #define QT_OPEN                 ::qt_wince_open
    85 #define QT_CLOSE                ::qt_wince__close
    86 #ifdef QT_LARGEFILE_SUPPORT
    87 #define QT_LSEEK                ::_lseeki64
    88 #define QT_TSTAT                ::_tstati64
    89 #else
    90 #define QT_LSEEK                ::qt_wince__lseek
    91 #define QT_TSTAT                ::_tstat
    92 #endif
    93 #define QT_READ                 ::qt_wince__read
    94 #define QT_WRITE                ::qt_wince__write
    95 #define QT_ACCESS               ::qt_wince__access
    96 #define QT_GETCWD               ::_getcwd
    97 #define QT_CHDIR                ::_chdir
    98 #define QT_MKDIR                ::qt_wince__mkdir
    99 #define QT_RMDIR                ::qt_wince__rmdir
    100 #define QT_OPEN_RDONLY          _O_RDONLY
    101 #define QT_OPEN_WRONLY          _O_WRONLY
    102 #define QT_OPEN_RDWR            _O_RDWR
    103 #define QT_OPEN_CREAT           _O_CREAT
    104 #define QT_OPEN_TRUNC           _O_TRUNC
    105 #define QT_OPEN_APPEND          _O_APPEND
    106 # define QT_OPEN_TEXT           _O_TEXT
    107 # define QT_OPEN_BINARY         _O_BINARY
    108 
    109 #define QT_FOPEN                ::fopen
    110 #define QT_FSEEK                ::fseek
    111 #define QT_FTELL                ::ftell
    112 #define QT_FGETPOS              ::fgetpos
    113 #define QT_FSETPOS              ::fsetpos
    114 #define QT_FPOS_T               fpos_t
    115 #define QT_OFF_T                long
    116 
    117 #define QT_SIGNAL_ARGS          int
    118 
    119 #define QT_VSNPRINTF(buffer, count, format, arg) \
    120     _vsnprintf(buffer, count, format, arg)
    121 
    122 #define QT_SNPRINTF             ::_snprintf
    123 
    124 # define F_OK   0
    125 # define X_OK   1
    126 # define W_OK   2
    127 # define R_OK   4
    128 
    129 typedef int mode_t;
    130 
    131 #endif // QPLATFORMDEFS_H
  • trunk/mkspecs/wince50standard-mipsiv-msvc2008/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
    4040****************************************************************************/
    4141
    42 #include "../wince50standard-mipsiv-msvc2005/qplatformdefs.h"
     42#include "../common/wince/qplatformdefs.h"
    4343
  • trunk/mkspecs/wince50standard-sh4-msvc2005/qmake.conf

    r2 r561  
    44# Written for Microsoft VC2005.NET with Standard SDK for WindowsCE 5.0 (SH4)
    55#
    6 include(../common/wince.conf)
     6include(../common/wince/qmake.conf)
    77
    88CE_SDK      = STANDARDSDK_500
  • trunk/mkspecs/wince50standard-sh4-msvc2005/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
    4040****************************************************************************/
    4141
    42 #ifndef QPLATFORMDEFS_H
    43 #define QPLATFORMDEFS_H
     42#include "../common/wince/qplatformdefs.h"
    4443
    45 #ifdef UNICODE
    46 #ifndef _UNICODE
    47 #define _UNICODE
    48 #endif
    49 #endif
    50 
    51 // Get Qt defines/settings
    52 
    53 #include "qglobal.h"
    54 #include "qfunctions_wince.h"
    55 
    56 #define _POSIX_
    57 #include <limits.h>
    58 #undef _POSIX_
    59 
    60 #include <tchar.h>
    61 #include <stdio.h>
    62 #include <stdlib.h>
    63 #include <windows.h>
    64 
    65 #define Q_FS_FAT
    66 #ifdef QT_LARGEFILE_SUPPORT
    67 #define QT_STATBUF              struct _stati64         // non-ANSI defs
    68 #define QT_STATBUF4TSTAT        struct _stati64         // non-ANSI defs
    69 #define QT_STAT                 ::_stati64
    70 #define QT_FSTAT                ::_fstati64
    71 #else
    72 #define QT_STATBUF              struct stat             // non-ANSI defs
    73 #define QT_STATBUF4TSTAT        struct stat             // non-ANSI defs
    74 #define QT_STAT                 ::qt_wince_stat
    75 #define QT_FSTAT                ::qt_wince__fstat
    76 #endif
    77 #define QT_STAT_REG             _S_IFREG
    78 #define QT_STAT_DIR             _S_IFDIR
    79 #define QT_STAT_MASK            _S_IFMT
    80 #if defined(_S_IFLNK)
    81 #  define QT_STAT_LNK           _S_IFLNK
    82 #endif
    83 #define QT_FILENO               ::qt_wince___fileno
    84 #define QT_OPEN                 ::qt_wince_open
    85 #define QT_CLOSE                ::qt_wince__close
    86 #ifdef QT_LARGEFILE_SUPPORT
    87 #define QT_LSEEK                ::_lseeki64
    88 #define QT_TSTAT                ::_tstati64
    89 #else
    90 #define QT_LSEEK                ::qt_wince__lseek
    91 #define QT_TSTAT                ::_tstat
    92 #endif
    93 #define QT_READ                 ::qt_wince__read
    94 #define QT_WRITE                ::qt_wince__write
    95 #define QT_ACCESS               ::qt_wince__access
    96 #define QT_GETCWD               ::_getcwd
    97 #define QT_CHDIR                ::_chdir
    98 #define QT_MKDIR                ::qt_wince__mkdir
    99 #define QT_RMDIR                ::qt_wince__rmdir
    100 #define QT_OPEN_RDONLY          _O_RDONLY
    101 #define QT_OPEN_WRONLY          _O_WRONLY
    102 #define QT_OPEN_RDWR            _O_RDWR
    103 #define QT_OPEN_CREAT           _O_CREAT
    104 #define QT_OPEN_TRUNC           _O_TRUNC
    105 #define QT_OPEN_APPEND          _O_APPEND
    106 # define QT_OPEN_TEXT           _O_TEXT
    107 # define QT_OPEN_BINARY         _O_BINARY
    108 
    109 #define QT_FOPEN                ::fopen
    110 #define QT_FSEEK                ::fseek
    111 #define QT_FTELL                ::ftell
    112 #define QT_FGETPOS              ::fgetpos
    113 #define QT_FSETPOS              ::fsetpos
    114 #define QT_FPOS_T               fpos_t
    115 #define QT_OFF_T                long
    116 
    117 #define QT_SIGNAL_ARGS          int
    118 
    119 #define QT_VSNPRINTF(buffer, count, format, arg) \
    120     _vsnprintf(buffer, count, format, arg)
    121 
    122 #define QT_SNPRINTF             ::_snprintf
    123 
    124 # define F_OK   0
    125 # define X_OK   1
    126 # define W_OK   2
    127 # define R_OK   4
    128 
    129 typedef int mode_t;
    130 
    131 #endif // QPLATFORMDEFS_H
  • trunk/mkspecs/wince50standard-sh4-msvc2008/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
    4040****************************************************************************/
    4141
    42 #include "../wince50standard-sh4-msvc2005/qplatformdefs.h"
     42#include "../common/wince/qplatformdefs.h"
    4343
  • trunk/mkspecs/wince50standard-x86-msvc2005/qmake.conf

    r2 r561  
    44# Written for Microsoft VC2005.NET with Standard SDK for WindowsCE 5.0 (x86)
    55#
    6 include(../common/wince.conf)
     6include(../common/wince/qmake.conf)
    77
    88CE_SDK      = STANDARDSDK_500
  • trunk/mkspecs/wince50standard-x86-msvc2005/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
    4040****************************************************************************/
    4141
    42 #ifndef QPLATFORMDEFS_H
    43 #define QPLATFORMDEFS_H
     42#include "../common/wince/qplatformdefs.h"
    4443
    45 #ifdef UNICODE
    46 #ifndef _UNICODE
    47 #define _UNICODE
    48 #endif
    49 #endif
    50 
    51 // Get Qt defines/settings
    52 
    53 #include "qglobal.h"
    54 #include "qfunctions_wince.h"
    55 
    56 #define _POSIX_
    57 #include <limits.h>
    58 #undef _POSIX_
    59 
    60 #include <tchar.h>
    61 #include <stdio.h>
    62 #include <stdlib.h>
    63 #include <windows.h>
    64 
    65 #define Q_FS_FAT
    66 #ifdef QT_LARGEFILE_SUPPORT
    67 #define QT_STATBUF              struct _stati64         // non-ANSI defs
    68 #define QT_STATBUF4TSTAT        struct _stati64         // non-ANSI defs
    69 #define QT_STAT                 ::_stati64
    70 #define QT_FSTAT                ::_fstati64
    71 #else
    72 #define QT_STATBUF              struct stat             // non-ANSI defs
    73 #define QT_STATBUF4TSTAT        struct stat             // non-ANSI defs
    74 #define QT_STAT                 ::qt_wince_stat
    75 #define QT_FSTAT                ::qt_wince__fstat
    76 #endif
    77 #define QT_STAT_REG             _S_IFREG
    78 #define QT_STAT_DIR             _S_IFDIR
    79 #define QT_STAT_MASK            _S_IFMT
    80 #if defined(_S_IFLNK)
    81 #  define QT_STAT_LNK           _S_IFLNK
    82 #endif
    83 #define QT_FILENO               ::qt_wince___fileno
    84 #define QT_OPEN                 ::qt_wince_open
    85 #define QT_CLOSE                ::qt_wince__close
    86 #ifdef QT_LARGEFILE_SUPPORT
    87 #define QT_LSEEK                ::_lseeki64
    88 #define QT_TSTAT                ::_tstati64
    89 #else
    90 #define QT_LSEEK                ::qt_wince__lseek
    91 #define QT_TSTAT                ::_tstat
    92 #endif
    93 #define QT_READ                 ::qt_wince__read
    94 #define QT_WRITE                ::qt_wince__write
    95 #define QT_ACCESS               ::qt_wince__access
    96 #define QT_GETCWD               ::_getcwd
    97 #define QT_CHDIR                ::_chdir
    98 #define QT_MKDIR                ::qt_wince__mkdir
    99 #define QT_RMDIR                ::qt_wince__rmdir
    100 #define QT_OPEN_RDONLY          _O_RDONLY
    101 #define QT_OPEN_WRONLY          _O_WRONLY
    102 #define QT_OPEN_RDWR            _O_RDWR
    103 #define QT_OPEN_CREAT           _O_CREAT
    104 #define QT_OPEN_TRUNC           _O_TRUNC
    105 #define QT_OPEN_APPEND          _O_APPEND
    106 # define QT_OPEN_TEXT           _O_TEXT
    107 # define QT_OPEN_BINARY         _O_BINARY
    108 
    109 #define QT_FOPEN                ::fopen
    110 #define QT_FSEEK                ::fseek
    111 #define QT_FTELL                ::ftell
    112 #define QT_FGETPOS              ::fgetpos
    113 #define QT_FSETPOS              ::fsetpos
    114 #define QT_FPOS_T               fpos_t
    115 #define QT_OFF_T                long
    116 
    117 #define QT_SIGNAL_ARGS          int
    118 
    119 #define QT_VSNPRINTF(buffer, count, format, arg) \
    120     _vsnprintf(buffer, count, format, arg)
    121 
    122 #define QT_SNPRINTF             ::_snprintf
    123 
    124 # define F_OK   0
    125 # define X_OK   1
    126 # define W_OK   2
    127 # define R_OK   4
    128 
    129 typedef int mode_t;
    130 
    131 #endif // QPLATFORMDEFS_H
  • trunk/mkspecs/wince50standard-x86-msvc2008/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
    4040****************************************************************************/
    4141
    42 #include "../wince50standard-x86-msvc2005/qplatformdefs.h"
     42#include "../common/wince/qplatformdefs.h"
    4343
  • trunk/mkspecs/wince60standard-armv4i-msvc2005/qmake.conf

    r2 r561  
    22# qmake configuration for wince-msvc2005
    33#
    4 # Written for Microsoft VC2005.NET with Standard SDK for WindowsCE 6.0 (ARMV4I)
     4# Written for Microsoft VS 2005 for WindowsCE 6.0 (ARMV4I)
     5# This is just a template for creating Windows CE 6 mkspecs.
    56#
    67
    7 MAKEFILE_GENERATOR      = MSVC.NET
    8 TEMPLATE                = app
    9 CONFIG                  += qt warn_on release incremental flat link_prl precompile_header autogen_precompile_source copy_dir_files debug_and_release debug_and_release_target embed_manifest_dll embed_manifest_exe
    10 QT             += core gui
    11 CE_SDK          = STANDARDSDK_600
     8include(../common/wince/qmake.conf)
     9
     10CE_SDK          = STANDARDSDK_600   # replace with actual SDK name
    1211CE_ARCH         = ARMV4I
    1312
    14 DEFINES    += UNDER_CE WINCE _WINDOWS _UNICODE UNICODE STANDARDSHELL_UI_MODEL _WIN32_WCE=0x600 $$CE_ARCH _ARMV4I_ armv4i _ARM_ ARM _M_ARM ARM _WIN32 __arm__ Q_OS_WINCE_STD QT_NO_PRINTER QT_NO_PRINTDIALOG
     13DEFINES    += STANDARDSHELL_UI_MODEL _WIN32_WCE=0x600 $$CE_ARCH _ARMV4I_ armv4i _ARM_ ARM _M_ARM ARM _WIN32 __arm__
    1514
    16 QMAKE_COMPILER_DEFINES  += _MSC_VER=1400
    17 
    18 QMAKE_CC                = cl
    19 QMAKE_LEX               = flex
    20 QMAKE_LEXFLAGS          =
    21 QMAKE_YACC              = byacc
    22 QMAKE_YACCFLAGS         = -d
    23 QMAKE_CFLAGS            = -nologo -Zm200 -Zc:wchar_t- -QRarch4T -QRinterwork-return
    24 QMAKE_CFLAGS_WARN_ON    = -W3
    25 QMAKE_CFLAGS_WARN_OFF   = -W0
    26 QMAKE_CFLAGS_RELEASE    = -O2 -GL -MD
    27 QMAKE_CFLAGS_DEBUG      = -DDEBUG -D_DEBUG -Zi -MDd
    28 QMAKE_CFLAGS_YACC       =
    29 
    30 QMAKE_CXX               = $$QMAKE_CC
    31 QMAKE_CXXFLAGS          = $$QMAKE_CFLAGS
    32 QMAKE_CXXFLAGS_WARN_ON  = $$QMAKE_CFLAGS_WARN_ON -w34100 -w34189
    33 QMAKE_CXXFLAGS_WARN_OFF = $$QMAKE_CFLAGS_WARN_OFF
    34 QMAKE_CXXFLAGS_RELEASE  = $$QMAKE_CFLAGS_RELEASE
    35 QMAKE_CXXFLAGS_DEBUG    = $$QMAKE_CFLAGS_DEBUG
    36 QMAKE_CXXFLAGS_YACC     = $$QMAKE_CFLAGS_YACC
    37 QMAKE_CXXFLAGS_STL_ON   = -EHsc
    38 QMAKE_CXXFLAGS_STL_OFF  =
    39 QMAKE_CXXFLAGS_RTTI_ON  = -GR
    40 QMAKE_CXXFLAGS_RTTI_OFF =
    41 QMAKE_CXXFLAGS_EXCEPTIONS_ON = -EHsc
    42 QMAKE_CXXFLAGS_EXCEPTIONS_OFF =
    43 
    44 QMAKE_INCDIR            =
    45 QMAKE_INCDIR_QT         = $$[QT_INSTALL_HEADERS]
    46 QMAKE_LIBDIR_QT         = $$[QT_INSTALL_LIBS]
    47 
    48 QMAKE_RUN_CC            = $(CC) -c $(CFLAGS) $(INCPATH) -Fo$obj $src
    49 QMAKE_RUN_CC_IMP        = $(CC) -c $(CFLAGS) $(INCPATH) -Fo$@ $<
    50 QMAKE_RUN_CC_IMP_BATCH  = $(CC) -c $(CFLAGS) $(INCPATH) -Fo$@ @<<
    51 QMAKE_RUN_CXX           = $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo$obj $src
    52 QMAKE_RUN_CXX_IMP       = $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo$@ $<
    53 QMAKE_RUN_CXX_IMP_BATCH = $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo$@ @<<
    54 
    55 QMAKE_LINK              = link
    56 QMAKE_LFLAGS            = /NOLOGO /NODEFAULTLIB:OLDNAMES.LIB
    57 QMAKE_LFLAGS_RELEASE    = /LTCG /INCREMENTAL:NO
    58 QMAKE_LFLAGS_DEBUG      = /DEBUG
    5915QMAKE_LFLAGS_CONSOLE    = /SUBSYSTEM:WINDOWSCE,6.00 /MACHINE:THUMB /ENTRY:mainACRTStartup
    6016QMAKE_LFLAGS_WINDOWS    = /SUBSYSTEM:WINDOWSCE,6.00 /MACHINE:THUMB
    6117QMAKE_LFLAGS_DLL        = /SUBSYSTEM:WINDOWSCE,6.00 /MACHINE:THUMB /DLL /SAFESEH:NO
    62 QMAKE_LIBFLAGS          = $$QMAKE_LFLAGS_WINDOWS
    6318QMAKE_LIBFLAGS_RELEASE  = /LTCG
    6419QMAKE_LIBS              = corelibc.lib coredll.lib
     
    6924QMAKE_LIBS_COMPAT       =
    7025
    71 QMAKE_LIBS_QT_ENTRY     = -lqtmain
    72 
    73 QMAKE_MOC               = $$[QT_INSTALL_BINS]\moc.exe
    74 QMAKE_UIC               = $$[QT_INSTALL_BINS]\uic.exe
    75 QMAKE_IDC               = $$[QT_INSTALL_BINS]\idc.exe
    76 
    77 QMAKE_IDL               = midl
    78 QMAKE_LIB               = lib
    7926QMAKE_RC                = rc /DUNDER_CE=600 /D_WIN32_WCE=0x600
    8027
    81 QMAKE_ZIP               = zip -r -9
    82 
    83 QMAKE_COPY              = copy /y
    84 QMAKE_COPY_DIR          = xcopy /s /q /y /i
    85 QMAKE_MOVE              = move
    86 QMAKE_DEL_FILE          = del
    87 QMAKE_DEL_DIR           = rmdir
    88 QMAKE_CHK_DIR_EXISTS    = if not exist
    89 QMAKE_MKDIR             = mkdir
    90 
    91 VCPROJ_EXTENSION        = .vcproj
    92 VCSOLUTION_EXTENSION    = .sln
    93 VCPROJ_KEYWORD  = Qt4VSv1.0
    94 load(qt_config)
  • trunk/mkspecs/wince60standard-armv4i-msvc2005/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
    4040****************************************************************************/
    4141
    42 #ifndef QPLATFORMDEFS_H
    43 #define QPLATFORMDEFS_H
     42#include "../common/wince/qplatformdefs.h"
    4443
    45 #ifdef UNICODE
    46 #ifndef _UNICODE
    47 #define _UNICODE
    48 #endif
    49 #endif
    50 
    51 // Get Qt defines/settings
    52 
    53 #include "qglobal.h"
    54 #include "qfunctions_wince.h"
    55 
    56 #define _POSIX_
    57 #include <limits.h>
    58 #undef _POSIX_
    59 
    60 #include <tchar.h>
    61 #include <stdio.h>
    62 #include <stdlib.h>
    63 #include <windows.h>
    64 
    65 #define Q_FS_FAT
    66 #ifdef QT_LARGEFILE_SUPPORT
    67 #define QT_STATBUF              struct _stati64         // non-ANSI defs
    68 #define QT_STATBUF4TSTAT        struct _stati64         // non-ANSI defs
    69 #define QT_STAT                 ::_stati64
    70 #define QT_FSTAT                ::_fstati64
    71 #else
    72 #define QT_STATBUF              struct stat             // non-ANSI defs
    73 #define QT_STATBUF4TSTAT        struct stat             // non-ANSI defs
    74 #define QT_STAT                 ::qt_wince_stat
    75 #define QT_FSTAT                ::qt_wince__fstat
    76 #endif
    77 #define QT_STAT_REG             _S_IFREG
    78 #define QT_STAT_DIR             _S_IFDIR
    79 #define QT_STAT_MASK            _S_IFMT
    80 #if defined(_S_IFLNK)
    81 #  define QT_STAT_LNK           _S_IFLNK
    82 #endif
    83 #define QT_FILENO               ::qt_wince___fileno
    84 #define QT_OPEN                 ::qt_wince_open
    85 #define QT_CLOSE                ::qt_wince__close
    86 #ifdef QT_LARGEFILE_SUPPORT
    87 #define QT_LSEEK                ::_lseeki64
    88 #define QT_TSTAT                ::_tstati64
    89 #else
    90 #define QT_LSEEK                ::qt_wince__lseek
    91 #define QT_TSTAT                ::_tstat
    92 #endif
    93 #define QT_READ                 ::qt_wince__read
    94 #define QT_WRITE                ::qt_wince__write
    95 #define QT_ACCESS               ::qt_wince__access
    96 #define QT_GETCWD               ::_getcwd
    97 #define QT_CHDIR                ::_chdir
    98 #define QT_MKDIR                ::qt_wince__mkdir
    99 #define QT_RMDIR                ::qt_wince__rmdir
    100 #define QT_OPEN_RDONLY          _O_RDONLY
    101 #define QT_OPEN_WRONLY          _O_WRONLY
    102 #define QT_OPEN_RDWR            _O_RDWR
    103 #define QT_OPEN_CREAT           _O_CREAT
    104 #define QT_OPEN_TRUNC           _O_TRUNC
    105 #define QT_OPEN_APPEND          _O_APPEND
    106 # define QT_OPEN_TEXT           _O_TEXT
    107 # define QT_OPEN_BINARY         _O_BINARY
    108 
    109 #define QT_FOPEN                ::fopen
    110 #define QT_FSEEK                ::fseek
    111 #define QT_FTELL                ::ftell
    112 #define QT_FGETPOS              ::fgetpos
    113 #define QT_FSETPOS              ::fsetpos
    114 #define QT_FPOS_T               fpos_t
    115 #define QT_OFF_T                long
    116 
    117 #define QT_SIGNAL_ARGS          int
    118 
    119 #define QT_VSNPRINTF(buffer, count, format, arg) \
    120     _vsnprintf(buffer, count, format, arg)
    121 
    122 #define QT_SNPRINTF             ::_snprintf
    123 
    124 # define F_OK   0
    125 # define X_OK   1
    126 # define W_OK   2
    127 # define R_OK   4
    128 
    129 typedef int mode_t;
    130 
    131 #endif // QPLATFORMDEFS_H
  • trunk/mkspecs/wincewm50pocket-msvc2005/qmake.conf

    r2 r561  
    44# Written for Microsoft VC2005.NET with Windows Mobile 5.0 SDK for Pocket PC (ARMV4I)
    55#
    6 include(../common/wince.conf)
     6include(../common/wince/qmake.conf)
    77
    88CE_SDK      = Windows Mobile 5.0 Pocket PC SDK
  • trunk/mkspecs/wincewm50pocket-msvc2005/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
    4040****************************************************************************/
    4141
    42 #ifndef QPLATFORMDEFS_H
    43 #define QPLATFORMDEFS_H
     42#include "../common/wince/qplatformdefs.h"
    4443
    45 #ifdef UNICODE
    46 #ifndef _UNICODE
    47 #define _UNICODE
    48 #endif
    49 #endif
    50 
    51 // Get Qt defines/settings
    52 
    53 #include "qglobal.h"
    54 #include "qfunctions_wince.h"
    55 
    56 #define _POSIX_
    57 #include <limits.h>
    58 #undef _POSIX_
    59 
    60 #include <tchar.h>
    61 #include <stdio.h>
    62 #include <stdlib.h>
    63 #include <windows.h>
    64 
    65 #define Q_FS_FAT
    66 #ifdef QT_LARGEFILE_SUPPORT
    67 #define QT_STATBUF              struct _stati64         // non-ANSI defs
    68 #define QT_STATBUF4TSTAT        struct _stati64         // non-ANSI defs
    69 #define QT_STAT                 ::_stati64
    70 #define QT_FSTAT                ::_fstati64
    71 #else
    72 #define QT_STATBUF              struct stat             // non-ANSI defs
    73 #define QT_STATBUF4TSTAT        struct stat             // non-ANSI defs
    74 #define QT_STAT                 ::qt_wince_stat
    75 #define QT_FSTAT                ::qt_wince__fstat
    76 #endif
    77 #define QT_STAT_REG             _S_IFREG
    78 #define QT_STAT_DIR             _S_IFDIR
    79 #define QT_STAT_MASK            _S_IFMT
    80 #if defined(_S_IFLNK)
    81 #  define QT_STAT_LNK           _S_IFLNK
    82 #endif
    83 #define QT_FILENO               ::qt_wince___fileno
    84 #define QT_OPEN                 ::qt_wince_open
    85 #define QT_CLOSE                ::qt_wince__close
    86 #ifdef QT_LARGEFILE_SUPPORT
    87 #define QT_LSEEK                ::_lseeki64
    88 #define QT_TSTAT                ::_tstati64
    89 #else
    90 #define QT_LSEEK                ::qt_wince__lseek
    91 #define QT_TSTAT                ::_tstat
    92 #endif
    93 #define QT_READ                 ::qt_wince__read
    94 #define QT_WRITE                ::qt_wince__write
    95 #define QT_ACCESS               ::qt_wince__access
    96 #define QT_GETCWD               ::_getcwd
    97 #define QT_CHDIR                ::_chdir
    98 #define QT_MKDIR                ::qt_wince__mkdir
    99 #define QT_RMDIR                ::qt_wince__rmdir
    100 #define QT_OPEN_RDONLY          _O_RDONLY
    101 #define QT_OPEN_WRONLY          _O_WRONLY
    102 #define QT_OPEN_RDWR            _O_RDWR
    103 #define QT_OPEN_CREAT           _O_CREAT
    104 #define QT_OPEN_TRUNC           _O_TRUNC
    105 #define QT_OPEN_APPEND          _O_APPEND
    106 # define QT_OPEN_TEXT           _O_TEXT
    107 # define QT_OPEN_BINARY         _O_BINARY
    108 
    109 #define QT_FOPEN                ::fopen
    110 #define QT_FSEEK                ::fseek
    111 #define QT_FTELL                ::ftell
    112 #define QT_FGETPOS              ::fgetpos
    113 #define QT_FSETPOS              ::fsetpos
    114 #define QT_FPOS_T               fpos_t
    115 #define QT_OFF_T                long
    116 
    117 #define QT_SIGNAL_ARGS          int
    118 
    119 #define QT_VSNPRINTF(buffer, count, format, arg) \
    120     _vsnprintf(buffer, count, format, arg)
    121 
    122 #define QT_SNPRINTF             ::_snprintf
    123 
    124 # define F_OK   0
    125 # define X_OK   1
    126 # define W_OK   2
    127 # define R_OK   4
    128 
    129 typedef int mode_t;
    130 
    131 #endif // QPLATFORMDEFS_H
  • trunk/mkspecs/wincewm50pocket-msvc2008/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
    4040****************************************************************************/
    4141
    42 #include "../wincewm50pocket-msvc2005/qplatformdefs.h"
     42#include "../common/wince/qplatformdefs.h"
    4343
  • trunk/mkspecs/wincewm50smart-msvc2005/qmake.conf

    r2 r561  
    44# Written for Microsoft VC2005.NET with Windows Mobile 5.0 SDK for Smartphone (ARMV4I)
    55#
    6 include(../common/wince.conf)
     6include(../common/wince/qmake.conf)
    77
    88CE_SDK      = Windows Mobile 5.0 Smartphone SDK
  • trunk/mkspecs/wincewm50smart-msvc2005/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
    4040****************************************************************************/
    4141
    42 #ifndef QPLATFORMDEFS_H
    43 #define QPLATFORMDEFS_H
     42#include "../common/wince/qplatformdefs.h"
    4443
    45 #ifdef UNICODE
    46 #ifndef _UNICODE
    47 #define _UNICODE
    48 #endif
    49 #endif
    50 
    51 // Get Qt defines/settings
    52 
    53 #include "qglobal.h"
    54 #include "qfunctions_wince.h"
    55 
    56 #define _POSIX_
    57 #include <limits.h>
    58 #undef _POSIX_
    59 
    60 #include <tchar.h>
    61 #include <stdio.h>
    62 #include <stdlib.h>
    63 #include <windows.h>
    64 
    65 #define Q_FS_FAT
    66 #ifdef QT_LARGEFILE_SUPPORT
    67 #define QT_STATBUF              struct _stati64         // non-ANSI defs
    68 #define QT_STATBUF4TSTAT        struct _stati64         // non-ANSI defs
    69 #define QT_STAT                 ::_stati64
    70 #define QT_FSTAT                ::_fstati64
    71 #else
    72 #define QT_STATBUF              struct stat             // non-ANSI defs
    73 #define QT_STATBUF4TSTAT        struct stat             // non-ANSI defs
    74 #define QT_STAT                 ::qt_wince_stat
    75 #define QT_FSTAT                ::qt_wince__fstat
    76 #endif
    77 #define QT_STAT_REG             _S_IFREG
    78 #define QT_STAT_DIR             _S_IFDIR
    79 #define QT_STAT_MASK            _S_IFMT
    80 #if defined(_S_IFLNK)
    81 #  define QT_STAT_LNK           _S_IFLNK
    82 #endif
    83 #define QT_FILENO               ::qt_wince___fileno
    84 #define QT_OPEN                 ::qt_wince_open
    85 #define QT_CLOSE                ::qt_wince__close
    86 #ifdef QT_LARGEFILE_SUPPORT
    87 #define QT_LSEEK                ::_lseeki64
    88 #define QT_TSTAT                ::_tstati64
    89 #else
    90 #define QT_LSEEK                ::qt_wince__lseek
    91 #define QT_TSTAT                ::_tstat
    92 #endif
    93 #define QT_READ                 ::qt_wince__read
    94 #define QT_WRITE                ::qt_wince__write
    95 #define QT_ACCESS               ::qt_wince__access
    96 #define QT_GETCWD               ::_getcwd
    97 #define QT_CHDIR                ::_chdir
    98 #define QT_MKDIR                ::qt_wince__mkdir
    99 #define QT_RMDIR                ::qt_wince__rmdir
    100 #define QT_OPEN_RDONLY          _O_RDONLY
    101 #define QT_OPEN_WRONLY          _O_WRONLY
    102 #define QT_OPEN_RDWR            _O_RDWR
    103 #define QT_OPEN_CREAT           _O_CREAT
    104 #define QT_OPEN_TRUNC           _O_TRUNC
    105 #define QT_OPEN_APPEND          _O_APPEND
    106 # define QT_OPEN_TEXT           _O_TEXT
    107 # define QT_OPEN_BINARY         _O_BINARY
    108 
    109 #define QT_FOPEN                ::fopen
    110 #define QT_FSEEK                ::fseek
    111 #define QT_FTELL                ::ftell
    112 #define QT_FGETPOS              ::fgetpos
    113 #define QT_FSETPOS              ::fsetpos
    114 #define QT_FPOS_T               fpos_t
    115 #define QT_OFF_T                long
    116 
    117 #define QT_SIGNAL_ARGS          int
    118 
    119 #define QT_VSNPRINTF(buffer, count, format, arg) \
    120     _vsnprintf(buffer, count, format, arg)
    121 
    122 #define QT_SNPRINTF             ::_snprintf
    123 
    124 # define F_OK   0
    125 # define X_OK   1
    126 # define W_OK   2
    127 # define R_OK   4
    128 
    129 typedef int mode_t;
    130 
    131 #endif // QPLATFORMDEFS_H
  • trunk/mkspecs/wincewm50smart-msvc2008/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
    4040****************************************************************************/
    4141
    42 #include "../wincewm50smart-msvc2005/qplatformdefs.h"
     42#include "../common/wince/qplatformdefs.h"
    4343
  • trunk/mkspecs/wincewm60professional-msvc2005/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
    4040****************************************************************************/
    4141
    42 #ifndef QPLATFORMDEFS_H
    43 #define QPLATFORMDEFS_H
     42#include "../common/wince/qplatformdefs.h"
    4443
    45 #ifdef UNICODE
    46 #ifndef _UNICODE
    47 #define _UNICODE
    48 #endif
    49 #endif
    50 
    51 // Get Qt defines/settings
    52 
    53 #include "qglobal.h"
    54 #include "qfunctions_wince.h"
    55 
    56 #define _POSIX_
    57 #include <limits.h>
    58 #undef _POSIX_
    59 
    60 #include <tchar.h>
    61 #include <stdio.h>
    62 #include <stdlib.h>
    63 #include <windows.h>
    64 
    65 #define Q_FS_FAT
    66 #ifdef QT_LARGEFILE_SUPPORT
    67 #define QT_STATBUF              struct _stati64         // non-ANSI defs
    68 #define QT_STATBUF4TSTAT        struct _stati64         // non-ANSI defs
    69 #define QT_STAT                 ::_stati64
    70 #define QT_FSTAT                ::_fstati64
    71 #else
    72 #define QT_STATBUF              struct stat             // non-ANSI defs
    73 #define QT_STATBUF4TSTAT        struct stat             // non-ANSI defs
    74 #define QT_STAT                 ::qt_wince_stat
    75 #define QT_FSTAT                ::qt_wince__fstat
    76 #endif
    77 #define QT_STAT_REG             _S_IFREG
    78 #define QT_STAT_DIR             _S_IFDIR
    79 #define QT_STAT_MASK            _S_IFMT
    80 #if defined(_S_IFLNK)
    81 #  define QT_STAT_LNK           _S_IFLNK
    82 #endif
    83 #define QT_FILENO               ::qt_wince___fileno
    84 #define QT_OPEN                 ::qt_wince_open
    85 #define QT_CLOSE                ::qt_wince__close
    86 #ifdef QT_LARGEFILE_SUPPORT
    87 #define QT_LSEEK                ::_lseeki64
    88 #define QT_TSTAT                ::_tstati64
    89 #else
    90 #define QT_LSEEK                ::qt_wince__lseek
    91 #define QT_TSTAT                ::_tstat
    92 #endif
    93 #define QT_READ                 ::qt_wince__read
    94 #define QT_WRITE                ::qt_wince__write
    95 #define QT_ACCESS               ::qt_wince__access
    96 #define QT_GETCWD               ::_getcwd
    97 #define QT_CHDIR                ::_chdir
    98 #define QT_MKDIR                ::qt_wince__mkdir
    99 #define QT_RMDIR                ::qt_wince__rmdir
    100 #define QT_OPEN_RDONLY          _O_RDONLY
    101 #define QT_OPEN_WRONLY          _O_WRONLY
    102 #define QT_OPEN_RDWR            _O_RDWR
    103 #define QT_OPEN_CREAT           _O_CREAT
    104 #define QT_OPEN_TRUNC           _O_TRUNC
    105 #define QT_OPEN_APPEND          _O_APPEND
    106 # define QT_OPEN_TEXT           _O_TEXT
    107 # define QT_OPEN_BINARY         _O_BINARY
    108 
    109 #define QT_FOPEN                ::fopen
    110 #define QT_FSEEK                ::fseek
    111 #define QT_FTELL                ::ftell
    112 #define QT_FGETPOS              ::fgetpos
    113 #define QT_FSETPOS              ::fsetpos
    114 #define QT_FPOS_T               fpos_t
    115 #define QT_OFF_T                long
    116 
    117 #define QT_SIGNAL_ARGS          int
    118 
    119 #define QT_VSNPRINTF(buffer, count, format, arg) \
    120     _vsnprintf(buffer, count, format, arg)
    121 
    122 #define QT_SNPRINTF             ::_snprintf
    123 
    124 # define F_OK   0
    125 # define X_OK   1
    126 # define W_OK   2
    127 # define R_OK   4
    128 
    129 typedef int mode_t;
    130 
    131 #endif // QPLATFORMDEFS_H
  • trunk/mkspecs/wincewm60professional-msvc2008/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
    4040****************************************************************************/
    4141
    42 #include "../wincewm60professional-msvc2005/qplatformdefs.h"
     42#include "../common/wince/qplatformdefs.h"
    4343
  • trunk/mkspecs/wincewm60standard-msvc2005/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
    4040****************************************************************************/
    4141
    42 #ifndef QPLATFORMDEFS_H
    43 #define QPLATFORMDEFS_H
     42#include "../common/wince/qplatformdefs.h"
    4443
    45 #ifdef UNICODE
    46 #ifndef _UNICODE
    47 #define _UNICODE
    48 #endif
    49 #endif
    50 
    51 // Get Qt defines/settings
    52 
    53 #include "qglobal.h"
    54 #include "qfunctions_wince.h"
    55 
    56 #define _POSIX_
    57 #include <limits.h>
    58 #undef _POSIX_
    59 
    60 #include <tchar.h>
    61 #include <stdio.h>
    62 #include <stdlib.h>
    63 #include <windows.h>
    64 
    65 #define Q_FS_FAT
    66 #ifdef QT_LARGEFILE_SUPPORT
    67 #define QT_STATBUF              struct _stati64         // non-ANSI defs
    68 #define QT_STATBUF4TSTAT        struct _stati64         // non-ANSI defs
    69 #define QT_STAT                 ::_stati64
    70 #define QT_FSTAT                ::_fstati64
    71 #else
    72 #define QT_STATBUF              struct stat             // non-ANSI defs
    73 #define QT_STATBUF4TSTAT        struct stat             // non-ANSI defs
    74 #define QT_STAT                 ::qt_wince_stat
    75 #define QT_FSTAT                ::qt_wince__fstat
    76 #endif
    77 #define QT_STAT_REG             _S_IFREG
    78 #define QT_STAT_DIR             _S_IFDIR
    79 #define QT_STAT_MASK            _S_IFMT
    80 #if defined(_S_IFLNK)
    81 #  define QT_STAT_LNK           _S_IFLNK
    82 #endif
    83 #define QT_FILENO               ::qt_wince___fileno
    84 #define QT_OPEN                 ::qt_wince_open
    85 #define QT_CLOSE                ::qt_wince__close
    86 #ifdef QT_LARGEFILE_SUPPORT
    87 #define QT_LSEEK                ::_lseeki64
    88 #define QT_TSTAT                ::_tstati64
    89 #else
    90 #define QT_LSEEK                ::qt_wince__lseek
    91 #define QT_TSTAT                ::_tstat
    92 #endif
    93 #define QT_READ                 ::qt_wince__read
    94 #define QT_WRITE                ::qt_wince__write
    95 #define QT_ACCESS               ::qt_wince__access
    96 #define QT_GETCWD               ::_getcwd
    97 #define QT_CHDIR                ::_chdir
    98 #define QT_MKDIR                ::qt_wince__mkdir
    99 #define QT_RMDIR                ::qt_wince__rmdir
    100 #define QT_OPEN_RDONLY          _O_RDONLY
    101 #define QT_OPEN_WRONLY          _O_WRONLY
    102 #define QT_OPEN_RDWR            _O_RDWR
    103 #define QT_OPEN_CREAT           _O_CREAT
    104 #define QT_OPEN_TRUNC           _O_TRUNC
    105 #define QT_OPEN_APPEND          _O_APPEND
    106 # define QT_OPEN_TEXT           _O_TEXT
    107 # define QT_OPEN_BINARY         _O_BINARY
    108 
    109 #define QT_FOPEN                ::fopen
    110 #define QT_FSEEK                ::fseek
    111 #define QT_FTELL                ::ftell
    112 #define QT_FGETPOS              ::fgetpos
    113 #define QT_FSETPOS              ::fsetpos
    114 #define QT_FPOS_T               fpos_t
    115 #define QT_OFF_T                long
    116 
    117 #define QT_SIGNAL_ARGS          int
    118 
    119 #define QT_VSNPRINTF(buffer, count, format, arg) \
    120     _vsnprintf(buffer, count, format, arg)
    121 
    122 #define QT_SNPRINTF             ::_snprintf
    123 
    124 # define F_OK   0
    125 # define X_OK   1
    126 # define W_OK   2
    127 # define R_OK   4
    128 
    129 typedef int mode_t;
    130 
    131 #endif // QPLATFORMDEFS_H
  • trunk/mkspecs/wincewm60standard-msvc2008/qplatformdefs.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the qmake spec of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
    4040****************************************************************************/
    4141
    42 #include "../wincewm60standard-msvc2005/qplatformdefs.h"
     42#include "../common/wince/qplatformdefs.h"
    4343
Note: See TracChangeset for help on using the changeset viewer.