File: webissues.pro

package info (click to toggle)
webissues 1.1.2-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 15,164 kB
  • ctags: 11,849
  • sloc: ansic: 80,666; cpp: 33,650; xml: 463; sh: 380; makefile: 10
file content (40 lines) | stat: -rw-r--r-- 1,052 bytes parent folder | download | duplicates (6)
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
include( config.pri )

TEMPLATE = subdirs
SUBDIRS  = src

# NOTE: if you change the installation paths, please update application.cpp accordingly

win32 {
    documentation.files = ChangeLog COPYING README
    documentation.path = $$PREFIX
} else:mac {
    documentation.files = ChangeLog COPYING README
    documentation.path = $${DESTINATION}$$PREFIX
} else {
    documentation.files = README
    documentation.path = $${DESTINATION}$$PREFIX/share/doc/webissues
}
INSTALLS += documentation

manual.files = doc/en doc/pl
win32 {
    manual.path = $$PREFIX/doc
} else:mac {
    manual.path = $${DESTINATION}$$PREFIX/doc
} else {
    manual.path = $${DESTINATION}$$PREFIX/share/doc/webissues/doc
}
INSTALLS += manual

translations.files = translations/*.qm translations/locale.ini
win32 {
    translations.path = $$PREFIX/translations
} else:mac {
    translations.path = $${DESTINATION}$$PREFIX/translations
} else {
    translations.path = $${DESTINATION}$$PREFIX/share/webissues/translations
}
INSTALLS += translations

QMAKE_DISTCLEAN += config.pri