mkspecs/features/symbian/moc.prf
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 02 Sep 2010 21:20:32 +0300
changeset 34 a33bf25e6f72
parent 33 3e2da88830cd
permissions -rw-r--r--
Revision: 201033 Kit: 201035

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")
    }
}