~ubuntu-branches/ubuntu/wily/psi/wily

« back to all changes in this revision

Viewing changes to src/src.pro

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2009-09-25 17:49:51 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090925174951-lvm7kdap82o8xhn3
Tags: 0.13-1
* Updated to upstream version 0.13
* Set Standards-Version to 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#CONFIG += use_crash
11
11
CONFIG += pep
12
12
#CONFIG += whiteboarding
 
13
#CONFIG += psi_plugins
13
14
DEFINES += QT_STATICPLUGIN
14
15
 
15
16
# Import several very useful Makefile targets 
58
59
 
59
60
        LIBS += -lWSock32 -lUser32 -lShell32 -lGdi32 -lAdvAPI32
60
61
        DEFINES += QT_STATICPLUGIN
 
62
        DEFINES += NOMINMAX # suppress min/max #defines in windows headers
61
63
        INCLUDEPATH += . # otherwise MSVC will fail to find "common.h" when compiling options/* stuff
62
64
        #QTPLUGIN += qjpeg qgif
63
65
}
64
66
 
65
 
# IPv6 ?
66
 
#DEFINES += NO_NDNS
67
 
 
68
67
# Psi sources
69
68
include(src.pri)
70
69
 
80
79
 
81
80
TRANSLATIONS = \
82
81
        $$LANG_PATH/psi_ar.ts \
 
82
        $$LANG_PATH/psi_bg.ts \
 
83
        $$LANG_PATH/psi_br.ts \
83
84
        $$LANG_PATH/psi_ca.ts \
84
85
        $$LANG_PATH/psi_cs.ts \
85
86
        $$LANG_PATH/psi_da.ts \
86
87
        $$LANG_PATH/psi_de.ts \
 
88
        $$LANG_PATH/psi_ee.ts \
87
89
        $$LANG_PATH/psi_el.ts \
88
90
        $$LANG_PATH/psi_eo.ts \
89
91
        $$LANG_PATH/psi_es.ts \
 
92
        $$LANG_PATH/psi_et.ts \
90
93
        $$LANG_PATH/psi_fi.ts \
91
94
        $$LANG_PATH/psi_fr.ts \
 
95
        $$LANG_PATH/psi_hr.ts \
 
96
        $$LANG_PATH/psi_hu.ts \
92
97
        $$LANG_PATH/psi_it.ts \
93
 
        $$LANG_PATH/psi_jp.ts \
 
98
        $$LANG_PATH/psi_ja.ts \
94
99
        $$LANG_PATH/psi_mk.ts \
95
100
        $$LANG_PATH/psi_nl.ts \
96
101
        $$LANG_PATH/psi_pl.ts \
97
102
        $$LANG_PATH/psi_pt.ts \
98
 
        $$LANG_PATH/psi_ptbr.ts \
 
103
        $$LANG_PATH/psi_pt_BR.ts \
99
104
        $$LANG_PATH/psi_ru.ts \
100
105
        $$LANG_PATH/psi_se.ts \
101
106
        $$LANG_PATH/psi_sk.ts \
 
107
        $$LANG_PATH/psi_sl.ts \
102
108
        $$LANG_PATH/psi_sr.ts \
 
109
        $$LANG_PATH/psi_sr@latin.ts \
 
110
        $$LANG_PATH/psi_sv.ts \
 
111
        $$LANG_PATH/psi_sw.ts \
103
112
        $$LANG_PATH/psi_uk.ts \
104
 
        $$LANG_PATH/psi_zh.ts
 
113
        $$LANG_PATH/psi_ur_PK.ts \
 
114
        $$LANG_PATH/psi_vi.ts \
 
115
        $$LANG_PATH/psi_zh_CN.ts \
 
116
        $$LANG_PATH/psi_zh_TW.ts
105
117
 
106
118
OPTIONS_TRANSLATIONS_FILE=$$PWD/option_translations.cpp
107
119