forked from tryphon/rivendell2-debian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrdlibrary.pro
66 lines (62 loc) · 1.88 KB
/
rdlibrary.pro
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
# rdlibrary.pro
#
# The QMake project file for RDLibrary.
#
# (C) Copyright 2003-2005 Fred Gleason <[email protected]>
#
# $Id: rdlibrary.pro,v 1.11.2.3 2014/01/08 02:08:38 cvs Exp $
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
TEMPLATE = app
x11 {
SOURCES += audio_cart.cpp
SOURCES += cdripper.cpp
SOURCES += disk_gauge.cpp
SOURCES += disk_ripper.cpp
SOURCES += edit_cart.cpp
SOURCES += edit_macro.cpp
SOURCES += edit_notes.cpp
SOURCES += edit_schedulercodes.cpp
SOURCES += filter.cpp
SOURCES += lib_listview.cpp
SOURCES += list_reports.cpp
SOURCES += macro_cart.cpp
SOURCES += rdlibrary.cpp
SOURCES += record_cut.cpp
SOURCES += validate_cut.cpp
}
x11 {
HEADERS += audio_cart.h
HEADERS += cdripper.h
HEADERS += disk_gauge.h
HEADERS += disk_ripper.h
HEADERS += edit_cart.h
HEADERS += edit_macro.h
HEADERS += edit_notes.h
HEADERS += edit_schedulercodes.h
HEADERS += filter.h
HEADERS += lib_listview.h
HEADERS += list_reports.h
HEADERS += macro_cart.h
HEADERS += rdlibrary.h
HEADERS += record_cut.h
HEADERS += validate_cut.h
}
TRANSLATIONS += rdlibrary_cs.ts
TRANSLATIONS += rdlibrary_de.ts
TRANSLATIONS += rdlibrary_es.ts
TRANSLATIONS += rdlibrary_fr.ts
TRANSLATIONS += rdlibrary_nb.ts
TRANSLATIONS += rdlibrary_nn.ts
TRANSLATIONS += rdlibrary_pt_BR.ts