-
Notifications
You must be signed in to change notification settings - Fork 2
/
mx-menu-editor.pro
97 lines (87 loc) · 3.84 KB
/
mx-menu-editor.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# **********************************************************************
# * Copyright (C) 2015 MX Authors
# *
# * Authors: Adrian
# * MX Linux <http://mxlinux.org>
# *
# * This file is part of MX Menu Editor.
# *
# * MX Menu Editor 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 Menu Editor 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 Menu Editor. If not, see <http://www.gnu.org/licenses/>.
# **********************************************************************/
QT += widgets
CONFIG += c++1z warn_on
TARGET = mx-menu-editor
TEMPLATE = app
# The following define makes your compiler warn you if you use any
# feature of Qt which has been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
SOURCES += main.cpp\
addappdialog.cpp \
mainwindow.cpp
HEADERS += \
addappdialog.h \
mainwindow.h \
version.h
FORMS += \
addappdialog.ui \
mainwindow.ui
TRANSLATIONS += translations/mx-menu-editor_am.ts \
translations/mx-menu-editor_ar.ts \
translations/mx-menu-editor_bg.ts \
translations/mx-menu-editor_ca.ts \
translations/mx-menu-editor_cs.ts \
translations/mx-menu-editor_da.ts \
translations/mx-menu-editor_de.ts \
translations/mx-menu-editor_el.ts \
translations/mx-menu-editor_en.ts \
translations/mx-menu-editor_es.ts \
translations/mx-menu-editor_et.ts \
translations/mx-menu-editor_eu.ts \
translations/mx-menu-editor_fa.ts \
translations/mx-menu-editor_fi.ts \
translations/mx-menu-editor_fr.ts \
translations/mx-menu-editor_fr_BE.ts \
translations/mx-menu-editor_he_IL.ts \
translations/mx-menu-editor_hi.ts \
translations/mx-menu-editor_hr.ts \
translations/mx-menu-editor_hu.ts \
translations/mx-menu-editor_id.ts \
translations/mx-menu-editor_is.ts \
translations/mx-menu-editor_it.ts \
translations/mx-menu-editor_ja.ts \
translations/mx-menu-editor_kk.ts \
translations/mx-menu-editor_ko.ts \
translations/mx-menu-editor_lt.ts \
translations/mx-menu-editor_mk.ts \
translations/mx-menu-editor_mr.ts \
translations/mx-menu-editor_nb.ts \
translations/mx-menu-editor_nl.ts \
translations/mx-menu-editor_pl.ts \
translations/mx-menu-editor_pt.ts \
translations/mx-menu-editor_pt_BR.ts \
translations/mx-menu-editor_ro.ts \
translations/mx-menu-editor_ru.ts \
translations/mx-menu-editor_sk.ts \
translations/mx-menu-editor_sl.ts \
translations/mx-menu-editor_sq.ts \
translations/mx-menu-editor_sr.ts \
translations/mx-menu-editor_sv.ts \
translations/mx-menu-editor_tr.ts \
translations/mx-menu-editor_uk.ts \
translations/mx-menu-editor_zh_CN.ts \
translations/mx-menu-editor_zh_TW.ts
RESOURCES += \
images.qrc