File: webissues.pro

package info (click to toggle)
webissues 0.9.2-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,708 kB
  • ctags: 2,637
  • sloc: cpp: 19,365; xml: 400; sh: 180; makefile: 47
file content (24 lines) | stat: -rw-r--r-- 482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
include( config.pri )

TEMPLATE = subdirs
SUBDIRS  = src

doc.files = doc/*.html doc/*.png
win32 {
    doc.path = $$PREFIX/doc
} else {
    doc.path = $$PREFIX/share/doc/webissues
}
INSTALLS += doc

doc-common.files = doc/common/*
doc-common.path = $$doc.path/common
INSTALLS += doc-common

translations.files = translations/*.qm
win32 {
    translations.path = $$PREFIX/translations
} else {
    translations.path = $$PREFIX/share/webissues/translations
}
INSTALLS += translations