Home · All Namespaces · All Classes · Main Classes · Grouped Classes · Modules · Functions |
An up-to-date list of known issues with Qt 4.5.1 can be found via the Task Tracker on the Qt website which provides additional information about known issues and tasks related to Qt.
When running Qt applications on Windows or with -graphicssystem raster, any process that triggers a QWidget::update() from within a destructor might result in a crash.
Although it is possible to build applications against Qt 4.5.0 using Intel CC 10, these applications will crash when run. A fix for this issue is scheduled for Qt 4.5.1. We recommend that developers who rely on this compiler wait until the fix is applied before upgrading to the Qt 4.5.x series of releases.
diff --git a/mkspecs/features/win32/embed_manifest_exe.prf b/mkspecs/features/win32/embed_manifest_exe.prf index e1747f1..05f116e 100644 --- a/mkspecs/features/win32/embed_manifest_exe.prf +++ b/mkspecs/features/win32/embed_manifest_exe.prf @@ -8,4 +8,9 @@ if(win32-msvc2005|win32-msvc2008):!equals(TEMPLATE_PREFIX, "vc"):equals(TEMPLATE QMAKE_POST_LINK = $$quote(mt.exe -nologo -manifest \"$$replace(OBJECTS_DIR,/,\\)\\$${NOPATH_TARGET}.intermediate.ma nifest\" -outputresource:$(DESTDIR_TARGET);1$$escape_expand(\n\t)) QMAKE_POST_LINK += $$QMAKE_PREV_POST_LINK QMAKE_CLEAN += \"$$replace(OBJECTS_DIR,/,\\)\\$${NOPATH_TARGET}.intermediate.manifest\" + isEmpty(RC_FILE) { + system("echo.>$$replace(OUT_PWD,/,\\)\\$$replace(OBJECTS_DIR,/,\\)\\Windows7WorkAround.rc") + RC_FILE = $$replace(OUT_PWD,/,\\)\\$$replace(OBJECTS_DIR,/,\\)\\Windows7WorkAround.rc + } + }
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt 4.5.1 |