summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/symbian/moc.prf
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2011-11-04 13:51:20 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-07 13:26:41 +0100
commit981dd3b3147df213608981d347c998dcf0230fe1 (patch)
tree1b9ea8de5a01d641444c99b9ef0212341cc1de60 /mkspecs/features/symbian/moc.prf
parente0dfa4547ec89b69acf20af91587a12cef96cfe4 (diff)
qmake: remove symbian support
Change-Id: I1db834500921681676a6f46e7750bdd81bf0093d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'mkspecs/features/symbian/moc.prf')
-rw-r--r--mkspecs/features/symbian/moc.prf18
1 files changed, 0 insertions, 18 deletions
diff --git a/mkspecs/features/symbian/moc.prf b/mkspecs/features/symbian/moc.prf
deleted file mode 100644
index 6030944c7d..0000000000
--- a/mkspecs/features/symbian/moc.prf
+++ /dev/null
@@ -1,18 +0,0 @@
-load(moc)
-
-symbian-abld|symbian-sbsv2 {
- RET = $$find(MOC_DIR, "(/|^)\\.[^/]+/?$")
- !isEmpty(RET):{
- error("Symbian does not support directories starting with a dot. Please set MOC_DIR to a different value in your profile. MOC_DIR: $$MOC_DIR")
- }
-
- RET = $$find(RCC_DIR, "(/|^)\\.[^/]+/?$")
- !isEmpty(RET):{
- error("Symbian does not support directories starting with a dot. Please set RCC_DIR to a different value in your profile. RCC_DIR: $$RCC_DIR")
- }
-
- RET = $$find(OBJECTS_DIR, "(/|^)\\.[^/]+/?$")
- !isEmpty(RET):{
- error("Symbian does not support directories starting with a dot. Please set OBJECTS_DIR to a different value in your profile. OBJECTS_DIR: $$OBJECTS_DIR")
- }
-}