diff options
author | Alessandro Portale <aportale@trolltech.com> | 2009-05-19 18:14:07 (GMT) |
---|---|---|
committer | Alessandro Portale <aportale@trolltech.com> | 2009-05-19 18:14:07 (GMT) |
commit | 1588c0fe43f2173e026d7b52bdea0cf85b18ea1d (patch) | |
tree | 874e5da2ae11c306c65f8eef1f4aebc6c7eaf00c /src/gui/widgets/widgets.pri | |
parent | 26e6d20ef0abee7b2d721637d6eaea67e932b907 (diff) | |
download | Qt-1588c0fe43f2173e026d7b52bdea0cf85b18ea1d.zip Qt-1588c0fe43f2173e026d7b52bdea0cf85b18ea1d.tar.gz Qt-1588c0fe43f2173e026d7b52bdea0cf85b18ea1d.tar.bz2 |
Softkeys also for non-S60. Currently only as stub. Will eventually go
into a separate implementation file.
Diffstat (limited to 'src/gui/widgets/widgets.pri')
-rw-r--r-- | src/gui/widgets/widgets.pri | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/src/gui/widgets/widgets.pri b/src/gui/widgets/widgets.pri index c9e68a1..0c0641a 100644 --- a/src/gui/widgets/widgets.pri +++ b/src/gui/widgets/widgets.pri @@ -78,8 +78,10 @@ HEADERS += \ widgets/qtoolbararealayout_p.h \ widgets/qplaintextedit.h \ widgets/qplaintextedit_p.h \ - widgets/qprintpreviewwidget.h - + widgets/qprintpreviewwidget.h \ + widgets/qsoftkeyaction.h \ + widgets/qsoftkeystack.h \ + widgets/qsoftkeystack_p.h SOURCES += \ widgets/qabstractbutton.cpp \ widgets/qabstractslider.cpp \ @@ -138,8 +140,9 @@ SOURCES += \ widgets/qwidgetanimator.cpp \ widgets/qtoolbararealayout.cpp \ widgets/qplaintextedit.cpp \ - widgets/qprintpreviewwidget.cpp - + widgets/qprintpreviewwidget.cpp \ + widgets/qsoftkeyaction.cpp \ + widgets/qsoftkeystack.cpp !embedded:mac { HEADERS += widgets/qmacnativewidget_mac.h \ @@ -162,14 +165,7 @@ wince*: { } symbian*: { - 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 } |