aboutsummaryrefslogtreecommitdiff
path: root/devel/eric6/files/config
blob: e93b28228f01ddf8468591a47fa912c3becf5255 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- coding: utf-8 -*-
#
# This module contains the configuration of the individual eric6 installation
#

cfg = {
    'ericDir'              : 'DATADIR',
    'ericPixDir'           : 'DATADIR/pixmaps',
    'ericIconDir'          : 'DATADIR/icons',
    'ericDTDDir'           : 'DATADIR/DTDs',
    'ericCSSDir'           : 'DATADIR/CSSs',
    'ericStylesDir'        : 'DATADIR/Styles',
    'ericDocDir'           : 'DOCSDIR',
    'ericExamplesDir'      : 'EXAMPLESDIR',
    'ericTranslationsDir'  : 'DATADIR/i18n',
    'ericTemplatesDir'     : 'DATADIR/DesignerTemplates',
    'ericCodeTemplatesDir' : 'DATADIR/CodeTemplates',
    'ericOthersDir'        : 'DATADIR/Others',
    'bindir'               : 'PREFIX/bin',
    'mdir'                 : 'PYTHON_SITELIBDIR',
    'apidir'               : 'LOCALBASE/share/qt5/qsci/api',
}