aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-03-15 16:55:30 +0100
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-03-17 09:48:41 +0100
commitc34f683671801ebb1bdd9f8a8b8e9675630fcfdd (patch)
treea933aa8d69c60d7632c8044cd7c4c8b055c8618a /dist
parent55d1d80fb9f416fd560bbcf1c99be2c583aadd51 (diff)
Doc: move known issues to Qt Creator Manual
Remove version number from filename. Reviewed-by: Erik Verbruggen
Diffstat (limited to 'dist')
-rw-r--r--dist/known-issues13
-rw-r--r--dist/known-issues-2.0.19
2 files changed, 13 insertions, 9 deletions
diff --git a/dist/known-issues b/dist/known-issues
new file mode 100644
index 00000000000..10b293349a3
--- /dev/null
+++ b/dist/known-issues
@@ -0,0 +1,13 @@
+The Qt Creator Manual lists known issues in Qt Creator:
+
+http://doc.qt.nokia.com/qtcreator-snapshot/creator-known-issues.html
+
+For a complete list of reported issues, see the Qt Bug Tracker:
+
+http://bugreports.qt.nokia.com/
+
+For a list of fixed issues and added features, see the changelog file in the qtcreator\dist folder or the Qt Bug Tracker.
+
+
+
+
diff --git a/dist/known-issues-2.0.1 b/dist/known-issues-2.0.1
deleted file mode 100644
index 9340d69e617..00000000000
--- a/dist/known-issues-2.0.1
+++ /dev/null
@@ -1,9 +0,0 @@
-
-Mac:
- DYLD_IMAGE_SUFFIX does not work on Mac OS X Snow Leopard. So don't use the
- corresponding setting in the Projects tab.
- See: http://wimleers.com/blog/dyld-image-suffix-causing-havoc-on-mac-os-x-snow-leopard
- A possible workaround is:
- sudo mv /usr/lib/libSystem.B_debug.dylib /usr/lib/libSystem.B_debug.dylib.backup
- sudo cp /usr/lib/libSystem.B.dylib /usr/lib/libSystem.B_debug.dylib.backup
-