Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/mkspecs/features/symbian/moc.prf

    r561 r846  
    11load(moc)
    22
    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")
     3symbian-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    }
    618}
    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.