Qt5/Documentation/ExampleQtBaseStructure: Difference between revisions
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 19: | Line 19: | ||
| gui || ok | | gui || ok | ||
|- | |- | ||
| ipc || => corelib/ | | ipc || => corelib/ipc | ||
|- | |- | ||
| ja_JP || Drop | | ja_JP || Drop | ||
Line 45: | Line 45: | ||
| touch || => widgets/touch | | touch || => widgets/touch | ||
|- | |- | ||
| webkit || Drop (=> qtwebkit? manual test?) | | webkit || Drop (=> qtwebkit? manual test?) || Note: content supposed to be referenced from http://doc-snapshot.qt-project.org/5.0/tutorials.html#qtwebkit (make sure things work after move) | ||
|- | |- | ||
| widgets || ok | | widgets || ok |
Latest revision as of 13:27, 28 September 2012
In the directory structure under qtbase/examples, there are some deviations from the expected, logical/module structure. The following table outlines the main changes that needs to be done.
The "=>" arrow means rename (move).
Feel free to edit and comment!
(This is part of the Qt 5 examples cleanup, ref. http://qt-project.org/wiki/Qt5ExampleProject and Qt5/Documentation/ExampleList )
Current subdir | Status/Action | Comment |
---|---|---|
dbus | ok | |
embedded | => widgets/embedded | |
gestures | => widgets/gestures | |
gui | ok | |
ipc | => corelib/ipc | |
ja_JP | Drop | |
linguist | ? | |
network | ok | |
opengl | => widgets/opengl | |
qmake | ok | |
qpa | => gui/qpa | |
qtconcurrent | ok | |
qtestlib | ok | |
sql | ok | |
threads | => corelib/threads | |
tools | => widgets/tools ? but check contents, lots of noise | |
touch | => widgets/touch | |
webkit | Drop (=> qtwebkit? manual test?) | Note: content supposed to be referenced from http://doc-snapshot.qt-project.org/5.0/tutorials.html#qtwebkit (make sure things work after move) |
widgets | ok | |
xml | ok |