Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
19 lines
729 B
Plaintext
19 lines
729 B
Plaintext
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")
|
|
}
|
|
}
|