![]() |
Home · All Namespaces · All Classes · Main Classes · Grouped Classes · Modules · Functions |
An up-to-date list of known issues with Qt 4.5.0-rc1 can be found via the Task Tracker on the Qt website which provides additional information about known issues and tasks related to Qt.
diff --git a/mkspecs/features/win32/default_post.prf b/mkspecs/features/win32/default_post.prf index a1d8b52..9bf5730 100644 --- a/mkspecs/features/win32/default_post.prf +++ b/mkspecs/features/win32/default_post.prf @@ -6,6 +6,15 @@ } } +!contains(TEMPLATE,subdir):!defined(RC_FILE) { + contains(TEMPLATE,lib):if(CONFIG(staticlib,staticlib|shared) || CONFIG(static,static|shared)) { + } else { + system("echo.>$$OUT_PWD/$$OBJECTS_DIR/Windows7WorkAround.rc") + RC_FILE=$$OUT_PWD/$$OBJECTS_DIR/Windows7WorkAround.rc + QMAKE_CLEAN+=$$OUT_PWD/$$OBJECTS_DIR/Windows7WorkAround.rc + } +} + # Now load the global default_post load(default_post)
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt 4.5.0-rc1 |