qpmx.json 735 B

12345678910111213141516171819202122232425262728
  1. {
  2. "dependencies": [
  3. ],
  4. "license": {
  5. "file": "LICENSE",
  6. "name": "BSD_3_CLAUSE"
  7. },
  8. "prcFile": "qhotkey.prc",
  9. "priFile": "qhotkey.pri",
  10. "priIncludes": [
  11. ],
  12. "publishers": {
  13. "qpm": {
  14. "author": {
  15. "email": "skycoder42.de@gmx.de",
  16. "name": "Skycoder"
  17. },
  18. "description": "A global shortcut/hotkey for Desktop Qt-Applications",
  19. "name": "de.skycoder42.qhotkey",
  20. "repository": {
  21. "type": "GITHUB",
  22. "url": "https://github.com/Skycoder42/QHotkey.git"
  23. },
  24. "webpage": "https://github.com/Skycoder42/QHotkey"
  25. }
  26. },
  27. "source": false
  28. }