summaryrefslogtreecommitdiffstats
path: root/mkspecs/win32-g++/qmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* win32-g++: Correct the order of linked Windows librariesJonathan Liu2011-04-041-1/+1
| | | | | | | | | | | | | | | On Windows 7, kernel32.dll exports many of the same functions as advapi32.dll. If executables link to these functions in kernel32.dll instead of advapi32.dll, running these executables on older versions of Windows will cause an entry point error. This would occur due to kernel32 being specified before advapi32. To resolve this issue, advapi32 is specified before kernel32 when linking. Task-number: QTBUG-18537 Merge-request: 1169 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Remove useless LFLAGSDarryl L. Miles2011-03-311-1/+1
| | | | | | | | | | | These options were found to be no longer required for MinGW releases at this time (they are also never valid for MinGW64 when building 64bit). They actually never worked anyway, as the GNU toolchain linker option "-enable-stdcall-fixup" actually means "-e" "nable-stdcall-fixup". Merge-request: 1158 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* use mkdir -p for mingw+shOswald Buddenhagen2011-03-311-1/+1
| | | | all other unix mkspecs do so
* Merge branch 'backporting-symbian-armcc-to-4.7' into s60-4.7axis2011-03-141-0/+2
|\ | | | | | | | | Conflicts: mkspecs/common/symbian/symbian.conf
| * Added MinGW support for adding lib prefix and extension via profile.axis2011-03-041-0/+2
| | | | | | | | RevBy: Oswald Buddenhagen
* | fix QMAKE_COPY_DIR for mingw+shOswald Buddenhagen2011-02-101-1/+1
|/ | | | Task-number: QTBUG-17315
* fix -enable-stdcall-fixup usageOswald Buddenhagen2011-01-171-2/+2
| | | | | | | | the leading "-Wl," was apparently accidentally split off to the wrong line. Task-number: QTBUG-15391 Reviewed-by: mariusSO
* link glu32 before opengl32Oswald Buddenhagen2010-07-011-1/+1
| | | | | | | otherwise the build fails if the libraries are statically built, as glu depends on opengl. Task-number: QTBUG-11863
* fix QMAKE_QMAKE path separator under mingw+sh in the qmake specOswald Buddenhagen2010-05-141-0/+1
| | | | | | | | this would have been a problem if someone accessed QMAKE_QMAKE from within a pro file, as that would fix the separators to the native host platform separator (as QMAKE_DIR_SEP is not processed at that point). Reviewed-by: joerg
* Long live Qt for S60!axis2009-04-241-0/+106