summaryrefslogtreecommitdiff
path: root/src/script/script.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/script.pro')
-rw-r--r--src/script/script.pro16
1 files changed, 1 insertions, 15 deletions
diff --git a/src/script/script.pro b/src/script/script.pro
index 9704e68..d998306 100644
--- a/src/script/script.pro
+++ b/src/script/script.pro
@@ -71,20 +71,6 @@ INCLUDEPATH += $$PWD
include(script.pri)
-symbian {
- TARGET.UID3=0x2001B2E1
-}
-
-symbian {
- symbian-abld|symbian-sbsv2 {
- MMP_RULES += ALWAYS_BUILD_AS_ARM
- } else {
- QMAKE_CFLAGS -= --thumb
- QMAKE_CXXFLAGS -= --thumb
- }
- QMAKE_CXXFLAGS.ARMCC += -OTime -O3
-}
-
integrity {
CFLAGS += --diag_remark=236,82
}
@@ -102,4 +88,4 @@ CONFIG(android) {
QMAKE_CXXFLAGS_RELEASE -= -mthumb
QMAKE_CXXFLAGS_RELEASE += -marm
}
-} \ No newline at end of file
+}