Changeset 846 for trunk/mkspecs/features/symbian/moc.prf
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/mkspecs/features/symbian/moc.prf
r561 r846 1 1 load(moc) 2 2 3 RET = $$find(MOC_DIR, "(/|^)\.[^/]+/?$") 4 !isEmpty(RET):{ 5 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") 3 symbian-abld|symbian-sbsv2 { 4 RET = $$find(MOC_DIR, "(/|^)\\.[^/]+/?$") 5 !isEmpty(RET):{ 6 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") 7 } 8 9 RET = $$find(RCC_DIR, "(/|^)\\.[^/]+/?$") 10 !isEmpty(RET):{ 11 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") 12 } 13 14 RET = $$find(OBJECTS_DIR, "(/|^)\\.[^/]+/?$") 15 !isEmpty(RET):{ 16 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") 17 } 6 18 } 7 8 RET = $$find(RCC_DIR, "(/|^)\.[^/]+/?$")9 !isEmpty(RET):{10 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")11 }12 13 RET = $$find(OBJECTS_DIR, "(/|^)\.[^/]+/?$")14 !isEmpty(RET):{15 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")16 }
Note:
See TracChangeset
for help on using the changeset viewer.