##// END OF EJS Templates
Added known issue about qmldir on Win
Tero Ahola -
r926:2370e826adc1
parent child
Show More
@@ -1,61 +1,63
1 1 --------------------------------
2 2 Commercial Charts Add-on Preview
3 3 --------------------------------
4 4
5 5
6 6 Whats in Qt Commercial Charts
7 7 =============================
8 8
9 9 Directory structure:
10 10
11 11 src/
12 12 Source code of the Qt Commercial Charts
13 13 qmlplugin/
14 14 QML bindings for the charts
15 15 examples/
16 16 Some examples of using Qt Commercial Charts
17 17 demos/
18 18 More versatile example applications showing how to customize charts,
19 19 combine several chart types and implement interaction in charts
20 20 doc/
21 21 Documentation
22 22 Licensing/
23 23 Licensing infromation
24 24
25 25
26 26 Building
27 27 ========
28 28
29 29 qmake
30 30 make (linux), mingw32-make (Windows with MinGw) or nmake (Visual Studio)
31 31
32 32 If you want to install the libraries to your Qt library directory use:
33 33 make install
34 34
35 35
36 36 Documentation
37 37 =============
38 38
39 39 The documentation can be generated with "make docs". It will be placed
40 40 into "doc/html" in the build directory.
41 41
42 42 KNOWN ISSUES
43 43 ============
44 44 - General
45 45 * The preview version of Qt Commercial Charts is still under development
46 46 and thus should not be used in e.g. product development
47 47 * The Charts API might change between the Preview and first official release
48 48 * Some areas will be refactored before the first official release
49 49 * Qt Designer plugin is missing
50 50
51 - QML Bindings
52 * The QML Bindings are still under development and to be concidered as early preview
51 - QML API
52 * The QML Bindings are still under development and to be considered as early preview
53 * Windows: You need to copy qmldir file to the qmlplugin installation folder; it is
54 not copied during build
53 55
54 56 - Model based
55 57
56 58 - Bar Chart
57 59
58 60 - Pie Chart
59 61 * Slice labels drawn on top of the label arm
60 62
61 63 - Line Chart
General Comments 0
You need to be logged in to leave comments. Login now