~ubuntu-branches/ubuntu/saucy/mp3diags/saucy-proposed

« back to all changes in this revision

Viewing changes to .pc/boost1.53/src/src.pro

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-05-24 02:49:37 UTC
  • Revision ID: package-import@ubuntu.com-20130524024937-owufcmjpmbn3z7qr
Tags: 1.0.11.076-3ubuntu1
Do not use -mt suffix for boost libraries for boost1.53 transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SOURCES +=  \
 
2
 Helpers.cpp \
 
3
 main.cpp \
 
4
 DiscogsDownloader.cpp \
 
5
 DoubleList.cpp \
 
6
 FileEnum.cpp \
 
7
 FileRenamerDlgImpl.cpp \
 
8
 FilesModel.cpp \
 
9
 Id3Transf.cpp \
 
10
 Id3V230Stream.cpp \
 
11
 Id3V240Stream.cpp \
 
12
 Id3V2Stream.cpp \
 
13
 ImageInfoPanelWdgImpl.cpp \
 
14
 LogModel.cpp \
 
15
 LyricsStream.cpp \
 
16
 MainFormDlgImpl.cpp \
 
17
 Mp3Manip.cpp \
 
18
 Mp3TransformThread.cpp \
 
19
 MpegFrame.cpp \
 
20
 MpegStream.cpp \
 
21
 MultiLineTvDelegate.cpp \
 
22
 MusicBrainzDownloader.cpp \
 
23
 NormalizeDlgImpl.cpp \
 
24
 NoteFilterDlgImpl.cpp \
 
25
 Notes.cpp \
 
26
 NotesModel.cpp \
 
27
 OsFile.cpp \
 
28
 PaletteDlgImpl.cpp \
 
29
 RenamerPatternsDlgImpl.cpp \
 
30
 ScanDlgImpl.cpp \
 
31
 SessionEditorDlgImpl.cpp \
 
32
 SessionsDlgImpl.cpp \
 
33
 SongInfoParser.cpp \
 
34
 StoredSettings.cpp \
 
35
 StreamsModel.cpp \
 
36
 StructuralTransformation.cpp \
 
37
 TagEditorDlgImpl.cpp \
 
38
 TagEdtPatternsDlgImpl.cpp \
 
39
 TagReadPanel.cpp \
 
40
 TagWriter.cpp \
 
41
 ThreadRunnerDlgImpl.cpp \
 
42
 Transformation.cpp \
 
43
 UniqueNotesModel.cpp \
 
44
 Widgets.cpp \
 
45
 AboutDlgImpl.cpp \
 
46
 AlbumInfoDownloaderDlgImpl.cpp \
 
47
 ApeStream.cpp \
 
48
 CheckedDir.cpp \
 
49
 ColumnResizer.cpp \
 
50
 CommonData.cpp \
 
51
 CommonTypes.cpp \
 
52
 ConfigDlgImpl.cpp \
 
53
 DataStream.cpp \
 
54
 DebugDlgImpl.cpp \
 
55
 DirFilterDlgImpl.cpp \
 
56
 Version.cpp \
 
57
 fstream_unicode.cpp \
 
58
 ExportDlgImpl.cpp \
 
59
 SerSupport.cpp \
 
60
  FullSizeImgDlg.cpp
 
61
TEMPLATE = app
 
62
CONFIG += warn_on \
 
63
          thread \
 
64
          qt \
 
65
 debug_and_release
 
66
TARGET = MP3Diags
 
67
DESTDIR = ../bin
 
68
 
 
69
QT += xml \
 
70
network
 
71
 
 
72
RESOURCES += Mp3Diags.qrc
 
73
 
 
74
HEADERS += AboutDlgImpl.h \
 
75
AlbumInfoDownloaderDlgImpl.h \
 
76
ApeStream.h \
 
77
CheckedDir.h \
 
78
ColumnResizer.h \
 
79
CommonData.h \
 
80
CommonTypes.h \
 
81
ConfigDlgImpl.h \
 
82
DataStream.h \
 
83
DebugDlgImpl.h \
 
84
DirFilterDlgImpl.h \
 
85
DiscogsDownloader.h \
 
86
DoubleList.h \
 
87
FileEnum.h \
 
88
FileRenamerDlgImpl.h \
 
89
FilesModel.h \
 
90
Helpers.h \
 
91
Id3Transf.h \
 
92
Id3V230Stream.h \
 
93
Id3V240Stream.h \
 
94
Id3V2Stream.h \
 
95
ImageInfoPanelWdgImpl.h \
 
96
LogModel.h \
 
97
LyricsStream.h \
 
98
MainFormDlgImpl.h \
 
99
Mp3Manip.h \
 
100
Mp3TransformThread.h \
 
101
MpegFrame.h \
 
102
MpegStream.h \
 
103
MultiLineTvDelegate.h \
 
104
MusicBrainzDownloader.h \
 
105
NormalizeDlgImpl.h \
 
106
NoteFilterDlgImpl.h \
 
107
Notes.h \
 
108
NotesModel.h \
 
109
OsFile.h \
 
110
PaletteDlgImpl.h \
 
111
RenamerPatternsDlgImpl.h \
 
112
ScanDlgImpl.h \
 
113
SerSupport.h \
 
114
SessionEditorDlgImpl.h \
 
115
SessionsDlgImpl.h \
 
116
SimpleSaxHandler.h \
 
117
SongInfoParser.h \
 
118
StoredSettings.h \
 
119
StreamsModel.h \
 
120
StructuralTransformation.h \
 
121
TagEditorDlgImpl.h \
 
122
TagEdtPatternsDlgImpl.h \
 
123
TagReadPanel.h \
 
124
TagWriter.h \
 
125
ThreadRunnerDlgImpl.h \
 
126
Transformation.h \
 
127
UniqueNotesModel.h \
 
128
Widgets.h \
 
129
 fstream_unicode.h \
 
130
 ExportDlgImpl.h \
 
131
 FullSizeImgDlg.h
 
132
FORMS += About.ui \
 
133
AlbumInfoDownloader.ui \
 
134
Config.ui \
 
135
Debug.ui \
 
136
DirFilter.ui \
 
137
DoubleListWdg.ui \
 
138
FileRenamer.ui \
 
139
ImageInfoPanel.ui \
 
140
MainForm.ui \
 
141
Normalize.ui \
 
142
NoteFilter.ui \
 
143
Palette.ui \
 
144
Patterns.ui \
 
145
Scan.ui \
 
146
SessionEditor.ui \
 
147
Sessions.ui \
 
148
TagEditor.ui \
 
149
ThreadRunner.ui \
 
150
 Export.ui
 
151
 
 
152
 
 
153
 
 
154
 
 
155
#CONFIG += console
 
156
 
 
157
 
 
158
DEFINES += DISABLE_CHECK_FOR_UPDATES
 
159
 
 
160
QMAKE_CFLAGS_RELEASE += $(QT_CFLAGS)
 
161
QMAKE_CFLAGS_DEBUG += $(QT_CFLAGS)
 
162
QMAKE_CXXFLAGS_RELEASE += $(QT_CXXFLAGS)
 
163
QMAKE_CXXFLAGS_DEBUG += $(QT_CXXFLAGS)
 
164
 
 
165
LIBS += -lz \
 
166
  -lboost_serialization-mt
 
167