summaryrefslogtreecommitdiff
path: root/src/gui/widgets/widgets.pri
diff options
context:
space:
mode:
authorMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-06 18:40:00 +0200
committerMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-06 18:40:00 +0200
commit93922e26a2411c0f11e7cdc49b306823e23cda8b (patch)
tree8ae5ae8eff95dc4793d67d50e04d1855cfcc07e4 /src/gui/widgets/widgets.pri
parentfcb5ca1ef0a1c1639624d951b03750abc631e60d (diff)
downloadqt4-tools-93922e26a2411c0f11e7cdc49b306823e23cda8b.tar.gz
Fixes to make gui compile after clean configure. Removal
of QSoftKeyStack broke compilation on clean environment...
Diffstat (limited to 'src/gui/widgets/widgets.pri')
-rw-r--r--src/gui/widgets/widgets.pri12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/widgets/widgets.pri b/src/gui/widgets/widgets.pri
index 150eed7e9c..d0f981c3bd 100644
--- a/src/gui/widgets/widgets.pri
+++ b/src/gui/widgets/widgets.pri
@@ -25,6 +25,7 @@ HEADERS += \
widgets/qframe.h \
widgets/qframe_p.h \
widgets/qgroupbox.h \
+ widgets/qkeyeventsoftkey.h \
widgets/qlabel.h \
widgets/qlabel_p.h \
widgets/qlcdnumber.h \
@@ -78,8 +79,8 @@ HEADERS += \
widgets/qtoolbararealayout_p.h \
widgets/qplaintextedit.h \
widgets/qplaintextedit_p.h \
- widgets/qprintpreviewwidget.h \
- widgets/qkeyeventsoftkey.h \
+ widgets/qprintpreviewwidget.h
+
SOURCES += \
widgets/qabstractbutton.cpp \
widgets/qabstractslider.cpp \
@@ -97,6 +98,7 @@ SOURCES += \
widgets/qfontcombobox.cpp \
widgets/qframe.cpp \
widgets/qgroupbox.cpp \
+ widgets/qkeyeventsoftkey.cpp \
widgets/qlabel.cpp \
widgets/qlcdnumber.cpp \
widgets/qlineedit.cpp \
@@ -138,8 +140,7 @@ SOURCES += \
widgets/qwidgetanimator.cpp \
widgets/qtoolbararealayout.cpp \
widgets/qplaintextedit.cpp \
- widgets/qprintpreviewwidget.cpp \
- widgets/qkeyeventsoftkey.cpp \
+ widgets/qprintpreviewwidget.cpp
!embedded:mac {
HEADERS += widgets/qmacnativewidget_mac.h \
@@ -162,6 +163,5 @@ wince*: {
}
symbian*: {
- SOURCES += \
- widgets/qmenu_symbian.cpp \
+ SOURCES += widgets/qmenu_symbian.cpp
}