Changeset 2d4659ddfe in tspsg for install.pri
- Timestamp:
- Oct 13, 2012, 10:40:42 PM (12 years ago)
- Branches:
- appveyor, imgbot, master, readme
- Children:
- 21c03af787
- Parents:
- 4cc94b19ad
- git-author:
- Oleksii Serdiuk <contacts@…> (10/13/12 22:40:42)
- git-committer:
- Oleksii Serdiuk <contacts@…> (10/13/12 22:59:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
install.pri
r4cc94b19ad r2d4659ddfe 60 60 # For win32: everything goes to "%PROGRAMFILES%\TSPSG" and subfolders. 61 61 isEmpty(PREFIX) { 62 PREFIX = "$$(PROGRAMFILES) "62 PREFIX = "$$(PROGRAMFILES)/TSPSG" 63 63 } 64 64 … … 78 78 INSTALLS += share l10n imageformats 79 79 80 target.path = $$PREFIX /TSPSG81 share.path = $$PREFIX /TSPSG82 l10n.path = $$PREFIX/ TSPSG/l10n83 imageformats.path = $$PREFIX/ TSPSG/imageformats84 docs.path = $$PREFIX /TSPSG80 target.path = $$PREFIX 81 share.path = $$PREFIX 82 l10n.path = $$PREFIX/l10n 83 imageformats.path = $$PREFIX/imageformats 84 docs.path = $$PREFIX 85 85 } 86 86
Note: See TracChangeset
for help on using the changeset viewer.