summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/widgets.pri
diff options
context:
space:
mode:
authorAlessandro Portale <aportale@trolltech.com>2009-05-19 18:14:07 (GMT)
committerAlessandro Portale <aportale@trolltech.com>2009-05-19 18:14:07 (GMT)
commit1588c0fe43f2173e026d7b52bdea0cf85b18ea1d (patch)
tree874e5da2ae11c306c65f8eef1f4aebc6c7eaf00c /src/gui/widgets/widgets.pri
parent26e6d20ef0abee7b2d721637d6eaea67e932b907 (diff)
downloadQt-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.pri18
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
}