forked from MX-Linux/mx-select-sound
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmx-select-sound.pro
More file actions
68 lines (57 loc) · 2.54 KB
/
Copy pathmx-select-sound.pro
File metadata and controls
68 lines (57 loc) · 2.54 KB
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
# **********************************************************************
# * Copyright (C) 2015 MX Authors
# *
# * Authors: Adrian
# * MX Linux <http://mxlinux.org>
# *
# * This file is part of mx-select-sound.
# *
# * mx-select-sound is free software: you can redistribute it and/or modify
# * it under the terms of the GNU General Public License as published by
# * the Free Software Foundation, either version 3 of the License, or
# * (at your option) any later version.
# *
# * mx-select-sound 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 mx-select-sound. If not, see <http://www.gnu.org/licenses/>.
# **********************************************************************/
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = mx-select-sound
TEMPLATE = app
SOURCES += main.cpp\
mxselectsound.cpp
HEADERS += mxselectsound.h
FORMS += mxselectsound.ui
TRANSLATIONS += translations/mx-select-sound_am.ts \
translations/mx-select-sound_ca.ts \
translations/mx-select-sound_cs.ts \
translations/mx-select-sound_de.ts \
translations/mx-select-sound_el.ts \
translations/mx-select-sound_es.ts \
translations/mx-select-sound_fi.ts \
translations/mx-select-sound_fr.ts \
translations/mx-select-sound_hi.ts \
translations/mx-select-sound_hr.ts \
translations/mx-select-sound_hu.ts \
translations/mx-select-sound_it.ts \
translations/mx-select-sound_ja.ts \
translations/mx-select-sound_kk.ts \
translations/mx-select-sound_lt.ts \
translations/mx-select-sound_nl.ts \
translations/mx-select-sound_pl.ts \
translations/mx-select-sound_pt.ts \
translations/mx-select-sound_pt_BR.ts \
translations/mx-select-sound_ro.ts \
translations/mx-select-sound_ru.ts \
translations/mx-select-sound_sk.ts \
translations/mx-select-sound_sv.ts \
translations/mx-select-sound_tr.ts \
translations/mx-select-sound_uk.ts \
translations/mx-select-sound_zh_TW.ts
RESOURCES += \
images.qrc