File: Cortina.pro

package info (click to toggle)
cortina 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,644 kB
  • sloc: cpp: 1,398; makefile: 4
file content (71 lines) | stat: -rw-r--r-- 1,417 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
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
69
70
71
# -------------------------------------------------
# Project created by QtCreator 2010-05-20T11:56:49
# -------------------------------------------------
TARGET = cortina
TEMPLATE = app
SOURCES += main.cpp \
    threadb.cpp \
    widget.cpp \
    helper.cpp
HEADERS += widget.h \
    threadb.h \
    helper.h
FORMS += widget.ui
CONFIG += link_pkgconfig \
    qt \
    release
#PKGCONFIG += libnotify
QT += network
TRANSLATIONS += po/ru.ts \
po/tr.ts \
po/si.ts \
po/nl.ts \
po/fa.ts \
po/uk.ts \
po/cs.ts \
po/kk.ts \
po/de.ts \
po/ca.ts \
po/fr.ts \
po/ko.ts \
po/ar.ts \
po/th.ts \
po/fi.ts \
po/pt_BR.ts \
po/es.ts \
po/ia.ts \
po/pt.ts \
po/pl.ts \
po/it.ts \
po/sv.ts \
po/zh_CN.ts 
icon.path = /usr/share/pixmaps
icon.files += cortina.svg \
cortina2.svg
INSTALLS += icon
target.path = /usr/bin
INSTALLS += target
desktop.path = /usr/share/applications
desktop.files = cortina.desktop
INSTALLS += desktop
languages.path = /usr/share/qt4/translations/cortina
languages.extra = $(QTDIR)lrelease -silent Cortina.pro
INSTALLS += languages
translations.path = /usr/share/qt4/translations/cortina
translations.files = po/*.qm
INSTALLS += translations
RESOURCES += \
    rc.qrc
CODECFORSRC = UTF-8
CONFIG(debug) {
    message(debug)
}
CONFIG(release) {
    message(release)
}
CONFIG(debug, debug|release) {
    message("debug, debug|release")
}
CONFIG(release, debug|release) {
    message("release, debug|release")
}