-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathxtuple.pro
68 lines (60 loc) · 2.39 KB
/
xtuple.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#
# This file is part of the xTuple ERP: PostBooks Edition, a free and
# open source Enterprise Resource Planning software suite,
# Copyright (c) 1999-2017 by OpenMFG LLC, d/b/a xTuple.
# It is licensed to you under the Common Public Attribution License
# version 1.0, the full text of which (including xTuple-specific Exhibits)
# is available at www.xtuple.com/CPAL. By using this software, you agree
# to be bound by its terms.
#
TEMPLATE = subdirs
SUBDIRS = common \
scriptapi \
widgets/dll.pro \
widgets \
guiclient
CONFIG += ordered
TRANSLATIONS = share/dict/xTuple.ar_eg.ts \
share/dict/xTuple.base.ts \
share/dict/xTuple.bg.ts \
share/dict/xTuple.cs.ts \
share/dict/xTuple.de_at.ts \
share/dict/xTuple.de_ch.ts \
share/dict/xTuple.de.ts \
share/dict/xTuple.en_ca.ts \
share/dict/xTuple.es_ar.ts \
share/dict/xTuple.es_mx.ts \
share/dict/xTuple.es.ts \
share/dict/xTuple.et_ee.ts \
share/dict/xTuple.fr_ca.ts \
share/dict/xTuple.fr.ts \
share/dict/xTuple.hr.ts \
share/dict/xTuple.it.ts \
share/dict/xTuple.ja.ts \
share/dict/xTuple.nl.ts \
share/dict/xTuple.no.ts \
share/dict/xTuple.pl.ts \
share/dict/xTuple.pt_br.ts \
share/dict/xTuple.pt.ts \
share/dict/xTuple.ru.ts \
share/dict/xTuple.sk.ts \
share/dict/xTuple.tr.ts \
share/dict/xTuple.uk.ts \
share/dict/xTuple.zh_hk.ts \
share/dict/xTuple.zh.ts \
share/dict/xTuple.zh_tw.ts
INSTALLS = certificates dictionaries translations
DESTDIR=bin
macx {
EXTRASDIR=$$absolute_path($${DESTDIR})/xtuple.app/Contents/Resources
} else {
EXTRASDIR=$$absolute_path($${DESTDIR})
}
certificates.path = $$absolute_path($${EXTRASDIR})/certificates
certificates.files = share/certificates/*
dictionaries.path = $$absolute_path($${EXTRASDIR})/hunspell
dictionaries.files = hunspell/*.aff hunspell/*.dic
translations.path = $$absolute_path($${EXTRASDIR})/dict
translations.files = $$replace(TRANSLATIONS, ts, qm)
translations.extra = cd share/dict && $$dirname(QMAKE_QMAKE)/lrelease xTuple*.ts
translations.CONFIG = no_check_exist