Lines 14-21
Link Here
|
14 |
# |
14 |
# |
15 |
# Location where Edyuk will be installed |
15 |
# Location where Edyuk will be installed |
16 |
# |
16 |
# |
17 |
EDYUK_INSTALL_PREFIX = /usr/edyuk |
17 |
EDYUK_VER = edyuk-1.0.0_rc1 |
18 |
|
18 |
EDYUK_INSTALL_PREFIX = /usr/lib/$${EDYUK_VER} |
|
|
19 |
|
19 |
# |
20 |
# |
20 |
# Necessary files without which Edyuk can't run |
21 |
# Necessary files without which Edyuk can't run |
21 |
# |
22 |
# |
Lines 32-39
Link Here
|
32 |
# Miscanellous files, generally appreciated... ;-) |
33 |
# Miscanellous files, generally appreciated... ;-) |
33 |
# |
34 |
# |
34 |
|
35 |
|
35 |
misc.files += *.txt |
36 |
#misc.files += *.txt |
36 |
misc.path = $${EDYUK_INSTALL_PREFIX} |
37 |
#misc.path = $${EDYUK_INSTALL_PREFIX} |
37 |
|
38 |
|
38 |
translations.files += translations/*.qm |
39 |
translations.files += translations/*.qm |
39 |
translations.path = $${EDYUK_INSTALL_PREFIX}/translations |
40 |
translations.path = $${EDYUK_INSTALL_PREFIX}/translations |
Lines 54-61
Link Here
|
54 |
doc \ |
55 |
doc \ |
55 |
qxs \ |
56 |
qxs \ |
56 |
qxs_plugins \ |
57 |
qxs_plugins \ |
57 |
templates \ |
58 |
templates |
58 |
misc |
59 |
# misc |
59 |
|
60 |
|
60 |
# |
61 |
# |
61 |
# SDK : Edyuk plugin development kit |
62 |
# SDK : Edyuk plugin development kit |