Changeset ef9a71b
- Timestamp:
- 08/11/21 19:13:22 (10 months ago)
- Branches:
- master
- Children:
- 3254de1
- Parents:
- 2342ac3
- git-author:
- François Revol <revol@…> (08/10/21 18:35:24)
- git-committer:
- gregor herrmann <gregor@…> (08/11/21 19:13:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/app/app.pro
r2342ac3 ref9a71b 33 33 34 34 # instalation related 35 PREFIX = /usr/bin 35 !defined(PREFIX, var) { 36 PREFIX = /usr/bin 37 } 36 38 INSTALLS = target 37 39 target.path = $$PREFIX
Note: See TracChangeset
for help on using the changeset viewer.