Blame SOURCES/qt-everywhere-opensource-src-4.8.5-QTBUG-14467.patch

e09033
diff -up qt-everywhere-opensource-src-4.8.5/mkspecs/features/qt_functions.prf.QTBUG-14467 qt-everywhere-opensource-src-4.8.5/mkspecs/features/qt_functions.prf
e09033
--- qt-everywhere-opensource-src-4.8.5/mkspecs/features/qt_functions.prf.QTBUG-14467	2013-05-30 16:19:17.000000000 -0500
e09033
+++ qt-everywhere-opensource-src-4.8.5/mkspecs/features/qt_functions.prf	2013-06-09 11:53:45.709773603 -0500
e09033
@@ -72,7 +72,7 @@ defineTest(qtAddLibrary) {
e09033
     }
e09033
     isEmpty(LINKAGE) {
e09033
        if(!debug_and_release|build_pass):CONFIG(debug, debug|release) {
e09033
-           win32:LINKAGE = -l$${LIB_NAME}$${QT_LIBINFIX}d
e09033
+           win32:LINKAGE = -l$${LIB_NAME}d$${QT_LIBINFIX}
e09033
            mac:LINKAGE = -l$${LIB_NAME}$${QT_LIBINFIX}_debug
e09033
        }
e09033
        isEmpty(LINKAGE):LINKAGE = -l$${LIB_NAME}$${QT_LIBINFIX}
e09033
diff -up qt-everywhere-opensource-src-4.8.5/mkspecs/features/win32/windows.prf.QTBUG-14467 qt-everywhere-opensource-src-4.8.5/mkspecs/features/win32/windows.prf
e09033
--- qt-everywhere-opensource-src-4.8.5/mkspecs/features/win32/windows.prf.QTBUG-14467	2013-05-30 16:19:17.000000000 -0500
e09033
+++ qt-everywhere-opensource-src-4.8.5/mkspecs/features/win32/windows.prf	2013-06-09 11:53:45.710773593 -0500
e09033
@@ -6,7 +6,7 @@ contains(TEMPLATE, ".*app"){
e09033
 
e09033
     qt:for(entryLib, $$list($$unique(QMAKE_LIBS_QT_ENTRY))) {
e09033
         isEqual(entryLib, -lqtmain): {
e09033
-            CONFIG(debug, debug|release): QMAKE_LIBS += $${entryLib}$${QT_LIBINFIX}d
e09033
+            CONFIG(debug, debug|release): QMAKE_LIBS += $${entryLib}d$${QT_LIBINFIX}
e09033
             else: QMAKE_LIBS += $${entryLib}$${QT_LIBINFIX}
e09033
         } else {
e09033
             QMAKE_LIBS += $${entryLib}