install.cfg 232 B

123456789101112131415161718192021
  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. );
  14. oemrenfiles =
  15. (
  16. "_OEM_.pro",
  17. "_OEM_.pri",
  18. "_OEM_.cfg"
  19. );