summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTero Ahola <tero.ahola@digia.com>2012-06-06 17:18:35 +0300
committerTero Ahola <tero.ahola@digia.com>2012-06-06 17:18:35 +0300
commitb1c8f04d3106ea6389a6fafa0395f2395ed5143e (patch)
treea5de9ae4a14ebec35f78230a346bed2a8485527a /README
parent8e852a741489bf402cb4d5f7184e76dd8fc2ba15 (diff)
Added known issue about OSX chart lib name
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 497cf172..a0b0ac9b 100644
--- a/README
+++ b/README
@@ -69,6 +69,12 @@ KNOWN ISSUES
etc. is missing
* In QBarSeries API bar margin related methods will be replaced with bar width
in final release
+* OSX specific issue: after running 'make install' you need to fix the library
+ location of libQtCommercialChart.1.dylib to match the actual installation
+ path. For example:
+ sudo install_name_tool -id
+ /usr/local/Trolltech/Qt-4.8.0/lib/libQtCommercialChart.1.dylib
+ /usr/local/Trolltech/Qt-4.8.0/lib/libQtCommercialChart.1.dylib
Main changes between Technology Preview and Beta release
========================================================