install.cfg 296 B

1234567891011121314151617181920212223
  1. config =
  2. {
  3. oemcontpat = "_OEM_";
  4. oemfilepat = "_OEM_";
  5. };
  6. oemsubstfiles =
  7. (
  8. "projal.pri",
  9. "_OEM_.pri",
  10. "_OEM_.cfg",
  11. "app/visu/visu.pro",
  12. "app/visu/qml/shm.qml",
  13. "app/visu/qml/appctrl.qml",
  14. "svc/mqttcl/cfg/mqttcl.cfg.json"
  15. );
  16. oemrenfiles =
  17. (
  18. "_OEM_.pro",
  19. "_OEM_.pri",
  20. "_OEM_.cfg"
  21. );