summaryrefslogtreecommitdiffstats
path: root/examples/widgets/symbianvibration/symbianvibration.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/symbianvibration/symbianvibration.pro')
-rw-r--r--examples/widgets/symbianvibration/symbianvibration.pro39
1 files changed, 0 insertions, 39 deletions
diff --git a/examples/widgets/symbianvibration/symbianvibration.pro b/examples/widgets/symbianvibration/symbianvibration.pro
deleted file mode 100644
index d99b76d9e1..0000000000
--- a/examples/widgets/symbianvibration/symbianvibration.pro
+++ /dev/null
@@ -1,39 +0,0 @@
-#-------------------------------------------------
-#
-# Project created by QtCreator 2010-06-14T10:09:27
-#
-#-------------------------------------------------
-
-QT += core gui
-
-TARGET = symbianvibration
-TEMPLATE = app
-
-
-SOURCES += main.cpp\
- mainwindow.cpp \
- vibrationsurface.cpp \
- xqvibra.cpp \
- xqvibra_p.cpp
-
-HEADERS += mainwindow.h \
- vibrationsurface.h \
- xqvibra.h \
- xqvibra_p.h
-
-CONFIG += mobility
-MOBILITY =
-
-symbian {
- TARGET.UID3 = 0xecf47018
- # TARGET.CAPABILITY +=
- TARGET.EPOCSTACKSIZE = 0x14000
- TARGET.EPOCHEAPSIZE = 0x020000 0x800000
- LIBS += -lhwrmvibraclient
- include($$PWD/../../symbianpkgrules.pri)
-}
-
-!symbian {
- error(The Symbian Vibration Example only works for the Symbian target!)
-}
-