Changeset 2d4659ddfe in tspsg


Ignore:
Timestamp:
Oct 13, 2012, 10:40:42 PM (12 years ago)
Author:
Oleksii Serdiuk
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)
Message:

Moved TSPSG folder to PREFIX for Windows.

Now full installation path of TSPSG can be controlled. Before this only
path where TSPSG install folder will be created could be controlled. The
name of TSPSG folder itself couldn't be changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install.pri

    r4cc94b19ad r2d4659ddfe  
    6060    # For win32: everything goes to "%PROGRAMFILES%\TSPSG" and subfolders.
    6161    isEmpty(PREFIX) {
    62         PREFIX = "$$(PROGRAMFILES)"
     62        PREFIX = "$$(PROGRAMFILES)/TSPSG"
    6363    }
    6464
     
    7878    INSTALLS += share l10n imageformats
    7979
    80     target.path = $$PREFIX/TSPSG
    81     share.path = $$PREFIX/TSPSG
    82     l10n.path = $$PREFIX/TSPSG/l10n
    83     imageformats.path = $$PREFIX/TSPSG/imageformats
    84     docs.path = $$PREFIX/TSPSG
     80    target.path = $$PREFIX
     81    share.path = $$PREFIX
     82    l10n.path = $$PREFIX/l10n
     83    imageformats.path = $$PREFIX/imageformats
     84    docs.path = $$PREFIX
    8585}
    8686
Note: See TracChangeset for help on using the changeset viewer.