-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmx-tools.pro
More file actions
99 lines (89 loc) · 3.58 KB
/
mx-tools.pro
File metadata and controls
99 lines (89 loc) · 3.58 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
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
96
97
98
# **********************************************************************
# * Copyright (C) 2014 MX Authors
# *
# * Authors: Adrian
# * MX Linux <http://mxlinux.org>
# *
# * This file is part of MX Tools.
# *
# * MX Tools 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 Tools 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 Tools. If not, see <http://www.gnu.org/licenses/>.
# **********************************************************************
#-------------------------------------------------
#
# Project created by QtCreator 2014-11-18T20:36:30
#
#-------------------------------------------------
QT += core gui widgets
CONFIG += c++1z
TARGET = mx-tools
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\
flatbutton.cpp \
mainwindow.cpp
HEADERS += \
flatbutton.h \
mainwindow.h \
version.h
FORMS += \
mainwindow.ui
TRANSLATIONS += translations/mx-tools_am.ts \
translations/mx-tools_ar.ts \
translations/mx-tools_bg.ts \
translations/mx-tools_ca.ts \
translations/mx-tools_cs.ts \
translations/mx-tools_da.ts \
translations/mx-tools_de.ts \
translations/mx-tools_el.ts \
translations/mx-tools_es.ts \
translations/mx-tools_et.ts \
translations/mx-tools_eu.ts \
translations/mx-tools_fa.ts \
translations/mx-tools_fi.ts \
translations/mx-tools_fr.ts \
translations/mx-tools_he_IL.ts \
translations/mx-tools_hi.ts \
translations/mx-tools_hr.ts \
translations/mx-tools_hu.ts \
translations/mx-tools_id.ts \
translations/mx-tools_is.ts \
translations/mx-tools_it.ts \
translations/mx-tools_ja.ts \
translations/mx-tools_kk.ts \
translations/mx-tools_ko.ts \
translations/mx-tools_lt.ts \
translations/mx-tools_mk.ts \
translations/mx-tools_mr.ts \
translations/mx-tools_nb.ts \
translations/mx-tools_nl.ts \
translations/mx-tools_pl.ts \
translations/mx-tools_pt.ts \
translations/mx-tools_pt_BR.ts \
translations/mx-tools_ro.ts \
translations/mx-tools_ru.ts \
translations/mx-tools_sk.ts \
translations/mx-tools_sl.ts \
translations/mx-tools_sq.ts \
translations/mx-tools_sr.ts \
translations/mx-tools_sv.ts \
translations/mx-tools_tr.ts \
translations/mx-tools_uk.ts \
translations/mx-tools_zh_CN.ts \
translations/mx-tools_zh_TW.ts
RESOURCES += \
images.qrc