summaryrefslogtreecommitdiffstats
path: root/examples/animation/states
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animation/states')
-rw-r--r--examples/animation/states/main.cpp4
-rw-r--r--examples/animation/states/states.pro5
2 files changed, 0 insertions, 9 deletions
diff --git a/examples/animation/states/main.cpp b/examples/animation/states/main.cpp
index f37c2bdbbf..891254e069 100644
--- a/examples/animation/states/main.cpp
+++ b/examples/animation/states/main.cpp
@@ -277,11 +277,7 @@ int main(int argc, char *argv[])
GraphicsView view(&scene);
-#if defined(Q_OS_SYMBIAN)
- view.showMaximized();
-#else
view.show();
-#endif
return app.exec();
}
diff --git a/examples/animation/states/states.pro b/examples/animation/states/states.pro
index 5c0d28163b..adf0e8d58c 100644
--- a/examples/animation/states/states.pro
+++ b/examples/animation/states/states.pro
@@ -7,9 +7,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS states.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation/states
INSTALLS += target sources
-symbian {
- TARGET.UID3 = 0xA000E3F8
- CONFIG += qt_example
-}
QT += widgets
-maemo5: CONFIG += qt_example