mkspecs/features/symbian/moc.prf
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
     1 load(moc)
     1 load(moc)
     2 
     2 
     3 symbian-abld|symbian-sbsv2 {
     3 symbian-abld|symbian-sbsv2 {
     4     RET = $$find(MOC_DIR, "(/|^)\.[^/]+/?$")
     4     RET = $$find(MOC_DIR, "(/|^)\\.[^/]+/?$")
     5     !isEmpty(RET):{
     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")
     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     }
     7     }
     8 
     8 
     9     RET = $$find(RCC_DIR, "(/|^)\.[^/]+/?$")
     9     RET = $$find(RCC_DIR, "(/|^)\\.[^/]+/?$")
    10     !isEmpty(RET):{
    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")
    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     }
    12     }
    13 
    13 
    14     RET = $$find(OBJECTS_DIR, "(/|^)\.[^/]+/?$")
    14     RET = $$find(OBJECTS_DIR, "(/|^)\\.[^/]+/?$")
    15     !isEmpty(RET):{
    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")
    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     }
    17     }
    18 }
    18 }