Changeset 561 for trunk/mkspecs
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 deleted
- 146 edited
- 96 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/mkspecs/aix-g++-64/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 110 110 #define QT_FGETPOS ::fgetpos64 111 111 #define QT_FSETPOS ::fsetpos64 112 #define QT_MMAP ::mmap64 112 113 #define QT_FPOS_T fpos64_t 113 114 #define QT_OFF_T off64_t … … 118 119 #define QT_FGETPOS ::fgetpos 119 120 #define QT_FSETPOS ::fsetpos 121 #define QT_MMAP ::mmap 120 122 #define QT_FPOS_T fpos_t 121 123 #define QT_OFF_T long -
trunk/mkspecs/aix-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 110 110 #define QT_FGETPOS ::fgetpos64 111 111 #define QT_FSETPOS ::fsetpos64 112 #define QT_MMAP ::mmap64 112 113 #define QT_FPOS_T fpos64_t 113 114 #define QT_OFF_T off64_t … … 118 119 #define QT_FGETPOS ::fgetpos 119 120 #define QT_FSETPOS ::fsetpos 121 #define QT_MMAP ::mmap 120 122 #define QT_FPOS_T fpos_t 121 123 #define QT_OFF_T long -
trunk/mkspecs/aix-xlc-64/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 106 106 #define QT_FGETPOS ::fgetpos64 107 107 #define QT_FSETPOS ::fsetpos64 108 #define QT_MMAP ::mmap64 108 109 #define QT_FPOS_T fpos64_t 109 110 #define QT_OFF_T off64_t … … 114 115 #define QT_FGETPOS ::fgetpos 115 116 #define QT_FSETPOS ::fsetpos 117 #define QT_MMAP ::mmap 116 118 #define QT_FPOS_T fpos_t 117 119 #define QT_OFF_T long -
trunk/mkspecs/aix-xlc/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 106 106 #define QT_FGETPOS ::fgetpos64 107 107 #define QT_FSETPOS ::fsetpos64 108 #define QT_MMAP ::mmap64 108 109 #define QT_FPOS_T fpos64_t 109 110 #define QT_OFF_T off64_t … … 114 115 #define QT_FGETPOS ::fgetpos 115 116 #define QT_FSETPOS ::fsetpos 117 #define QT_MMAP ::mmap 116 118 #define QT_FPOS_T fpos_t 117 119 #define QT_OFF_T long -
trunk/mkspecs/common/linux.conf
r2 r561 14 14 QMAKE_INCDIR_OPENGL = /usr/X11R6/include 15 15 QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib 16 QMAKE_INCDIR_OPENGL_ES1 = $$QMAKE_INCDIR_OPENGL 17 QMAKE_LIBDIR_OPENGL_ES1 = $$QMAKE_LIBDIR_OPENGL 18 QMAKE_INCDIR_OPENGL_ES1CL = $$QMAKE_INCDIR_OPENGL 19 QMAKE_LIBDIR_OPENGL_ES1CL = $$QMAKE_LIBDIR_OPENGL 20 QMAKE_INCDIR_OPENGL_ES2 = $$QMAKE_INCDIR_OPENGL 21 QMAKE_LIBDIR_OPENGL_ES2 = $$QMAKE_LIBDIR_OPENGL 22 QMAKE_INCDIR_EGL = 23 QMAKE_LIBDIR_EGL = 24 QMAKE_INCDIR_OPENVG = 25 QMAKE_LIBDIR_OPENVG = 16 26 17 27 QMAKE_LIBS = … … 20 30 QMAKE_LIBS_X11SM = -lSM -lICE 21 31 QMAKE_LIBS_NIS = -lnsl 32 QMAKE_LIBS_EGL = -lEGL 22 33 QMAKE_LIBS_OPENGL = -lGLU -lGL 23 34 QMAKE_LIBS_OPENGL_QT = -lGL 35 QMAKE_LIBS_OPENGL_ES1 = -lGLES_CM 36 QMAKE_LIBS_OPENGL_ES1CL = -lGLES_CL 37 QMAKE_LIBS_OPENGL_ES2 = -lGLESv2 38 QMAKE_LIBS_OPENVG = -lOpenVG 24 39 QMAKE_LIBS_THREAD = -lpthread 25 40 -
trunk/mkspecs/common/mac-g++.conf
r2 r561 10 10 QMAKE_CFLAGS_WARN_ON += -Wall -W 11 11 QMAKE_CFLAGS_WARN_OFF += -w 12 QMAKE_CFLAGS_RELEASE += -O s12 QMAKE_CFLAGS_RELEASE += -O2 13 13 QMAKE_CFLAGS_DEBUG += -g 14 14 QMAKE_CFLAGS_SHLIB += -fPIC … … 47 47 QMAKE_CXXFLAGS_USE_PRECOMPILE = $$QMAKE_CFLAGS_USE_PRECOMPILE 48 48 49 QMAKE_LINK = g++50 QMAKE_LINK_SHLIB = g++51 QMAKE_LINK_C = gcc52 QMAKE_LINK_C_SHLIB = gcc49 QMAKE_LINK = $$QMAKE_CXX 50 QMAKE_LINK_SHLIB = $$QMAKE_CXX 51 QMAKE_LINK_C = $$QMAKE_CC 52 QMAKE_LINK_C_SHLIB = $$QMAKE_CC 53 53 QMAKE_LFLAGS += -headerpad_max_install_names 54 54 QMAKE_LFLAGS_RELEASE += … … 66 66 QMAKE_LFLAGS_VERSION += -current_version$${LITERAL_WHITESPACE} 67 67 QMAKE_LFLAGS_COMPAT_VERSION += -compatibility_version$${LITERAL_WHITESPACE} 68 # -all_load requred to make Objective-C categories work in static builds. 69 QMAKE_LFLAGS_STATIC_LIB += -all_load 68 70 QMAKE_RPATH += 69 71 -
trunk/mkspecs/common/mac-llvm.conf
r2 r561 49 49 QMAKE_CXXFLAGS_USE_PRECOMPILE = $$QMAKE_CFLAGS_USE_PRECOMPILE 50 50 51 QMAKE_LINK = llvm-g++52 QMAKE_LINK_SHLIB = llvm-g++51 QMAKE_LINK = $$QMAKE_CXX 52 QMAKE_LINK_SHLIB = $$QMAKE_CXX 53 53 QMAKE_LFLAGS += -headerpad_max_install_names 54 54 QMAKE_LFLAGS_RELEASE += -
trunk/mkspecs/common/mac.conf
r2 r561 39 39 QMAKE_CHK_DIR_EXISTS = test -d 40 40 QMAKE_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 41 QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.4 # overridden to 10.5 for Cocoa on the compiler command line 42 44 43 45 44 include(unix.conf) -
trunk/mkspecs/cygwin-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 120 120 #define QT_FGETPOS ::fgetpos 121 121 #define QT_FSETPOS ::fsetpos 122 #define QT_MMAP ::mmap 122 123 #define QT_FPOS_T fpos_t 123 124 #define QT_OFF_T long -
trunk/mkspecs/darwin-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 80 80 #define QT_FGETPOS ::fgetpos 81 81 #define QT_FSETPOS ::fsetpos 82 #define QT_MMAP ::mmap 82 83 #define QT_FPOS_T fpos_t 83 84 #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 1 QT += xml 2 contains(QT_CONFIG, script): QT += script 2 3 qt:load(qt) 3 4 -
trunk/mkspecs/features/mac/default_post.prf
r2 r561 1 1 load(default_post) 2 2 !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. 9 qt:!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 1 1 2 2 isEmpty(QMAKE_OBJECTIVE_CC):QMAKE_OBJECTIVE_CC = $$QMAKE_CC 3 isEmpty(QMAKE_OBJECTIVE_CFLAGS) { #bootstrap4 3 QMAKE_OBJECTIVE_CFLAGS = $$QMAKE_CFLAGS 5 4 QMAKE_OBJECTIVE_CFLAGS_WARN_ON = $$QMAKE_CFLAGS_WARN_ON … … 10 9 QMAKE_OBJECTIVE_CFLAGS_PPC = $$QMAKE_CFLAGS_PPC 11 10 QMAKE_OBJECTIVE_CFLAGS_HIDESYMS = $$QMAKE_CXXFLAGS_HIDESYMS 12 } 11 13 12 OBJECTIVE_C_OBJECTS_DIR = $$OBJECTS_DIR 14 13 isEmpty(OBJECTIVE_C_OBJECTS_DIR):OBJECTIVE_C_OBJECTS_DIR = . -
trunk/mkspecs/features/moc.prf
r94 r561 2 2 #global defaults 3 3 isEmpty(QMAKE_MOC) { 4 win32|os2:QMAKE_MOC = $$[QT_INSTALL_BINS]\moc.exe4 contains(QMAKE_HOST.os,Windows)|os2:QMAKE_MOC = $$[QT_INSTALL_BINS]\moc.exe 5 5 else:QMAKE_MOC = $$[QT_INSTALL_BINS]/moc 6 6 } … … 9 9 isEmpty(QMAKE_EXT_CPP_MOC):QMAKE_EXT_CPP_MOC = .moc 10 10 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 13 INCLUDETEMP= 14 WIN_INCLUDETEMP= 15 win32: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: 
 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 17 45 defineReplace(mocCmd) { 18 win32:count($$list($$INCPATH), 40, >) { 19 EOC = $$escape_expand(\n\t) 20 46 !isEmpty(WIN_INCLUDETEMP) { 47 RET = 21 48 if(contains(TEMPLATE, "vc.*")|contains(TEMPLATE_PREFIX, "vc")) { 22 # the VCPROJ generator will replace the \r\h with the coded \r\n: 
 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 26 50 } 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 38 52 return($$RET) 39 53 } 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) 40 57 os2 { 41 58 isEmpty(QMAKE_INCPATH_RSP_VAR):I = $(INCPATH) … … 57 74 moc_header.variable_out = SOURCES 58 75 moc_header.name = MOC ${QMAKE_FILE_IN} 76 if(!contains(TEMPLATE, "vc.*"):!contains(TEMPLATE_PREFIX, "vc")) { 77 !isEmpty(INCLUDETEMP):moc_header.depends += $$INCLUDETEMP 78 } 59 79 silent:moc_header.commands = @echo moc ${QMAKE_FILE_IN} && $$moc_header.commands 60 80 QMAKE_EXTRA_COMPILERS += moc_header … … 68 88 moc_source.input = SOURCES OBJECTIVE_SOURCES 69 89 moc_source.name = MOC ${QMAKE_FILE_IN} 90 if(!contains(TEMPLATE, "vc.*"):!contains(TEMPLATE_PREFIX, "vc")) { 91 !isEmpty(INCLUDETEMP):moc_source.depends += $$INCLUDETEMP 92 } 70 93 silent:moc_source.commands = @echo moc ${QMAKE_FILE_IN} && $$moc_source.commands 71 94 QMAKE_EXTRA_COMPILERS += moc_source … … 74 97 #make sure we can include these files 75 98 moc_dir_short = $$MOC_DIR 76 win32:moc_dir_short ~= s,^.:,/,99 contains(QMAKE_HOST.os,Windows):moc_dir_short ~= s,^.:,/, 77 100 contains(moc_dir_short, ^[/\\\\].*):INCLUDEPATH += $$MOC_DIR 78 101 else:INCLUDEPATH += $$OUT_PWD/$$MOC_DIR -
trunk/mkspecs/features/qt.prf
r96 r561 37 37 38 38 # 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 openglgui network core39 TMPLIBS = declarative webkit phonon multimedia dbus testlib script scripttools svg qt3support sql xmlpatterns xml egl opengl openvg gui network core 40 40 for(QTLIB, $$list($$TMPLIBS)) { 41 41 contains(QT, $$QTLIB): QT_ORDERED += $$QTLIB … … 119 119 DEPLOYMENT *= qt_additional_plugin_$${QTPLUG} 120 120 } 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 } 121 129 } 122 130 } … … 141 149 else:isEqual(QTLIB, xmlpatterns):qlib = QtXmlPatterns 142 150 else:isEqual(QTLIB, opengl):qlib = QtOpenGL 151 else:isEqual(QTLIB, openvg):qlib = QtOpenVG 143 152 else:isEqual(QTLIB, sql):qlib = QtSql 144 153 else:isEqual(QTLIB, core):qlib = QtCore … … 150 159 else:isEqual(QTLIB, testlib):qlib = QtTest 151 160 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 154 171 else:message("Unknown QT: $$QTLIB"):qlib = 155 172 !isEmpty(qlib) { … … 159 176 DEFINES *= $$upper(QT_$${QTLIB}_LIB) 160 177 isEqual(QTLIB, opengl):CONFIG += opengl 178 isEqual(QTLIB, openvg):CONFIG += openvg 161 179 isEqual(QTLIB, qt3support):DEFINES *= QT3_SUPPORT 162 180 isEqual(QTLIB, testlib):CONFIG += console -
trunk/mkspecs/features/qt_config.prf
r2 r561 5 5 else:exists($$[QT_INSTALL_DATA]/mkspecs/qconfig.pri):QMAKE_QT_CONFIG = $$[QT_INSTALL_DATA]/mkspecs/qconfig.pri 6 6 } 7 !exists($$QMAKE_QT_CONFIG)|!include($$QMAKE_QT_CONFIG ) {7 !exists($$QMAKE_QT_CONFIG)|!include($$QMAKE_QT_CONFIG, "", true) { 8 8 debug(1, "Cannot load qconfig.pri!") 9 9 } else { -
trunk/mkspecs/features/qt_functions.prf
r96 r561 46 46 } 47 47 } 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 } 48 62 isEmpty(LINKAGE) { 49 CONFIG(debug, debug|release) {63 if(!debug_and_release|build_pass):CONFIG(debug, debug|release) { 50 64 win32|os2:LINKAGE = -l$${LIB_NAME}$${QT_LIBINFIX}d 51 65 mac:LINKAGE = -l$${LIB_NAME}$${QT_LIBINFIX}_debug -
trunk/mkspecs/features/silent.prf
r2 r561 2 2 QMAKE_CC = @echo compiling $< && $$QMAKE_CC 3 3 QMAKE_CXX = @echo compiling $< && $$QMAKE_CXX 4 QMAKE_LINK = @echo linking $@ && $$QMAKE_LINK4 !contains(QMAKE_LINK, "@:"):QMAKE_LINK = @echo linking $@ && $$QMAKE_LINK 5 5 QMAKE_LINK_SHLIB = @echo linking $@ && $$QMAKE_LINK_SHLIB 6 6 } -
trunk/mkspecs/features/static.prf
r2 r561 7 7 } 8 8 } 9 10 mac { 11 QMAKE_LFLAGS += $$QMAKE_LFLAGS_STATIC_LIB 12 } 13 14 symbian { 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 9 19 !static_and_shared:fix_output_dirs:fixExclusiveOutputDirs(static, shared) -
trunk/mkspecs/features/uic.prf
r2 r561 1 1 2 2 isEmpty(QMAKE_UIC3) { 3 win32:QMAKE_UIC3 = $$[QT_INSTALL_BINS]\uic3.exe3 contains(QMAKE_HOST.os,Windows):QMAKE_UIC3 = $$[QT_INSTALL_BINS]\uic3.exe 4 4 else:QMAKE_UIC3 = $$[QT_INSTALL_BINS]/uic3 5 5 } 6 6 7 7 isEmpty(QMAKE_UIC) { 8 win32:QMAKE_UIC = $$[QT_INSTALL_BINS]\uic.exe8 contains(QMAKE_HOST.os,Windows):QMAKE_UIC = $$[QT_INSTALL_BINS]\uic.exe 9 9 else:QMAKE_UIC = $$[QT_INSTALL_BINS]/uic 10 10 } … … 35 35 } 36 36 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 } 41 43 42 44 # Backwards compatibility: Make shadow builds with default UI_DIR work … … 50 52 isEmpty(FORMS3) { 51 53 UIC3_FORMS = FORMS 52 !build_pass:message("Project contains CONFIG+=uic3, but no files in FORMS3; .uifiles 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.") 53 55 } else { 54 56 UIC3_FORMS = FORMS3 -
trunk/mkspecs/features/uitools.prf
r96 r561 3 3 4 4 # Include the correct version of the UiLoader library 5 QTUITOOLS_LINKAGE = -lQtUiTools 5 symbian: QTUITOOLS_LINKAGE = -lQtUiTools.lib 6 else: QTUITOOLS_LINKAGE = -lQtUiTools 7 6 8 CONFIG(debug, debug|release) { 7 9 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 1 contains(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 1 1 2 !s taticlib:!static:!contains(TEMPLATE, subdirs):!isEmpty(QMAKE_OBJCOPY) {2 !separate_debug_info_nocopy:!staticlib:!static:!contains(TEMPLATE, subdirs):!isEmpty(QMAKE_OBJCOPY) { 3 3 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\" ) ; 4 4 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 1 1 !isEmpty(QMAKE_LIBDIR_X11):QMAKE_LIBDIR += $$QMAKE_LIBDIR_X11 2 LIBS += $$QMAKE_LIBS_X112 LIBS_PRIVATE += $$QMAKE_LIBS_X11 -
trunk/mkspecs/features/unix/x11sm.prf
r2 r561 1 1 !isEmpty(QMAKE_LIBDIR_X11):QMAKE_LIBDIR += $$QMAKE_LIBDIR_X11 2 LIBS += $$QMAKE_LIBS_X11SM2 LIBS_PRIVATE += $$QMAKE_LIBS_X11SM -
trunk/mkspecs/features/win32/embed_manifest_dll.prf
r2 r561 1 MANIFEST_DIR = $$OBJECTS_DIR 2 isEmpty(MANIFEST_DIR):MANIFEST_DIR = . 1 3 !if(plugin:no_plugin_manifest):if(win32-msvc2005|win32-msvc2008):!static:!equals(TEMPLATE_PREFIX, "vc"):equals(TEMPLATE, "lib") { 2 4 NOPATH_TARGET = $$TARGET … … 4 6 NOPATH_TARGET ~= s,\\,/,g # Change to single type separators 5 7 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\") 7 9 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)) 9 11 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\" 11 13 } -
trunk/mkspecs/features/win32/embed_manifest_exe.prf
r2 r561 1 MANIFEST_DIR = $$OBJECTS_DIR 2 isEmpty(MANIFEST_DIR):MANIFEST_DIR = . 1 3 if(win32-msvc2005|win32-msvc2008):!equals(TEMPLATE_PREFIX, "vc"):equals(TEMPLATE, "app") { 2 4 NOPATH_TARGET = $$TARGET … … 4 6 NOPATH_TARGET ~= s,\\,/,g # Change to single type separators 5 7 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\") 7 9 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)) 9 11 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\" 11 13 } -
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. 3 5 6 wince* { 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 2 2 QMAKE_CFLAGS += $$QMAKE_CFLAGS_RTTI_OFF 3 3 QMAKE_CXXFLAGS += $$QMAKE_CXXFLAGS_RTTI_OFF 4 DEFINES += QT_NO_DYNAMIC_CAST -
trunk/mkspecs/features/win32/windows.prf
r2 r561 7 7 qt:for(entryLib, $$list($$unique(QMAKE_LIBS_QT_ENTRY))) { 8 8 isEqual(entryLib, -lqtmain): { 9 CONFIG(debug, debug|release): QMAKE_LIBS += $${entryLib} d10 else: QMAKE_LIBS += $${entryLib} 9 CONFIG(debug, debug|release): QMAKE_LIBS += $${entryLib}$${QT_LIBINFIX}d 10 else: QMAKE_LIBS += $${entryLib}$${QT_LIBINFIX} 11 11 } else { 12 12 QMAKE_LIBS += $${entryLib} -
trunk/mkspecs/freebsd-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 82 82 #define QT_FGETPOS ::fgetpos 83 83 #define QT_FSETPOS ::fsetpos 84 #define QT_MMAP ::mmap 84 85 #define QT_FPOS_T fpos_t 85 86 #define QT_OFF_T off_t -
trunk/mkspecs/freebsd-g++34/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/freebsd-g++40/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/freebsd-icc/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/hpux-acc-64/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 105 105 #define QT_FGETPOS ::fgetpos64 106 106 #define QT_FSETPOS ::fsetpos64 107 #define QT_MMAP ::mmap64 107 108 #define QT_FPOS_T fpos64_t 108 109 #define QT_OFF_T off64_t … … 113 114 #define QT_FGETPOS ::fgetpos 114 115 #define QT_FSETPOS ::fsetpos 116 #define QT_MMAP ::mmap 115 117 #define QT_FPOS_T fpos_t 116 118 #define QT_OFF_T long -
trunk/mkspecs/hpux-acc-o64/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 106 106 #define QT_FGETPOS ::fgetpos64 107 107 #define QT_FSETPOS ::fsetpos64 108 #define QT_MMAP ::mmap64 108 109 #define QT_FPOS_T fpos64_t 109 110 #define QT_OFF_T off64_t … … 114 115 #define QT_FGETPOS ::fgetpos 115 116 #define QT_FSETPOS ::fsetpos 117 #define QT_MMAP ::mmap 116 118 #define QT_FPOS_T fpos_t 117 119 #define QT_OFF_T long -
trunk/mkspecs/hpux-acc/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 108 108 #define QT_FGETPOS ::fgetpos64 109 109 #define QT_FSETPOS ::fsetpos64 110 #define QT_MMAP ::mmap64 110 111 #define QT_FPOS_T fpos64_t 111 112 #define QT_OFF_T off64_t … … 116 117 #define QT_FGETPOS ::fgetpos 117 118 #define QT_FSETPOS ::fsetpos 119 #define QT_MMAP ::mmap 118 120 #define QT_FPOS_T fpos_t 119 121 #define QT_OFF_T long -
trunk/mkspecs/hpux-g++-64/qmake.conf
r2 r561 16 16 QMAKE_YACC = yacc 17 17 QMAKE_YACCFLAGS = -d 18 QMAKE_CFLAGS = +DA2.0W18 QMAKE_CFLAGS = 19 19 QMAKE_CFLAGS_DEPS = -M 20 20 QMAKE_CFLAGS_WARN_ON = -Wall -W … … 52 52 QMAKE_LINK_C = gcc 53 53 QMAKE_LINK_C_SHLIB = gcc 54 QMAKE_LFLAGS = +DA2.0W-Wl,+s -lpthread54 QMAKE_LFLAGS = -Wl,+s -lpthread 55 55 QMAKE_LFLAGS_RELEASE = 56 56 QMAKE_LFLAGS_DEBUG = -
trunk/mkspecs/hpux-g++-64/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 105 105 #define QT_FGETPOS ::fgetpos64 106 106 #define QT_FSETPOS ::fsetpos64 107 #define QT_MMAP ::mmap64 107 108 #define QT_FPOS_T fpos64_t 108 109 #define QT_OFF_T off64_t … … 113 114 #define QT_FGETPOS ::fgetpos 114 115 #define QT_FSETPOS ::fsetpos 116 #define QT_MMAP ::mmap 115 117 #define QT_FPOS_T fpos_t 116 118 #define QT_OFF_T long … … 144 146 #define QT_SIGNAL_IGNORE SIG_IGN 145 147 146 #define QT_SOCKLEN_T int148 #define QT_SOCKLEN_T socklen_t 147 149 148 150 -
trunk/mkspecs/hpux-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 107 107 #define QT_FGETPOS ::fgetpos64 108 108 #define QT_FSETPOS ::fsetpos64 109 #define QT_MMAP ::mmap64 109 110 #define QT_FPOS_T fpos64_t 110 111 #define QT_OFF_T off64_t … … 115 116 #define QT_FGETPOS ::fgetpos 116 117 #define QT_FSETPOS ::fsetpos 118 #define QT_MMAP ::mmap 117 119 #define QT_FPOS_T fpos_t 118 120 #define QT_OFF_T long -
trunk/mkspecs/hpuxi-acc-32/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 106 106 #define QT_FGETPOS ::fgetpos64 107 107 #define QT_FSETPOS ::fsetpos64 108 #define QT_MMAP ::mmap64 108 109 #define QT_FPOS_T fpos64_t 109 110 #define QT_OFF_T off64_t … … 114 115 #define QT_FGETPOS ::fgetpos 115 116 #define QT_FSETPOS ::fsetpos 117 #define QT_MMAP ::mmap 116 118 #define QT_FPOS_T fpos_t 117 119 #define QT_OFF_T long -
trunk/mkspecs/hpuxi-acc-64/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 106 106 #define QT_FGETPOS ::fgetpos64 107 107 #define QT_FSETPOS ::fsetpos64 108 #define QT_MMAP ::mmap64 108 109 #define QT_FPOS_T fpos64_t 109 110 #define QT_OFF_T off64_t … … 114 115 #define QT_FGETPOS ::fgetpos 115 116 #define QT_FSETPOS ::fsetpos 117 #define QT_MMAP ::mmap 116 118 #define QT_FPOS_T fpos_t 117 119 #define QT_OFF_T long -
trunk/mkspecs/hpuxi-g++-64/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 105 105 #define QT_FGETPOS ::fgetpos64 106 106 #define QT_FSETPOS ::fsetpos64 107 #define QT_MMAP ::mmap64 107 108 #define QT_FPOS_T fpos64_t 108 109 #define QT_OFF_T off64_t … … 113 114 #define QT_FGETPOS ::fgetpos 114 115 #define QT_FSETPOS ::fsetpos 116 #define QT_MMAP ::mmap 115 117 #define QT_FPOS_T fpos_t 116 118 #define QT_OFF_T long -
trunk/mkspecs/hurd-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 88 88 #define QT_FGETPOS ::fgetpos 89 89 #define QT_FSETPOS ::fsetpos 90 #define QT_MMAP ::mmap 90 91 #define QT_FPOS_T fpos_t 91 92 #define QT_OFF_T off_t -
trunk/mkspecs/irix-cc-64/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 104 104 #define QT_FGETPOS ::fgetpos64 105 105 #define QT_FSETPOS ::fsetpos64 106 #define QT_MMAP ::mmap64 106 107 #define QT_FPOS_T fpos64_t 107 108 #define QT_OFF_T off64_t … … 112 113 #define QT_FGETPOS ::fgetpos 113 114 #define QT_FSETPOS ::fsetpos 115 #define QT_MMAP ::mmap 114 116 #define QT_FPOS_T fpos_t 115 117 #define QT_OFF_T long -
trunk/mkspecs/irix-cc/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 104 104 #define QT_FGETPOS ::fgetpos64 105 105 #define QT_FSETPOS ::fsetpos64 106 #define QT_MMAP ::mmap64 106 107 #define QT_FPOS_T fpos64_t 107 108 #define QT_OFF_T off64_t … … 112 113 #define QT_FGETPOS ::fgetpos 113 114 #define QT_FSETPOS ::fsetpos 115 #define QT_MMAP ::mmap 114 116 #define QT_FPOS_T fpos_t 115 117 #define QT_OFF_T long -
trunk/mkspecs/irix-g++-64/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/irix-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 104 104 #define QT_FGETPOS ::fgetpos64 105 105 #define QT_FSETPOS ::fsetpos64 106 #define QT_MMAP ::mmap64 106 107 #define QT_FPOS_T fpos64_t 107 108 #define QT_OFF_T off64_t … … 112 113 #define QT_FGETPOS ::fgetpos 113 114 #define QT_FSETPOS ::fsetpos 115 #define QT_MMAP ::mmap 114 116 #define QT_FPOS_T fpos_t 115 117 #define QT_OFF_T long -
trunk/mkspecs/linux-cxx/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 111 111 #define QT_FGETPOS ::fgetpos64 112 112 #define QT_FSETPOS ::fsetpos64 113 #define QT_MMAP ::mmap64 113 114 #define QT_FPOS_T fpos64_t 114 115 #define QT_OFF_T off64_t … … 119 120 #define QT_FGETPOS ::fgetpos 120 121 #define QT_FSETPOS ::fsetpos 122 #define QT_MMAP ::mmap 121 123 #define QT_FPOS_T fpos_t 122 124 #define QT_OFF_T long -
trunk/mkspecs/linux-ecc-64/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 111 111 #define QT_FGETPOS ::fgetpos64 112 112 #define QT_FSETPOS ::fsetpos64 113 #define QT_MMAP ::mmap64 113 114 #define QT_FPOS_T fpos64_t 114 115 #define QT_OFF_T off64_t … … 119 120 #define QT_FGETPOS ::fgetpos 120 121 #define QT_FSETPOS ::fsetpos 122 #define QT_MMAP ::mmap 121 123 #define QT_FPOS_T fpos_t 122 124 #define QT_OFF_T long -
trunk/mkspecs/linux-g++-32/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/linux-g++-64/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/linux-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 68 68 #include <pwd.h> 69 69 #include <signal.h> 70 #include <dlfcn.h>71 70 72 71 #include <sys/types.h> … … 111 110 #define QT_FGETPOS ::fgetpos64 112 111 #define QT_FSETPOS ::fsetpos64 112 #define QT_MMAP ::mmap64 113 113 #define QT_FPOS_T fpos64_t 114 114 #define QT_OFF_T off64_t … … 119 119 #define QT_FGETPOS ::fgetpos 120 120 #define QT_FSETPOS ::fsetpos 121 #define QT_MMAP ::mmap 121 122 #define QT_FPOS_T fpos_t 122 123 #define QT_OFF_T long -
trunk/mkspecs/linux-icc-32/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/linux-icc-64/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/linux-icc/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/linux-kcc/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 114 114 #define QT_FGETPOS ::fgetpos64 115 115 #define QT_FSETPOS ::fsetpos64 116 #define QT_MMAP ::mmap64 116 117 #define QT_FPOS_T fpos64_t 117 118 #define QT_OFF_T off64_t … … 122 123 #define QT_FGETPOS ::fgetpos 123 124 #define QT_FSETPOS ::fsetpos 125 #define QT_MMAP ::mmap 124 126 #define QT_FPOS_T fpos_t 125 127 #define QT_OFF_T long -
trunk/mkspecs/linux-llvm/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 111 111 #define QT_FGETPOS ::fgetpos64 112 112 #define QT_FSETPOS ::fsetpos64 113 #define QT_MMAP ::mmap64 113 114 #define QT_FPOS_T fpos64_t 114 115 #define QT_OFF_T off64_t … … 119 120 #define QT_FGETPOS ::fgetpos 120 121 #define QT_FSETPOS ::fsetpos 122 #define QT_MMAP ::mmap 121 123 #define QT_FPOS_T fpos_t 122 124 #define QT_OFF_T long -
trunk/mkspecs/linux-lsb-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 115 115 #define QT_FGETPOS ::fgetpos64 116 116 #define QT_FSETPOS ::fsetpos64 117 #define QT_MMAP ::mmap64 117 118 #define QT_FPOS_T fpos64_t 118 119 #define QT_OFF_T off64_t … … 123 124 #define QT_FGETPOS ::fgetpos 124 125 #define QT_FSETPOS ::fsetpos 126 #define QT_MMAP ::mmap 125 127 #define QT_FPOS_T fpos_t 126 128 #define QT_OFF_T long -
trunk/mkspecs/linux-pgcc/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 111 111 #define QT_FGETPOS ::fgetpos64 112 112 #define QT_FSETPOS ::fsetpos64 113 #define QT_MMAP ::mmap64 113 114 #define QT_FPOS_T fpos64_t 114 115 #define QT_OFF_T off64_t … … 119 120 #define QT_FGETPOS ::fgetpos 120 121 #define QT_FSETPOS ::fsetpos 122 #define QT_MMAP ::mmap 121 123 #define QT_FPOS_T fpos_t 122 124 #define QT_OFF_T long -
trunk/mkspecs/lynxos-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 81 81 #define QT_FGETPOS ::fgetpos 82 82 #define QT_FSETPOS ::fsetpos 83 #define QT_MMAP ::mmap 83 84 #define QT_FPOS_T fpos_t 84 85 #define QT_OFF_T off_t -
trunk/mkspecs/macx-g++/qmake.conf
r2 r561 13 13 QMAKE_INCREMENTAL_STYLE = sublib 14 14 15 include(../common/mac-g++.conf)16 17 15 QMAKE_CC = gcc 18 16 QMAKE_CXX = g++ 19 17 18 include(../common/mac-g++.conf) 19 20 20 load(qt_config) -
trunk/mkspecs/macx-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 81 81 #define QT_FGETPOS ::fgetpos 82 82 #define QT_FSETPOS ::fsetpos 83 #define QT_MMAP ::mmap 83 84 #define QT_FPOS_T fpos_t 84 85 #define QT_OFF_T off_t -
trunk/mkspecs/macx-g++42/qmake.conf
r2 r561 13 13 QMAKE_INCREMENTAL_STYLE = sublib 14 14 15 include(../common/mac-g++.conf)16 17 18 15 QMAKE_CC = gcc-4.2 19 16 QMAKE_CXX = g++-4.2 20 17 18 include(../common/mac-g++.conf) 19 21 20 load(qt_config) -
trunk/mkspecs/macx-g++42/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 81 81 #define QT_FGETPOS ::fgetpos 82 82 #define QT_FSETPOS ::fsetpos 83 #define QT_MMAP ::mmap 83 84 #define QT_FPOS_T fpos_t 84 85 #define QT_OFF_T off_t -
trunk/mkspecs/macx-icc/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/macx-llvm/qmake.conf
r2 r561 15 15 include(../common/mac-llvm.conf) 16 16 17 QMAKE_OBJECTIVE_CC = gcc18 19 17 load(qt_config) -
trunk/mkspecs/macx-llvm/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 81 81 #define QT_FGETPOS ::fgetpos 82 82 #define QT_FSETPOS ::fsetpos 83 #define QT_MMAP ::mmap 83 84 #define QT_FPOS_T fpos_t 84 85 #define QT_OFF_T off_t -
trunk/mkspecs/macx-pbuilder/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 81 81 #define QT_FGETPOS ::fgetpos 82 82 #define QT_FSETPOS ::fsetpos 83 #define QT_MMAP ::mmap 83 84 #define QT_FPOS_T fpos_t 84 85 #define QT_OFF_T off_t -
trunk/mkspecs/macx-xcode/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 81 81 #define QT_FGETPOS ::fgetpos 82 82 #define QT_FSETPOS ::fsetpos 83 #define QT_MMAP ::mmap 83 84 #define QT_FPOS_T fpos_t 84 85 #define QT_OFF_T off_t -
trunk/mkspecs/macx-xlc/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 81 81 #define QT_FGETPOS ::fgetpos 82 82 #define QT_FSETPOS ::fsetpos 83 #define QT_MMAP ::mmap 83 84 #define QT_FPOS_T fpos_t 84 85 #define QT_OFF_T off_t -
trunk/mkspecs/netbsd-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 81 81 #define QT_FGETPOS ::fgetpos 82 82 #define QT_FSETPOS ::fsetpos 83 #define QT_MMAP ::mmap 83 84 #define QT_FPOS_T fpos_t 84 85 #define QT_OFF_T off_t -
trunk/mkspecs/openbsd-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 82 82 #define QT_FGETPOS ::fgetpos 83 83 #define QT_FSETPOS ::fsetpos 84 #define QT_MMAP ::mmap 84 85 #define QT_FPOS_T fpos_t 85 86 #define QT_OFF_T off_t -
trunk/mkspecs/qws/freebsd-generic-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/qws/linux-arm-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
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 1 42 #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 1 42 #include "../../linux-g++/qplatformdefs.h" -
trunk/mkspecs/qws/linux-cellon-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/qws/linux-dm7000-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/qws/linux-dm800-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/qws/linux-generic-g++-32/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/qws/linux-generic-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/qws/linux-ipaq-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/qws/linux-lsb-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/qws/linux-mips-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
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 1 42 #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 1 42 #include "../../linux-g++/qplatformdefs.h" -
trunk/mkspecs/qws/linux-sharp-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/qws/linux-x86-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/qws/linux-x86_64-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/qws/linux-zylonite-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/qws/macx-generic-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/qws/solaris-generic-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/sco-cc/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 82 82 #define QT_FGETPOS ::fgetpos 83 83 #define QT_FSETPOS ::fsetpos 84 #define QT_MMAP ::mmap 84 85 #define QT_FPOS_T fpos_t 85 86 #define QT_OFF_T off_t -
trunk/mkspecs/sco-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 86 86 #define QT_FGETPOS ::fgetpos 87 87 #define QT_FSETPOS ::fsetpos 88 #define QT_MMAP ::mmap 88 89 #define QT_FPOS_T fpos_t 89 90 #define QT_OFF_T off_t -
trunk/mkspecs/solaris-cc-64/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 112 112 #define QT_FGETPOS ::fgetpos64 113 113 #define QT_FSETPOS ::fsetpos64 114 #define QT_MMAP ::mmap64 114 115 #define QT_FPOS_T fpos64_t 115 116 #define QT_OFF_T off64_t … … 120 121 #define QT_FGETPOS ::fgetpos 121 122 #define QT_FSETPOS ::fsetpos 123 #define QT_MMAP ::mmap 122 124 #define QT_FPOS_T fpos_t 123 125 #define QT_OFF_T long -
trunk/mkspecs/solaris-cc/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 120 120 #define QT_FGETPOS ::fgetpos64 121 121 #define QT_FSETPOS ::fsetpos64 122 #define QT_MMAP ::mmap64 122 123 #define QT_FPOS_T fpos64_t 123 124 #define QT_OFF_T off64_t … … 128 129 #define QT_FGETPOS ::fgetpos 129 130 #define QT_FSETPOS ::fsetpos 131 #define QT_MMAP ::mmap 130 132 #define QT_FPOS_T fpos_t 131 133 #define QT_OFF_T long -
trunk/mkspecs/solaris-g++-64/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 129 129 #define QT_FGETPOS ::fgetpos64 130 130 #define QT_FSETPOS ::fsetpos64 131 #define QT_MMAP ::mmap64 131 132 #define QT_FPOS_T fpos64_t 132 133 #define QT_OFF_T off64_t … … 137 138 #define QT_FGETPOS ::fgetpos 138 139 #define QT_FSETPOS ::fsetpos 140 #define QT_MMAP ::mmap 139 141 #define QT_FPOS_T fpos_t 140 142 #define QT_OFF_T long -
trunk/mkspecs/solaris-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 133 133 #define QT_FGETPOS ::fgetpos64 134 134 #define QT_FSETPOS ::fsetpos64 135 #define QT_MMAP ::mmap64 135 136 #define QT_FPOS_T fpos64_t 136 137 #define QT_OFF_T off64_t … … 141 142 #define QT_FGETPOS ::fgetpos 142 143 #define QT_FSETPOS ::fsetpos 144 #define QT_MMAP ::mmap 143 145 #define QT_FPOS_T fpos_t 144 146 #define QT_OFF_T long -
trunk/mkspecs/tru64-cxx/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 84 84 #define QT_FGETPOS ::fgetpos 85 85 #define QT_FSETPOS ::fsetpos 86 #define QT_MMAP ::mmap 86 87 #define QT_FPOS_T fpos_t 87 88 #define QT_OFF_T off_t -
trunk/mkspecs/tru64-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 84 84 #define QT_FGETPOS ::fgetpos 85 85 #define QT_FSETPOS ::fsetpos 86 #define QT_MMAP ::mmap 86 87 #define QT_FPOS_T fpos_t 87 88 #define QT_OFF_T off_t -
trunk/mkspecs/unixware-cc/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 82 82 #define QT_FGETPOS ::fgetpos 83 83 #define QT_FSETPOS ::fsetpos 84 #define QT_MMAP ::mmap 84 85 #define QT_FPOS_T fpos_t 85 86 #define QT_OFF_T off_t -
trunk/mkspecs/unixware-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 82 82 #define QT_FGETPOS ::fgetpos 83 83 #define QT_FSETPOS ::fsetpos 84 #define QT_MMAP ::mmap 84 85 #define QT_FPOS_T fpos_t 85 86 #define QT_OFF_T off_t -
trunk/mkspecs/win32-borland/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/win32-g++/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 61 61 #include <sys/stat.h> 62 62 #include <stdlib.h> 63 #include < windows.h>63 #include <qt_windows.h> 64 64 #include <limits.h> 65 65 -
trunk/mkspecs/win32-icc/qmake.conf
r2 r561 17 17 QMAKE_YACC = byacc 18 18 QMAKE_YACCFLAGS = -d 19 QMAKE_CFLAGS = -nologo -Zm200 /Qprec 19 QMAKE_CFLAGS = -nologo -Zm200 /Qprec /Qwd1744,1738 20 20 QMAKE_CFLAGS_WARN_ON = -W3 /Qwd673 21 21 QMAKE_CFLAGS_WARN_OFF = -W0 /Qwd673 -
trunk/mkspecs/win32-icc/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/win32-msvc.net/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 116 116 #define QT_FOPEN ::fopen 117 117 #ifdef QT_LARGEFILE_SUPPORT 118 // 64-bit versions of fseek/ftell not always available. E.g., when linking 119 // dynamically to CRT (/MT) 118 120 #define QT_FSEEK ::fseek 119 #define QT_FTELL ::ftell121 #define QT_FTELL (QT_OFF_T)::ftell 120 122 #else 121 123 #define QT_FSEEK ::fseek -
trunk/mkspecs/win32-msvc/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/win32-msvc2002/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/win32-msvc2003/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/win32-msvc2005/qmake.conf
r2 r561 20 20 QMAKE_CFLAGS_WARN_ON = -W3 21 21 QMAKE_CFLAGS_WARN_OFF = -W0 22 QMAKE_CFLAGS_RELEASE = -O2 -MD -GL22 QMAKE_CFLAGS_RELEASE = -O2 -MD 23 23 QMAKE_CFLAGS_DEBUG = -Zi -MDd 24 24 QMAKE_CFLAGS_YACC = 25 QMAKE_CFLAGS_LTCG = -GL 25 26 26 27 QMAKE_CXX = $$QMAKE_CC … … 31 32 QMAKE_CXXFLAGS_DEBUG = $$QMAKE_CFLAGS_DEBUG 32 33 QMAKE_CXXFLAGS_YACC = $$QMAKE_CFLAGS_YACC 34 QMAKE_CXXFLAGS_LTCG = $$QMAKE_CFLAGS_LTCG 33 35 QMAKE_CXXFLAGS_STL_ON = -EHsc 34 36 QMAKE_CXXFLAGS_STL_OFF = … … 51 53 QMAKE_LINK = link 52 54 QMAKE_LFLAGS = /NOLOGO 53 QMAKE_LFLAGS_RELEASE = /INCREMENTAL:NO /LTCG55 QMAKE_LFLAGS_RELEASE = /INCREMENTAL:NO 54 56 QMAKE_LFLAGS_DEBUG = /DEBUG 55 57 QMAKE_LFLAGS_CONSOLE = /SUBSYSTEM:CONSOLE 56 58 QMAKE_LFLAGS_WINDOWS = /SUBSYSTEM:WINDOWS \"/MANIFESTDEPENDENCY:type=\'win32\' name=\'Microsoft.Windows.Common-Controls\' version=\'6.0.0.0\' publicKeyToken=\'6595b64144ccf1df\' language=\'*\' processorArchitecture=\'*\'\" 57 59 QMAKE_LFLAGS_DLL = /DLL 60 QMAKE_LFLAGS_LTCG = /LTCG 58 61 59 62 QMAKE_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 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/win32-msvc2008/qmake.conf
r2 r561 20 20 QMAKE_CFLAGS_WARN_ON = -W3 21 21 QMAKE_CFLAGS_WARN_OFF = -W0 22 QMAKE_CFLAGS_RELEASE = -O2 -MD -GL22 QMAKE_CFLAGS_RELEASE = -O2 -MD 23 23 QMAKE_CFLAGS_DEBUG = -Zi -MDd 24 24 QMAKE_CFLAGS_YACC = 25 QMAKE_CFLAGS_LTCG = -GL 25 26 26 27 QMAKE_CXX = $$QMAKE_CC … … 31 32 QMAKE_CXXFLAGS_DEBUG = $$QMAKE_CFLAGS_DEBUG 32 33 QMAKE_CXXFLAGS_YACC = $$QMAKE_CFLAGS_YACC 34 QMAKE_CXXFLAGS_LTCG = $$QMAKE_CFLAGS_LTCG 33 35 QMAKE_CXXFLAGS_STL_ON = -EHsc 34 36 QMAKE_CXXFLAGS_STL_OFF = … … 51 53 QMAKE_LINK = link 52 54 QMAKE_LFLAGS = /NOLOGO 53 QMAKE_LFLAGS_RELEASE = /INCREMENTAL:NO /LTCG55 QMAKE_LFLAGS_RELEASE = /INCREMENTAL:NO 54 56 QMAKE_LFLAGS_DEBUG = /DEBUG 55 57 QMAKE_LFLAGS_CONSOLE = /SUBSYSTEM:CONSOLE 56 58 QMAKE_LFLAGS_WINDOWS = /SUBSYSTEM:WINDOWS \"/MANIFESTDEPENDENCY:type=\'win32\' name=\'Microsoft.Windows.Common-Controls\' version=\'6.0.0.0\' publicKeyToken=\'6595b64144ccf1df\' language=\'*\' processorArchitecture=\'*\'\" 57 59 QMAKE_LFLAGS_DLL = /DLL 60 QMAKE_LFLAGS_LTCG = /LTCG 58 61 59 62 QMAKE_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 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** -
trunk/mkspecs/wince50standard-armv4i-msvc2005/qmake.conf
r2 r561 4 4 # Written for Microsoft VC2005.NET with Standard SDK for WindowsCE 5.0 (ARMV4I) 5 5 # 6 include(../common/wince .conf)6 include(../common/wince/qmake.conf) 7 7 8 8 CE_SDK = STANDARDSDK_500 -
trunk/mkspecs/wince50standard-armv4i-msvc2005/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** 40 40 ****************************************************************************/ 41 41 42 #ifndef QPLATFORMDEFS_H 43 #define QPLATFORMDEFS_H 42 #include "../common/wince/qplatformdefs.h" 44 43 45 #ifdef UNICODE46 #ifndef _UNICODE47 #define _UNICODE48 #endif49 #endif50 51 // Get Qt defines/settings52 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_FAT66 #ifdef QT_LARGEFILE_SUPPORT67 #define QT_STATBUF struct _stati64 // non-ANSI defs68 #define QT_STATBUF4TSTAT struct _stati64 // non-ANSI defs69 #define QT_STAT ::_stati6470 #define QT_FSTAT ::_fstati6471 #else72 #define QT_STATBUF struct stat // non-ANSI defs73 #define QT_STATBUF4TSTAT struct stat // non-ANSI defs74 #define QT_STAT ::qt_wince_stat75 #define QT_FSTAT ::qt_wince__fstat76 #endif77 #define QT_STAT_REG _S_IFREG78 #define QT_STAT_DIR _S_IFDIR79 #define QT_STAT_MASK _S_IFMT80 #if defined(_S_IFLNK)81 # define QT_STAT_LNK _S_IFLNK82 #endif83 #define QT_FILENO ::qt_wince___fileno84 #define QT_OPEN ::qt_wince_open85 #define QT_CLOSE ::qt_wince__close86 #ifdef QT_LARGEFILE_SUPPORT87 #define QT_LSEEK ::_lseeki6488 #define QT_TSTAT ::_tstati6489 #else90 #define QT_LSEEK ::qt_wince__lseek91 #define QT_TSTAT ::_tstat92 #endif93 #define QT_READ ::qt_wince__read94 #define QT_WRITE ::qt_wince__write95 #define QT_ACCESS ::qt_wince__access96 #define QT_GETCWD ::_getcwd97 #define QT_CHDIR ::_chdir98 #define QT_MKDIR ::qt_wince__mkdir99 #define QT_RMDIR ::qt_wince__rmdir100 #define QT_OPEN_RDONLY _O_RDONLY101 #define QT_OPEN_WRONLY _O_WRONLY102 #define QT_OPEN_RDWR _O_RDWR103 #define QT_OPEN_CREAT _O_CREAT104 #define QT_OPEN_TRUNC _O_TRUNC105 #define QT_OPEN_APPEND _O_APPEND106 # define QT_OPEN_TEXT _O_TEXT107 # define QT_OPEN_BINARY _O_BINARY108 109 #define QT_FOPEN ::fopen110 #define QT_FSEEK ::fseek111 #define QT_FTELL ::ftell112 #define QT_FGETPOS ::fgetpos113 #define QT_FSETPOS ::fsetpos114 #define QT_FPOS_T fpos_t115 #define QT_OFF_T long116 117 #define QT_SIGNAL_ARGS int118 119 #define QT_VSNPRINTF(buffer, count, format, arg) \120 _vsnprintf(buffer, count, format, arg)121 122 #define QT_SNPRINTF ::_snprintf123 124 # define F_OK 0125 # define X_OK 1126 # define W_OK 2127 # define R_OK 4128 129 typedef int mode_t;130 131 #endif // QPLATFORMDEFS_H -
trunk/mkspecs/wince50standard-armv4i-msvc2008/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** 40 40 ****************************************************************************/ 41 41 42 #include "../ wince50standard-armv4i-msvc2005/qplatformdefs.h"42 #include "../common/wince/qplatformdefs.h" 43 43 -
trunk/mkspecs/wince50standard-mipsii-msvc2005/qmake.conf
r2 r561 4 4 # Written for Microsoft VC2005.NET with Standard SDK for WindowsCE 5.0 (MIPSII) 5 5 # 6 include(../common/wince .conf)6 include(../common/wince/qmake.conf) 7 7 8 8 CE_SDK = STANDARDSDK_500 -
trunk/mkspecs/wince50standard-mipsii-msvc2005/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** 40 40 ****************************************************************************/ 41 41 42 #ifndef QPLATFORMDEFS_H 43 #define QPLATFORMDEFS_H 42 #include "../common/wince/qplatformdefs.h" 44 43 45 #ifdef UNICODE46 #ifndef _UNICODE47 #define _UNICODE48 #endif49 #endif50 51 // Get Qt defines/settings52 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_FAT66 #ifdef QT_LARGEFILE_SUPPORT67 #define QT_STATBUF struct _stati64 // non-ANSI defs68 #define QT_STATBUF4TSTAT struct _stati64 // non-ANSI defs69 #define QT_STAT ::_stati6470 #define QT_FSTAT ::_fstati6471 #else72 #define QT_STATBUF struct stat // non-ANSI defs73 #define QT_STATBUF4TSTAT struct stat // non-ANSI defs74 #define QT_STAT ::qt_wince_stat75 #define QT_FSTAT ::qt_wince__fstat76 #endif77 #define QT_STAT_REG _S_IFREG78 #define QT_STAT_DIR _S_IFDIR79 #define QT_STAT_MASK _S_IFMT80 #if defined(_S_IFLNK)81 # define QT_STAT_LNK _S_IFLNK82 #endif83 #define QT_FILENO ::qt_wince___fileno84 #define QT_OPEN ::qt_wince_open85 #define QT_CLOSE ::qt_wince__close86 #ifdef QT_LARGEFILE_SUPPORT87 #define QT_LSEEK ::_lseeki6488 #define QT_TSTAT ::_tstati6489 #else90 #define QT_LSEEK ::qt_wince__lseek91 #define QT_TSTAT ::_tstat92 #endif93 #define QT_READ ::qt_wince__read94 #define QT_WRITE ::qt_wince__write95 #define QT_ACCESS ::qt_wince__access96 #define QT_GETCWD ::_getcwd97 #define QT_CHDIR ::_chdir98 #define QT_MKDIR ::qt_wince__mkdir99 #define QT_RMDIR ::qt_wince__rmdir100 #define QT_OPEN_RDONLY _O_RDONLY101 #define QT_OPEN_WRONLY _O_WRONLY102 #define QT_OPEN_RDWR _O_RDWR103 #define QT_OPEN_CREAT _O_CREAT104 #define QT_OPEN_TRUNC _O_TRUNC105 #define QT_OPEN_APPEND _O_APPEND106 # define QT_OPEN_TEXT _O_TEXT107 # define QT_OPEN_BINARY _O_BINARY108 109 #define QT_FOPEN ::fopen110 #define QT_FSEEK ::fseek111 #define QT_FTELL ::ftell112 #define QT_FGETPOS ::fgetpos113 #define QT_FSETPOS ::fsetpos114 #define QT_FPOS_T fpos_t115 #define QT_OFF_T long116 117 #define QT_SIGNAL_ARGS int118 119 #define QT_VSNPRINTF(buffer, count, format, arg) \120 _vsnprintf(buffer, count, format, arg)121 122 #define QT_SNPRINTF ::_snprintf123 124 # define F_OK 0125 # define X_OK 1126 # define W_OK 2127 # define R_OK 4128 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)1 include(../wince50standard-mipsii-msvc2005/default_post.prf) -
trunk/mkspecs/wince50standard-mipsii-msvc2008/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** 40 40 ****************************************************************************/ 41 41 42 #include "../ wince50standard-mipsii-msvc2005/qplatformdefs.h"42 #include "../common/wince/qplatformdefs.h" 43 43 -
trunk/mkspecs/wince50standard-mipsiv-msvc2005/qmake.conf
r2 r561 4 4 # Written for Microsoft VC2005.NET with Standard SDK for WindowsCE 5.0 (MIPSIV) 5 5 # 6 include(../common/wince .conf)6 include(../common/wince/qmake.conf) 7 7 8 8 CE_SDK = STANDARDSDK_500 -
trunk/mkspecs/wince50standard-mipsiv-msvc2005/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** 40 40 ****************************************************************************/ 41 41 42 #ifndef QPLATFORMDEFS_H 43 #define QPLATFORMDEFS_H 42 #include "../common/wince/qplatformdefs.h" 44 43 45 #ifdef UNICODE46 #ifndef _UNICODE47 #define _UNICODE48 #endif49 #endif50 51 // Get Qt defines/settings52 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_FAT66 #ifdef QT_LARGEFILE_SUPPORT67 #define QT_STATBUF struct _stati64 // non-ANSI defs68 #define QT_STATBUF4TSTAT struct _stati64 // non-ANSI defs69 #define QT_STAT ::_stati6470 #define QT_FSTAT ::_fstati6471 #else72 #define QT_STATBUF struct stat // non-ANSI defs73 #define QT_STATBUF4TSTAT struct stat // non-ANSI defs74 #define QT_STAT ::qt_wince_stat75 #define QT_FSTAT ::qt_wince__fstat76 #endif77 #define QT_STAT_REG _S_IFREG78 #define QT_STAT_DIR _S_IFDIR79 #define QT_STAT_MASK _S_IFMT80 #if defined(_S_IFLNK)81 # define QT_STAT_LNK _S_IFLNK82 #endif83 #define QT_FILENO ::qt_wince___fileno84 #define QT_OPEN ::qt_wince_open85 #define QT_CLOSE ::qt_wince__close86 #ifdef QT_LARGEFILE_SUPPORT87 #define QT_LSEEK ::_lseeki6488 #define QT_TSTAT ::_tstati6489 #else90 #define QT_LSEEK ::qt_wince__lseek91 #define QT_TSTAT ::_tstat92 #endif93 #define QT_READ ::qt_wince__read94 #define QT_WRITE ::qt_wince__write95 #define QT_ACCESS ::qt_wince__access96 #define QT_GETCWD ::_getcwd97 #define QT_CHDIR ::_chdir98 #define QT_MKDIR ::qt_wince__mkdir99 #define QT_RMDIR ::qt_wince__rmdir100 #define QT_OPEN_RDONLY _O_RDONLY101 #define QT_OPEN_WRONLY _O_WRONLY102 #define QT_OPEN_RDWR _O_RDWR103 #define QT_OPEN_CREAT _O_CREAT104 #define QT_OPEN_TRUNC _O_TRUNC105 #define QT_OPEN_APPEND _O_APPEND106 # define QT_OPEN_TEXT _O_TEXT107 # define QT_OPEN_BINARY _O_BINARY108 109 #define QT_FOPEN ::fopen110 #define QT_FSEEK ::fseek111 #define QT_FTELL ::ftell112 #define QT_FGETPOS ::fgetpos113 #define QT_FSETPOS ::fsetpos114 #define QT_FPOS_T fpos_t115 #define QT_OFF_T long116 117 #define QT_SIGNAL_ARGS int118 119 #define QT_VSNPRINTF(buffer, count, format, arg) \120 _vsnprintf(buffer, count, format, arg)121 122 #define QT_SNPRINTF ::_snprintf123 124 # define F_OK 0125 # define X_OK 1126 # define W_OK 2127 # define R_OK 4128 129 typedef int mode_t;130 131 #endif // QPLATFORMDEFS_H -
trunk/mkspecs/wince50standard-mipsiv-msvc2008/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** 40 40 ****************************************************************************/ 41 41 42 #include "../ wince50standard-mipsiv-msvc2005/qplatformdefs.h"42 #include "../common/wince/qplatformdefs.h" 43 43 -
trunk/mkspecs/wince50standard-sh4-msvc2005/qmake.conf
r2 r561 4 4 # Written for Microsoft VC2005.NET with Standard SDK for WindowsCE 5.0 (SH4) 5 5 # 6 include(../common/wince .conf)6 include(../common/wince/qmake.conf) 7 7 8 8 CE_SDK = STANDARDSDK_500 -
trunk/mkspecs/wince50standard-sh4-msvc2005/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** 40 40 ****************************************************************************/ 41 41 42 #ifndef QPLATFORMDEFS_H 43 #define QPLATFORMDEFS_H 42 #include "../common/wince/qplatformdefs.h" 44 43 45 #ifdef UNICODE46 #ifndef _UNICODE47 #define _UNICODE48 #endif49 #endif50 51 // Get Qt defines/settings52 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_FAT66 #ifdef QT_LARGEFILE_SUPPORT67 #define QT_STATBUF struct _stati64 // non-ANSI defs68 #define QT_STATBUF4TSTAT struct _stati64 // non-ANSI defs69 #define QT_STAT ::_stati6470 #define QT_FSTAT ::_fstati6471 #else72 #define QT_STATBUF struct stat // non-ANSI defs73 #define QT_STATBUF4TSTAT struct stat // non-ANSI defs74 #define QT_STAT ::qt_wince_stat75 #define QT_FSTAT ::qt_wince__fstat76 #endif77 #define QT_STAT_REG _S_IFREG78 #define QT_STAT_DIR _S_IFDIR79 #define QT_STAT_MASK _S_IFMT80 #if defined(_S_IFLNK)81 # define QT_STAT_LNK _S_IFLNK82 #endif83 #define QT_FILENO ::qt_wince___fileno84 #define QT_OPEN ::qt_wince_open85 #define QT_CLOSE ::qt_wince__close86 #ifdef QT_LARGEFILE_SUPPORT87 #define QT_LSEEK ::_lseeki6488 #define QT_TSTAT ::_tstati6489 #else90 #define QT_LSEEK ::qt_wince__lseek91 #define QT_TSTAT ::_tstat92 #endif93 #define QT_READ ::qt_wince__read94 #define QT_WRITE ::qt_wince__write95 #define QT_ACCESS ::qt_wince__access96 #define QT_GETCWD ::_getcwd97 #define QT_CHDIR ::_chdir98 #define QT_MKDIR ::qt_wince__mkdir99 #define QT_RMDIR ::qt_wince__rmdir100 #define QT_OPEN_RDONLY _O_RDONLY101 #define QT_OPEN_WRONLY _O_WRONLY102 #define QT_OPEN_RDWR _O_RDWR103 #define QT_OPEN_CREAT _O_CREAT104 #define QT_OPEN_TRUNC _O_TRUNC105 #define QT_OPEN_APPEND _O_APPEND106 # define QT_OPEN_TEXT _O_TEXT107 # define QT_OPEN_BINARY _O_BINARY108 109 #define QT_FOPEN ::fopen110 #define QT_FSEEK ::fseek111 #define QT_FTELL ::ftell112 #define QT_FGETPOS ::fgetpos113 #define QT_FSETPOS ::fsetpos114 #define QT_FPOS_T fpos_t115 #define QT_OFF_T long116 117 #define QT_SIGNAL_ARGS int118 119 #define QT_VSNPRINTF(buffer, count, format, arg) \120 _vsnprintf(buffer, count, format, arg)121 122 #define QT_SNPRINTF ::_snprintf123 124 # define F_OK 0125 # define X_OK 1126 # define W_OK 2127 # define R_OK 4128 129 typedef int mode_t;130 131 #endif // QPLATFORMDEFS_H -
trunk/mkspecs/wince50standard-sh4-msvc2008/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** 40 40 ****************************************************************************/ 41 41 42 #include "../ wince50standard-sh4-msvc2005/qplatformdefs.h"42 #include "../common/wince/qplatformdefs.h" 43 43 -
trunk/mkspecs/wince50standard-x86-msvc2005/qmake.conf
r2 r561 4 4 # Written for Microsoft VC2005.NET with Standard SDK for WindowsCE 5.0 (x86) 5 5 # 6 include(../common/wince .conf)6 include(../common/wince/qmake.conf) 7 7 8 8 CE_SDK = STANDARDSDK_500 -
trunk/mkspecs/wince50standard-x86-msvc2005/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** 40 40 ****************************************************************************/ 41 41 42 #ifndef QPLATFORMDEFS_H 43 #define QPLATFORMDEFS_H 42 #include "../common/wince/qplatformdefs.h" 44 43 45 #ifdef UNICODE46 #ifndef _UNICODE47 #define _UNICODE48 #endif49 #endif50 51 // Get Qt defines/settings52 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_FAT66 #ifdef QT_LARGEFILE_SUPPORT67 #define QT_STATBUF struct _stati64 // non-ANSI defs68 #define QT_STATBUF4TSTAT struct _stati64 // non-ANSI defs69 #define QT_STAT ::_stati6470 #define QT_FSTAT ::_fstati6471 #else72 #define QT_STATBUF struct stat // non-ANSI defs73 #define QT_STATBUF4TSTAT struct stat // non-ANSI defs74 #define QT_STAT ::qt_wince_stat75 #define QT_FSTAT ::qt_wince__fstat76 #endif77 #define QT_STAT_REG _S_IFREG78 #define QT_STAT_DIR _S_IFDIR79 #define QT_STAT_MASK _S_IFMT80 #if defined(_S_IFLNK)81 # define QT_STAT_LNK _S_IFLNK82 #endif83 #define QT_FILENO ::qt_wince___fileno84 #define QT_OPEN ::qt_wince_open85 #define QT_CLOSE ::qt_wince__close86 #ifdef QT_LARGEFILE_SUPPORT87 #define QT_LSEEK ::_lseeki6488 #define QT_TSTAT ::_tstati6489 #else90 #define QT_LSEEK ::qt_wince__lseek91 #define QT_TSTAT ::_tstat92 #endif93 #define QT_READ ::qt_wince__read94 #define QT_WRITE ::qt_wince__write95 #define QT_ACCESS ::qt_wince__access96 #define QT_GETCWD ::_getcwd97 #define QT_CHDIR ::_chdir98 #define QT_MKDIR ::qt_wince__mkdir99 #define QT_RMDIR ::qt_wince__rmdir100 #define QT_OPEN_RDONLY _O_RDONLY101 #define QT_OPEN_WRONLY _O_WRONLY102 #define QT_OPEN_RDWR _O_RDWR103 #define QT_OPEN_CREAT _O_CREAT104 #define QT_OPEN_TRUNC _O_TRUNC105 #define QT_OPEN_APPEND _O_APPEND106 # define QT_OPEN_TEXT _O_TEXT107 # define QT_OPEN_BINARY _O_BINARY108 109 #define QT_FOPEN ::fopen110 #define QT_FSEEK ::fseek111 #define QT_FTELL ::ftell112 #define QT_FGETPOS ::fgetpos113 #define QT_FSETPOS ::fsetpos114 #define QT_FPOS_T fpos_t115 #define QT_OFF_T long116 117 #define QT_SIGNAL_ARGS int118 119 #define QT_VSNPRINTF(buffer, count, format, arg) \120 _vsnprintf(buffer, count, format, arg)121 122 #define QT_SNPRINTF ::_snprintf123 124 # define F_OK 0125 # define X_OK 1126 # define W_OK 2127 # define R_OK 4128 129 typedef int mode_t;130 131 #endif // QPLATFORMDEFS_H -
trunk/mkspecs/wince50standard-x86-msvc2008/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** 40 40 ****************************************************************************/ 41 41 42 #include "../ wince50standard-x86-msvc2005/qplatformdefs.h"42 #include "../common/wince/qplatformdefs.h" 43 43 -
trunk/mkspecs/wince60standard-armv4i-msvc2005/qmake.conf
r2 r561 2 2 # qmake configuration for wince-msvc2005 3 3 # 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. 5 6 # 6 7 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 8 include(../common/wince/qmake.conf) 9 10 CE_SDK = STANDARDSDK_600 # replace with actual SDK name 12 11 CE_ARCH = ARMV4I 13 12 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_PRINTDIALOG13 DEFINES += STANDARDSHELL_UI_MODEL _WIN32_WCE=0x600 $$CE_ARCH _ARMV4I_ armv4i _ARM_ ARM _M_ARM ARM _WIN32 __arm__ 15 14 16 QMAKE_COMPILER_DEFINES += _MSC_VER=140017 18 QMAKE_CC = cl19 QMAKE_LEX = flex20 QMAKE_LEXFLAGS =21 QMAKE_YACC = byacc22 QMAKE_YACCFLAGS = -d23 QMAKE_CFLAGS = -nologo -Zm200 -Zc:wchar_t- -QRarch4T -QRinterwork-return24 QMAKE_CFLAGS_WARN_ON = -W325 QMAKE_CFLAGS_WARN_OFF = -W026 QMAKE_CFLAGS_RELEASE = -O2 -GL -MD27 QMAKE_CFLAGS_DEBUG = -DDEBUG -D_DEBUG -Zi -MDd28 QMAKE_CFLAGS_YACC =29 30 QMAKE_CXX = $$QMAKE_CC31 QMAKE_CXXFLAGS = $$QMAKE_CFLAGS32 QMAKE_CXXFLAGS_WARN_ON = $$QMAKE_CFLAGS_WARN_ON -w34100 -w3418933 QMAKE_CXXFLAGS_WARN_OFF = $$QMAKE_CFLAGS_WARN_OFF34 QMAKE_CXXFLAGS_RELEASE = $$QMAKE_CFLAGS_RELEASE35 QMAKE_CXXFLAGS_DEBUG = $$QMAKE_CFLAGS_DEBUG36 QMAKE_CXXFLAGS_YACC = $$QMAKE_CFLAGS_YACC37 QMAKE_CXXFLAGS_STL_ON = -EHsc38 QMAKE_CXXFLAGS_STL_OFF =39 QMAKE_CXXFLAGS_RTTI_ON = -GR40 QMAKE_CXXFLAGS_RTTI_OFF =41 QMAKE_CXXFLAGS_EXCEPTIONS_ON = -EHsc42 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 $src49 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 $src52 QMAKE_RUN_CXX_IMP = $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo$@ $<53 QMAKE_RUN_CXX_IMP_BATCH = $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo$@ @<<54 55 QMAKE_LINK = link56 QMAKE_LFLAGS = /NOLOGO /NODEFAULTLIB:OLDNAMES.LIB57 QMAKE_LFLAGS_RELEASE = /LTCG /INCREMENTAL:NO58 QMAKE_LFLAGS_DEBUG = /DEBUG59 15 QMAKE_LFLAGS_CONSOLE = /SUBSYSTEM:WINDOWSCE,6.00 /MACHINE:THUMB /ENTRY:mainACRTStartup 60 16 QMAKE_LFLAGS_WINDOWS = /SUBSYSTEM:WINDOWSCE,6.00 /MACHINE:THUMB 61 17 QMAKE_LFLAGS_DLL = /SUBSYSTEM:WINDOWSCE,6.00 /MACHINE:THUMB /DLL /SAFESEH:NO 62 QMAKE_LIBFLAGS = $$QMAKE_LFLAGS_WINDOWS63 18 QMAKE_LIBFLAGS_RELEASE = /LTCG 64 19 QMAKE_LIBS = corelibc.lib coredll.lib … … 69 24 QMAKE_LIBS_COMPAT = 70 25 71 QMAKE_LIBS_QT_ENTRY = -lqtmain72 73 QMAKE_MOC = $$[QT_INSTALL_BINS]\moc.exe74 QMAKE_UIC = $$[QT_INSTALL_BINS]\uic.exe75 QMAKE_IDC = $$[QT_INSTALL_BINS]\idc.exe76 77 QMAKE_IDL = midl78 QMAKE_LIB = lib79 26 QMAKE_RC = rc /DUNDER_CE=600 /D_WIN32_WCE=0x600 80 27 81 QMAKE_ZIP = zip -r -982 83 QMAKE_COPY = copy /y84 QMAKE_COPY_DIR = xcopy /s /q /y /i85 QMAKE_MOVE = move86 QMAKE_DEL_FILE = del87 QMAKE_DEL_DIR = rmdir88 QMAKE_CHK_DIR_EXISTS = if not exist89 QMAKE_MKDIR = mkdir90 91 VCPROJ_EXTENSION = .vcproj92 VCSOLUTION_EXTENSION = .sln93 VCPROJ_KEYWORD = Qt4VSv1.094 load(qt_config) -
trunk/mkspecs/wince60standard-armv4i-msvc2005/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** 40 40 ****************************************************************************/ 41 41 42 #ifndef QPLATFORMDEFS_H 43 #define QPLATFORMDEFS_H 42 #include "../common/wince/qplatformdefs.h" 44 43 45 #ifdef UNICODE46 #ifndef _UNICODE47 #define _UNICODE48 #endif49 #endif50 51 // Get Qt defines/settings52 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_FAT66 #ifdef QT_LARGEFILE_SUPPORT67 #define QT_STATBUF struct _stati64 // non-ANSI defs68 #define QT_STATBUF4TSTAT struct _stati64 // non-ANSI defs69 #define QT_STAT ::_stati6470 #define QT_FSTAT ::_fstati6471 #else72 #define QT_STATBUF struct stat // non-ANSI defs73 #define QT_STATBUF4TSTAT struct stat // non-ANSI defs74 #define QT_STAT ::qt_wince_stat75 #define QT_FSTAT ::qt_wince__fstat76 #endif77 #define QT_STAT_REG _S_IFREG78 #define QT_STAT_DIR _S_IFDIR79 #define QT_STAT_MASK _S_IFMT80 #if defined(_S_IFLNK)81 # define QT_STAT_LNK _S_IFLNK82 #endif83 #define QT_FILENO ::qt_wince___fileno84 #define QT_OPEN ::qt_wince_open85 #define QT_CLOSE ::qt_wince__close86 #ifdef QT_LARGEFILE_SUPPORT87 #define QT_LSEEK ::_lseeki6488 #define QT_TSTAT ::_tstati6489 #else90 #define QT_LSEEK ::qt_wince__lseek91 #define QT_TSTAT ::_tstat92 #endif93 #define QT_READ ::qt_wince__read94 #define QT_WRITE ::qt_wince__write95 #define QT_ACCESS ::qt_wince__access96 #define QT_GETCWD ::_getcwd97 #define QT_CHDIR ::_chdir98 #define QT_MKDIR ::qt_wince__mkdir99 #define QT_RMDIR ::qt_wince__rmdir100 #define QT_OPEN_RDONLY _O_RDONLY101 #define QT_OPEN_WRONLY _O_WRONLY102 #define QT_OPEN_RDWR _O_RDWR103 #define QT_OPEN_CREAT _O_CREAT104 #define QT_OPEN_TRUNC _O_TRUNC105 #define QT_OPEN_APPEND _O_APPEND106 # define QT_OPEN_TEXT _O_TEXT107 # define QT_OPEN_BINARY _O_BINARY108 109 #define QT_FOPEN ::fopen110 #define QT_FSEEK ::fseek111 #define QT_FTELL ::ftell112 #define QT_FGETPOS ::fgetpos113 #define QT_FSETPOS ::fsetpos114 #define QT_FPOS_T fpos_t115 #define QT_OFF_T long116 117 #define QT_SIGNAL_ARGS int118 119 #define QT_VSNPRINTF(buffer, count, format, arg) \120 _vsnprintf(buffer, count, format, arg)121 122 #define QT_SNPRINTF ::_snprintf123 124 # define F_OK 0125 # define X_OK 1126 # define W_OK 2127 # define R_OK 4128 129 typedef int mode_t;130 131 #endif // QPLATFORMDEFS_H -
trunk/mkspecs/wincewm50pocket-msvc2005/qmake.conf
r2 r561 4 4 # Written for Microsoft VC2005.NET with Windows Mobile 5.0 SDK for Pocket PC (ARMV4I) 5 5 # 6 include(../common/wince .conf)6 include(../common/wince/qmake.conf) 7 7 8 8 CE_SDK = Windows Mobile 5.0 Pocket PC SDK -
trunk/mkspecs/wincewm50pocket-msvc2005/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** 40 40 ****************************************************************************/ 41 41 42 #ifndef QPLATFORMDEFS_H 43 #define QPLATFORMDEFS_H 42 #include "../common/wince/qplatformdefs.h" 44 43 45 #ifdef UNICODE46 #ifndef _UNICODE47 #define _UNICODE48 #endif49 #endif50 51 // Get Qt defines/settings52 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_FAT66 #ifdef QT_LARGEFILE_SUPPORT67 #define QT_STATBUF struct _stati64 // non-ANSI defs68 #define QT_STATBUF4TSTAT struct _stati64 // non-ANSI defs69 #define QT_STAT ::_stati6470 #define QT_FSTAT ::_fstati6471 #else72 #define QT_STATBUF struct stat // non-ANSI defs73 #define QT_STATBUF4TSTAT struct stat // non-ANSI defs74 #define QT_STAT ::qt_wince_stat75 #define QT_FSTAT ::qt_wince__fstat76 #endif77 #define QT_STAT_REG _S_IFREG78 #define QT_STAT_DIR _S_IFDIR79 #define QT_STAT_MASK _S_IFMT80 #if defined(_S_IFLNK)81 # define QT_STAT_LNK _S_IFLNK82 #endif83 #define QT_FILENO ::qt_wince___fileno84 #define QT_OPEN ::qt_wince_open85 #define QT_CLOSE ::qt_wince__close86 #ifdef QT_LARGEFILE_SUPPORT87 #define QT_LSEEK ::_lseeki6488 #define QT_TSTAT ::_tstati6489 #else90 #define QT_LSEEK ::qt_wince__lseek91 #define QT_TSTAT ::_tstat92 #endif93 #define QT_READ ::qt_wince__read94 #define QT_WRITE ::qt_wince__write95 #define QT_ACCESS ::qt_wince__access96 #define QT_GETCWD ::_getcwd97 #define QT_CHDIR ::_chdir98 #define QT_MKDIR ::qt_wince__mkdir99 #define QT_RMDIR ::qt_wince__rmdir100 #define QT_OPEN_RDONLY _O_RDONLY101 #define QT_OPEN_WRONLY _O_WRONLY102 #define QT_OPEN_RDWR _O_RDWR103 #define QT_OPEN_CREAT _O_CREAT104 #define QT_OPEN_TRUNC _O_TRUNC105 #define QT_OPEN_APPEND _O_APPEND106 # define QT_OPEN_TEXT _O_TEXT107 # define QT_OPEN_BINARY _O_BINARY108 109 #define QT_FOPEN ::fopen110 #define QT_FSEEK ::fseek111 #define QT_FTELL ::ftell112 #define QT_FGETPOS ::fgetpos113 #define QT_FSETPOS ::fsetpos114 #define QT_FPOS_T fpos_t115 #define QT_OFF_T long116 117 #define QT_SIGNAL_ARGS int118 119 #define QT_VSNPRINTF(buffer, count, format, arg) \120 _vsnprintf(buffer, count, format, arg)121 122 #define QT_SNPRINTF ::_snprintf123 124 # define F_OK 0125 # define X_OK 1126 # define W_OK 2127 # define R_OK 4128 129 typedef int mode_t;130 131 #endif // QPLATFORMDEFS_H -
trunk/mkspecs/wincewm50pocket-msvc2008/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** 40 40 ****************************************************************************/ 41 41 42 #include "../ wincewm50pocket-msvc2005/qplatformdefs.h"42 #include "../common/wince/qplatformdefs.h" 43 43 -
trunk/mkspecs/wincewm50smart-msvc2005/qmake.conf
r2 r561 4 4 # Written for Microsoft VC2005.NET with Windows Mobile 5.0 SDK for Smartphone (ARMV4I) 5 5 # 6 include(../common/wince .conf)6 include(../common/wince/qmake.conf) 7 7 8 8 CE_SDK = Windows Mobile 5.0 Smartphone SDK -
trunk/mkspecs/wincewm50smart-msvc2005/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** 40 40 ****************************************************************************/ 41 41 42 #ifndef QPLATFORMDEFS_H 43 #define QPLATFORMDEFS_H 42 #include "../common/wince/qplatformdefs.h" 44 43 45 #ifdef UNICODE46 #ifndef _UNICODE47 #define _UNICODE48 #endif49 #endif50 51 // Get Qt defines/settings52 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_FAT66 #ifdef QT_LARGEFILE_SUPPORT67 #define QT_STATBUF struct _stati64 // non-ANSI defs68 #define QT_STATBUF4TSTAT struct _stati64 // non-ANSI defs69 #define QT_STAT ::_stati6470 #define QT_FSTAT ::_fstati6471 #else72 #define QT_STATBUF struct stat // non-ANSI defs73 #define QT_STATBUF4TSTAT struct stat // non-ANSI defs74 #define QT_STAT ::qt_wince_stat75 #define QT_FSTAT ::qt_wince__fstat76 #endif77 #define QT_STAT_REG _S_IFREG78 #define QT_STAT_DIR _S_IFDIR79 #define QT_STAT_MASK _S_IFMT80 #if defined(_S_IFLNK)81 # define QT_STAT_LNK _S_IFLNK82 #endif83 #define QT_FILENO ::qt_wince___fileno84 #define QT_OPEN ::qt_wince_open85 #define QT_CLOSE ::qt_wince__close86 #ifdef QT_LARGEFILE_SUPPORT87 #define QT_LSEEK ::_lseeki6488 #define QT_TSTAT ::_tstati6489 #else90 #define QT_LSEEK ::qt_wince__lseek91 #define QT_TSTAT ::_tstat92 #endif93 #define QT_READ ::qt_wince__read94 #define QT_WRITE ::qt_wince__write95 #define QT_ACCESS ::qt_wince__access96 #define QT_GETCWD ::_getcwd97 #define QT_CHDIR ::_chdir98 #define QT_MKDIR ::qt_wince__mkdir99 #define QT_RMDIR ::qt_wince__rmdir100 #define QT_OPEN_RDONLY _O_RDONLY101 #define QT_OPEN_WRONLY _O_WRONLY102 #define QT_OPEN_RDWR _O_RDWR103 #define QT_OPEN_CREAT _O_CREAT104 #define QT_OPEN_TRUNC _O_TRUNC105 #define QT_OPEN_APPEND _O_APPEND106 # define QT_OPEN_TEXT _O_TEXT107 # define QT_OPEN_BINARY _O_BINARY108 109 #define QT_FOPEN ::fopen110 #define QT_FSEEK ::fseek111 #define QT_FTELL ::ftell112 #define QT_FGETPOS ::fgetpos113 #define QT_FSETPOS ::fsetpos114 #define QT_FPOS_T fpos_t115 #define QT_OFF_T long116 117 #define QT_SIGNAL_ARGS int118 119 #define QT_VSNPRINTF(buffer, count, format, arg) \120 _vsnprintf(buffer, count, format, arg)121 122 #define QT_SNPRINTF ::_snprintf123 124 # define F_OK 0125 # define X_OK 1126 # define W_OK 2127 # define R_OK 4128 129 typedef int mode_t;130 131 #endif // QPLATFORMDEFS_H -
trunk/mkspecs/wincewm50smart-msvc2008/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** 40 40 ****************************************************************************/ 41 41 42 #include "../ wincewm50smart-msvc2005/qplatformdefs.h"42 #include "../common/wince/qplatformdefs.h" 43 43 -
trunk/mkspecs/wincewm60professional-msvc2005/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** 40 40 ****************************************************************************/ 41 41 42 #ifndef QPLATFORMDEFS_H 43 #define QPLATFORMDEFS_H 42 #include "../common/wince/qplatformdefs.h" 44 43 45 #ifdef UNICODE46 #ifndef _UNICODE47 #define _UNICODE48 #endif49 #endif50 51 // Get Qt defines/settings52 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_FAT66 #ifdef QT_LARGEFILE_SUPPORT67 #define QT_STATBUF struct _stati64 // non-ANSI defs68 #define QT_STATBUF4TSTAT struct _stati64 // non-ANSI defs69 #define QT_STAT ::_stati6470 #define QT_FSTAT ::_fstati6471 #else72 #define QT_STATBUF struct stat // non-ANSI defs73 #define QT_STATBUF4TSTAT struct stat // non-ANSI defs74 #define QT_STAT ::qt_wince_stat75 #define QT_FSTAT ::qt_wince__fstat76 #endif77 #define QT_STAT_REG _S_IFREG78 #define QT_STAT_DIR _S_IFDIR79 #define QT_STAT_MASK _S_IFMT80 #if defined(_S_IFLNK)81 # define QT_STAT_LNK _S_IFLNK82 #endif83 #define QT_FILENO ::qt_wince___fileno84 #define QT_OPEN ::qt_wince_open85 #define QT_CLOSE ::qt_wince__close86 #ifdef QT_LARGEFILE_SUPPORT87 #define QT_LSEEK ::_lseeki6488 #define QT_TSTAT ::_tstati6489 #else90 #define QT_LSEEK ::qt_wince__lseek91 #define QT_TSTAT ::_tstat92 #endif93 #define QT_READ ::qt_wince__read94 #define QT_WRITE ::qt_wince__write95 #define QT_ACCESS ::qt_wince__access96 #define QT_GETCWD ::_getcwd97 #define QT_CHDIR ::_chdir98 #define QT_MKDIR ::qt_wince__mkdir99 #define QT_RMDIR ::qt_wince__rmdir100 #define QT_OPEN_RDONLY _O_RDONLY101 #define QT_OPEN_WRONLY _O_WRONLY102 #define QT_OPEN_RDWR _O_RDWR103 #define QT_OPEN_CREAT _O_CREAT104 #define QT_OPEN_TRUNC _O_TRUNC105 #define QT_OPEN_APPEND _O_APPEND106 # define QT_OPEN_TEXT _O_TEXT107 # define QT_OPEN_BINARY _O_BINARY108 109 #define QT_FOPEN ::fopen110 #define QT_FSEEK ::fseek111 #define QT_FTELL ::ftell112 #define QT_FGETPOS ::fgetpos113 #define QT_FSETPOS ::fsetpos114 #define QT_FPOS_T fpos_t115 #define QT_OFF_T long116 117 #define QT_SIGNAL_ARGS int118 119 #define QT_VSNPRINTF(buffer, count, format, arg) \120 _vsnprintf(buffer, count, format, arg)121 122 #define QT_SNPRINTF ::_snprintf123 124 # define F_OK 0125 # define X_OK 1126 # define W_OK 2127 # define R_OK 4128 129 typedef int mode_t;130 131 #endif // QPLATFORMDEFS_H -
trunk/mkspecs/wincewm60professional-msvc2008/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** 40 40 ****************************************************************************/ 41 41 42 #include "../ wincewm60professional-msvc2005/qplatformdefs.h"42 #include "../common/wince/qplatformdefs.h" 43 43 -
trunk/mkspecs/wincewm60standard-msvc2005/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** 40 40 ****************************************************************************/ 41 41 42 #ifndef QPLATFORMDEFS_H 43 #define QPLATFORMDEFS_H 42 #include "../common/wince/qplatformdefs.h" 44 43 45 #ifdef UNICODE46 #ifndef _UNICODE47 #define _UNICODE48 #endif49 #endif50 51 // Get Qt defines/settings52 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_FAT66 #ifdef QT_LARGEFILE_SUPPORT67 #define QT_STATBUF struct _stati64 // non-ANSI defs68 #define QT_STATBUF4TSTAT struct _stati64 // non-ANSI defs69 #define QT_STAT ::_stati6470 #define QT_FSTAT ::_fstati6471 #else72 #define QT_STATBUF struct stat // non-ANSI defs73 #define QT_STATBUF4TSTAT struct stat // non-ANSI defs74 #define QT_STAT ::qt_wince_stat75 #define QT_FSTAT ::qt_wince__fstat76 #endif77 #define QT_STAT_REG _S_IFREG78 #define QT_STAT_DIR _S_IFDIR79 #define QT_STAT_MASK _S_IFMT80 #if defined(_S_IFLNK)81 # define QT_STAT_LNK _S_IFLNK82 #endif83 #define QT_FILENO ::qt_wince___fileno84 #define QT_OPEN ::qt_wince_open85 #define QT_CLOSE ::qt_wince__close86 #ifdef QT_LARGEFILE_SUPPORT87 #define QT_LSEEK ::_lseeki6488 #define QT_TSTAT ::_tstati6489 #else90 #define QT_LSEEK ::qt_wince__lseek91 #define QT_TSTAT ::_tstat92 #endif93 #define QT_READ ::qt_wince__read94 #define QT_WRITE ::qt_wince__write95 #define QT_ACCESS ::qt_wince__access96 #define QT_GETCWD ::_getcwd97 #define QT_CHDIR ::_chdir98 #define QT_MKDIR ::qt_wince__mkdir99 #define QT_RMDIR ::qt_wince__rmdir100 #define QT_OPEN_RDONLY _O_RDONLY101 #define QT_OPEN_WRONLY _O_WRONLY102 #define QT_OPEN_RDWR _O_RDWR103 #define QT_OPEN_CREAT _O_CREAT104 #define QT_OPEN_TRUNC _O_TRUNC105 #define QT_OPEN_APPEND _O_APPEND106 # define QT_OPEN_TEXT _O_TEXT107 # define QT_OPEN_BINARY _O_BINARY108 109 #define QT_FOPEN ::fopen110 #define QT_FSEEK ::fseek111 #define QT_FTELL ::ftell112 #define QT_FGETPOS ::fgetpos113 #define QT_FSETPOS ::fsetpos114 #define QT_FPOS_T fpos_t115 #define QT_OFF_T long116 117 #define QT_SIGNAL_ARGS int118 119 #define QT_VSNPRINTF(buffer, count, format, arg) \120 _vsnprintf(buffer, count, format, arg)121 122 #define QT_SNPRINTF ::_snprintf123 124 # define F_OK 0125 # define X_OK 1126 # define W_OK 2127 # define R_OK 4128 129 typedef int mode_t;130 131 #endif // QPLATFORMDEFS_H -
trunk/mkspecs/wincewm60standard-msvc2008/qplatformdefs.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the qmake spec of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** 40 40 ****************************************************************************/ 41 41 42 #include "../ wincewm60standard-msvc2005/qplatformdefs.h"42 #include "../common/wince/qplatformdefs.h" 43 43
Note:
See TracChangeset
for help on using the changeset viewer.