Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. [../resources/srp/db/patch_dbs]
  2.  
  3. [/bin/resources/srp/db/patch_dbs].
  4.  
  5.  
  6. configSRP2.path=
  7. $$shell_path($$dirname(OUT_PWD)/bin/resources/srp/db/patch_dbs
  8. )
  9. configSRP2.files =
  10.  
  11. $$shell_path($$IN_PWD/../resources/srp/db/patch_dbs/patch
  12. _dbs_0001/01_SRP_DDL .sql)
  13. configSRP3.path =
  14.  
  15.  
  16. $$shell_path($$dirname(OUT_PWD)/bin/
  17. resources/srp/db/patch_dbs/patch_dbs_0001)
  18. configSRP3.files =
  19. $$shell_path($$IN_PWD/../resources/srp/db/patch_dbs/
  20. patch_dbs_0002/02_SRP_DML.sql)
  21.  
  22.  
  23. target.path = $$PRJBIN
  24.  
  25. INSTALLS += target config2 config3 configSRP
  26. configSRP2 configSRP3
  27.  
  28. $$IN_PWD/../resources/srp/db/patch_dbs/
  29.  
  30. ($$IN_PWD/../resources/srp/db/patch_dbs/patch_dbs_0001/,
  31. $$IN_PWD/../resources/srp/db/patch_dbs/patch_dbs_0002/)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement