123456789101112131415161718192021 |
- config =
- {
- oemcontpat = "_OEM_";
- oemfilepat = "_OEM_";
- };
- oemsubstfiles =
- (
- "projal.pri",
- "_OEM_.pri",
- "_OEM_.cfg",
- "app/visu/visu.pro",
- "app/visu/qml/shm.qml"
- );
- oemrenfiles =
- (
- "_OEM_.pro",
- "_OEM_.pri",
- "_OEM_.cfg"
- );
|