diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2009-10-19 07:43:36 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2009-10-29 16:00:09 (GMT) |
commit | 7246b5a5942049b485bfdefbe133d7bb12165301 (patch) | |
tree | d062a4672abdfc64395fea69fc11eb2f3b942fa5 /src/corelib/global/qfeatures.txt | |
parent | 7c1122b79df61668525b63670c03c5da7e44ac9c (diff) | |
download | Qt-7246b5a5942049b485bfdefbe133d7bb12165301.zip Qt-7246b5a5942049b485bfdefbe133d7bb12165301.tar.gz Qt-7246b5a5942049b485bfdefbe133d7bb12165301.tar.bz2 |
Fix QT_NO_ACTION dependencies
Reviewed-by: tom
Diffstat (limited to 'src/corelib/global/qfeatures.txt')
-rw-r--r-- | src/corelib/global/qfeatures.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/corelib/global/qfeatures.txt b/src/corelib/global/qfeatures.txt index c18df62..9d4eb5e 100644 --- a/src/corelib/global/qfeatures.txt +++ b/src/corelib/global/qfeatures.txt @@ -70,6 +70,13 @@ Requires: Name: QAction SeeAlso: ??? +Feature: SOFTKEYMANAGER +Description: Supports softkeys. +Section: Gui +Requires: ACTION +Name: QSoftKeyManager +SeeAlso: ??? + Feature: CURSOR Description: Supports mouse cursors. Section: Kernel @@ -1146,7 +1153,7 @@ SeeAlso: ??? Feature: ACCESSIBILITY Description: Provides accessibility support. Section: Utilities -Requires: PROPERTIES +Requires: PROPERTIES ACTION Name: Accessibility SeeAlso: ??? @@ -1403,7 +1410,7 @@ SeeAlso: ??? Feature: PHONON_VOLUMESLIDER Description: Support for the Volume Slider class Section: Phonon -Requires: SLIDER +Requires: SLIDER ACTION Name: Phonon::VolumeSlider SeeAlso: ??? |