diff options
author | Alessandro Portale <aportale@trolltech.com> | 2009-05-12 19:15:46 (GMT) |
---|---|---|
committer | Alessandro Portale <aportale@trolltech.com> | 2009-05-12 19:15:46 (GMT) |
commit | a32fa3b48f2e58b409e27a465e99f5ef915ed3ed (patch) | |
tree | 1ce739a5a9b3a4cd07522ef798245ee43e3bfb96 /src/gui/widgets | |
parent | f8de827f56c6548490681fd3b5c252853f6fffb6 (diff) | |
download | Qt-a32fa3b48f2e58b409e27a465e99f5ef915ed3ed.zip Qt-a32fa3b48f2e58b409e27a465e99f5ef915ed3ed.tar.gz Qt-a32fa3b48f2e58b409e27a465e99f5ef915ed3ed.tar.bz2 |
Adding qsoftkey* to widgets.pri. Currently, only for S60. It will spread
as soon as it builds cross platform.
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/widgets.pri | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/gui/widgets/widgets.pri b/src/gui/widgets/widgets.pri index fc57944..c9e68a1 100644 --- a/src/gui/widgets/widgets.pri +++ b/src/gui/widgets/widgets.pri @@ -162,5 +162,14 @@ wince*: { } symbian*: { - SOURCES += widgets/qmenu_symbian.cpp + HEADERS += \ + widgets/qsoftkeyaction.h \ + widgets/qsoftkeystack.h \ + widgets/qsoftkeystack_p.h + + SOURCES += \ + widgets/qmenu_symbian.cpp \ + widgets/qsoftkeyaction.cpp \ + widgets/qsoftkeystack.cpp \ + widgets/qsoftkeystack_s60.cpp } |