File fix-designer-integration.diff of Package qt-creator
diff -U 3 -H -d -r -N -- qt-creator-1.0.0-src.old/src/plugins/plugins.pro qt-creator-1.0.0-src/src/plugins/plugins.pro
--- qt-creator-1.0.0-src.old/src/plugins/plugins.pro 2009-02-27 15:09:44.000000000 +0100
+++ qt-creator-1.0.0-src/src/plugins/plugins.pro 2009-03-20 12:32:06.000000000 +0100
@@ -30,11 +30,11 @@
# These two plugins require private headers from Qt and therefore don't work
# with an installed/released version of Qt.
-exists($$(QTDIR)/.qmake.cache) {
+#exists($$(QTDIR)/.qmake.cache) {
SUBDIRS += plugin_designer plugin_resourceeditor
-} else {
- message(Designer and Resource Editor plugins are not build! They require private headers and do not compile with your released/installed version of Qt)
-}
+#} else {
+# message(Designer and Resource Editor plugins are not build! They require private headers and do not compile with your released/installed version of Qt)
+#}
plugin_coreplugin.subdir = coreplugin