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