~ubuntu-branches/ubuntu/oneiric/smplayer/oneiric

« back to all changes in this revision

Viewing changes to src/smplayer.pro

  • Committer: Bazaar Package Importer
  • Author(s): Breuil Cyril
  • Date: 2007-06-24 16:35:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070624163529-hhckbmd24uicada7
Tags: 0.5.20-0ubuntu1
* New upstream release
* Change Maintainer Email

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        infofile.h \
28
28
        encodings.h \
29
29
        seekwidget.h \
 
30
        mytable.h \
 
31
        keychooser.h \
 
32
        actionseditor.h \
30
33
        preferencesdialog.h \
31
34
        filepropertiesdialog.h \
32
 
        playlist2.h \
 
35
        playlist.h \
33
36
        verticaltext.h \
34
37
        eqslider.h \
35
38
        videoequalizer.h \
42
45
        csmanager.h \
43
46
        filedialog.h \
44
47
        aboutdialog.h \
45
 
        actionseditor.h \
46
48
        basegui.h \
47
49
        baseguiplus.h \
48
50
        floatingcontrol.h \
68
70
        infofile.cpp \
69
71
        encodings.cpp \
70
72
        seekwidget.cpp \
 
73
        mytable.cpp \
 
74
        keychooser.cpp \
 
75
        actionseditor.cpp \
71
76
        preferencesdialog.cpp \
72
77
        filepropertiesdialog.cpp \
73
 
        playlist2.cpp \
 
78
        playlist.cpp \
74
79
        verticaltext.cpp \
75
80
        eqslider.cpp \
76
81
        videoequalizer.cpp \
83
88
        csmanager.cpp \
84
89
        filedialog.cpp \
85
90
        aboutdialog.cpp \
86
 
        actionseditor.cpp \
87
91
        basegui.cpp \
88
92
        baseguiplus.cpp \
89
93
        floatingcontrol.cpp \
124
128
        icons-png/dvd.png \
125
129
        icons-png/dvd_hd.png \
126
130
        icons-png/vcd.png \
 
131
        icons-png/cdda.png \
127
132
        icons-png/url.png \
128
133
        icons-png/close.png \
129
134
        icons-png/exit.png \
160
165
        icons-png/contrast.png \
161
166
        icons-png/hue.png \
162
167
        icons-png/saturation.png \
 
168
        icons-png/gamma.png \
163
169
        icons-png/background.png \
164
170
        icons-png/conflict.png \
165
171
        icons-png/xtype_video.png \
166
172
        icons-png/xtype_audio.png \
167
173
        icons-png/xtype_dvd.png \
168
174
        icons-png/xtype_vcd.png \
 
175
        icons-png/xtype_cdda.png \
169
176
        icons-png/xtype_url.png \
170
177
        icons-png/xtype_unknown.png
171
178
 
172
 
TRANSLATIONS = smplayer_es.ts smplayer_de.ts smplayer_sk.ts smplayer_it.ts \
173
 
               smplayer_fr.ts smplayer_zh_CN.ts smplayer_ru_RU.ts \
174
 
               smplayer_hu.ts smplayer_en_US.ts smplayer_pl.ts smplayer_ja.ts \
175
 
               smplayer_nl.ts smplayer_uk_UA.ts smplayer_pt_BR.ts \
176
 
               smplayer_ka.ts smplayer_cs.ts smplayer_bg.ts
 
179
TRANSLATIONS = translations/smplayer_es.ts translations/smplayer_de.ts \
 
180
               translations/smplayer_sk.ts translations/smplayer_it.ts \
 
181
               translations/smplayer_fr.ts translations/smplayer_zh_CN.ts \
 
182
               translations/smplayer_ru_RU.ts translations/smplayer_hu.ts \
 
183
               translations/smplayer_en_US.ts translations/smplayer_pl.ts \
 
184
               translations/smplayer_ja.ts translations/smplayer_nl.ts \
 
185
               translations/smplayer_uk_UA.ts translations/smplayer_pt_BR.ts \
 
186
               translations/smplayer_ka.ts translations/smplayer_cs.ts \
 
187
               translations/smplayer_bg.ts translations/smplayer_tr.ts \
 
188
               translations/smplayer_sv.ts translations/smplayer_sr.ts \
 
189
               translations/smplayer_zh_TW.ts translations/smplayer_ro_RO.ts \
 
190
               translations/smplayer_pt_PT.ts
177
191
 
178
192
QT += qt3support
179
193
 
193
207
  #DEFINES += KDE_SUPPORT
194
208
  #INCLUDEPATH += /opt/kde3/include/
195
209
  #LIBS += -lkio -L/opt/kde3/lib/
 
210
  contains( DEFINES, KDE_SUPPORT) {
 
211
        HEADERS += mysystemtrayicon.h
 
212
        SOURCES += mysystemtrayicon.cpp
 
213
  }
196
214
}
197
215
 
198
216
win32 {
199
217
        RC_FILE = smplayer.rc
200
218
        DEFINES += NO_DEBUG_ON_CONSOLE
201
 
        debug {
202
 
                CONFIG += console
203
 
        }
 
219
#       debug {
 
220
#               CONFIG += console
 
221
#       }
204
222
}