summaryrefslogtreecommitdiffstats
path: root/examples/widgets/elidedlabel
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/elidedlabel')
-rw-r--r--examples/widgets/elidedlabel/elidedlabel.pro13
-rw-r--r--examples/widgets/elidedlabel/testwidget.cpp3
2 files changed, 0 insertions, 16 deletions
diff --git a/examples/widgets/elidedlabel/elidedlabel.pro b/examples/widgets/elidedlabel/elidedlabel.pro
index 30c308cd7e..1e391d9a5d 100644
--- a/examples/widgets/elidedlabel/elidedlabel.pro
+++ b/examples/widgets/elidedlabel/elidedlabel.pro
@@ -16,16 +16,3 @@ HEADERS += \
CONFIG += mobility
MOBILITY =
-
-symbian {
- TARGET.UID3 = 0xE2728354 # randomly generated
- TARGET.EPOCSTACKSIZE = 0x14000
- TARGET.EPOCHEAPSIZE = 0x020000 0x800000
- CONFIG += qt_example
-}
-
-maemo5: CONFIG += qt_example
-
-symbian: warning(This example might not fully work on Symbian platform)
-maemo5: warning(This example might not fully work on Maemo platform)
-simulator: warning(This example might not fully work on Simulator platform)
diff --git a/examples/widgets/elidedlabel/testwidget.cpp b/examples/widgets/elidedlabel/testwidget.cpp
index a915de1875..72c5170d97 100644
--- a/examples/widgets/elidedlabel/testwidget.cpp
+++ b/examples/widgets/elidedlabel/testwidget.cpp
@@ -118,9 +118,6 @@ TestWidget::TestWidget(QWidget *parent):
//! [4]
//! [5]
-#ifdef Q_WS_MAEMO_5
- setAttribute(Qt::WA_Maemo5AutoOrientation, true);
-#endif
}
//! [5]