~ubuntu-branches/ubuntu/lucid/lastfm/lucid

« back to all changes in this revision

Viewing changes to src/src.pro

  • Committer: Bazaar Package Importer
  • Author(s): Devid Filoni
  • Date: 2008-07-14 16:46:20 UTC
  • mfrom: (1.1.7 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080714164620-67hoz9fs177wpgmr
Tags: 1:1.5.1.31879.dfsg-1ubuntu1
* Merge from Debian unstable (LP: #248100), remaining changes:
  - debian/rules: add dh_icons call
  + debian/control:
    - switch iceweasel to firefox in Recommends field
    - modify debhelper version to >= 5.0.51~
    - modify Maintainer to Ubuntu MOTU Developers

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
          Radio.h \
112
112
          RadioPlaylist.h \
113
113
          XspfResolver.h \
114
 
          MediaDeviceConfirmDialog.h \
 
114
          MediaDeviceScrobbler.h \
115
115
          SideBarView.h \
116
116
          SideBarModel.h \
117
117
          SideBarDelegate.h \
131
131
          Bootstrapper/AbstractBootstrapper.h \
132
132
          Bootstrapper/AbstractFileBootstrapper.h \
133
133
          Bootstrapper/iTunesBootstrapper.h \
134
 
          Bootstrapper/PluginBootstrapper.h
 
134
          Bootstrapper/PluginBootstrapper.h \
 
135
          Bootstrapper/ITunesDevice/ITunesDevice.h \
 
136
          WizardTwiddlyBootstrapPage.h
135
137
 
136
138
 
137
139
SOURCES = main.cpp \
176
178
          Radio.cpp \
177
179
          RadioPlaylist.cpp \
178
180
          XspfResolver.cpp \
179
 
          MediaDeviceConfirmDialog.cpp \
 
181
          MediaDeviceScrobbler.cpp \
180
182
          SideBarView.cpp \
181
183
          SideBarModel.cpp \
182
184
          SideBarDelegate.cpp \
194
196
          Bootstrapper/AbstractBootstrapper.cpp \
195
197
          Bootstrapper/AbstractFileBootstrapper.cpp \
196
198
          Bootstrapper/iTunesBootstrapper.cpp \
197
 
          Bootstrapper/PluginBootstrapper.cpp
 
199
          Bootstrapper/PluginBootstrapper.cpp \
 
200
          WizardTwiddlyBootstrapPage.cpp
198
201
 
199
202
 
200
203
unix:!mac* {
208
211
               winstyleoverrides.cpp
209
212
 
210
213
    LIBS += -lmad -lfftw3f
 
214
 
 
215
    HEADERS -=  Bootstrapper/iTunesBootstrapper.h \
 
216
                Bootstrapper/PluginBootstrapper.h
 
217
    
 
218
    SOURCES -= Bootstrapper/iTunesBootstrapper.cpp \
 
219
               Bootstrapper/PluginBootstrapper.cpp
211
220
}
212
221
 
213
222
 
217
226
 
218
227
    HEADERS += simplewizard_mac.h \
219
228
               macstyleoverrides.h \
220
 
               itunesscript.h
 
229
               itunesscript.h \
 
230
               ITunesPluginInstaller.h
221
231
 
222
232
    SOURCES += simplewizard_mac.cpp \
223
233
               macstyleoverrides.cpp \
224
 
               itunesscript.cpp
 
234
               itunesscript.cpp \
 
235
               ITunesPluginInstaller.cpp
225
236
 
226
237
    SOURCES -= SideBarTreeStyle.cpp
227
238
 
236
247
             wizardextshell_win.ui \
237
248
             wizardintshell_win.ui
238
249
 
239
 
    LIBS += -lshfolder -luser32 -lshell32 -lversion -lWs2_32 -lGdi32 -lzlibwapi
 
250
    LIBS += -luser32 -lshell32 -lversion -lWs2_32 -lGdi32 -lzlibwapi
240
251
 
241
252
    HEADERS += simplewizard_win.h \
242
253
               winstyleoverrides.h
248
259
}
249
260
 
250
261
RESOURCES = ../res/qrc/last.fm.qrc
 
262
 
 
263
QMAKE_CXX = $$QMAKE_CXX -IlibMoose/QtOverrides