summaryrefslogtreecommitdiffstats
path: root/src/script/script.pro
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <[email protected]>2013-02-08 16:27:41 +0100
committerEskil Abrahamsen Blomfeldt <[email protected]>2013-02-08 16:31:20 +0100
commit84f9848fd9f20536b18834a54ef15c6a65f8a682 (patch)
treec31353dd1434692b2b4f351126b3abcd8460b8a8 /src/script/script.pro
parente7a8eef49d6d205e6cb549e879a27af4fe7fcce4 (diff)
parent689406ac2424095d6cd4e6bcb3430e53a7e7bbfa (diff)
Merge branch 'dev' into androidwip/android
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
+}