forked from mikkosyrja/speedcrunch-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
android-speedcrunch.pro
175 lines (161 loc) · 5.1 KB
/
android-speedcrunch.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# This file is part of the SpeedCrunch project
# Copyright (C) 2014 @qwazix
# Copyright (C) 2018 Mikko Syrjä
#
# This program 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 2
# of the License, or (at your option) any later version.
#
# 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; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
QT += quick qml androidextras
CONFIG += c++11
# The following define makes your compiler emit warnings if you use
# any feature of Qt which as been marked 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
# You can also make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
DEFINES += SPEEDCRUNCH_VERSION=\\\"master\\\"
DEFINES += SPEEDCRUNCH_MOBILE
INCLUDEPATH += engine
INCLUDEPATH += engine/math
INCLUDEPATH += engine/core
SOURCES += \
engine/math/cmath.cpp \
engine/math/cnumberparser.cpp \
engine/math/floatcommon.c \
engine/math/floatconst.c \
engine/math/floatconvert.c \
engine/math/floaterf.c \
engine/math/floatexp.c \
engine/math/floatgamma.c \
engine/math/floathmath.c \
engine/math/floatincgamma.c \
engine/math/floatio.c \
engine/math/floatipower.c \
engine/math/floatlog.c \
engine/math/floatlogic.c \
engine/math/floatlong.c \
engine/math/floatnum.c \
engine/math/floatpower.c \
engine/math/floatseries.c \
engine/math/floattrig.c \
engine/math/hmath.cpp \
engine/math/number.c \
engine/math/quantity.cpp \
engine/math/rational.cpp \
engine/math/units.cpp \
engine/core/constants.cpp \
engine/core/evaluator.cpp \
engine/core/functions.cpp \
engine/core/numberformatter.cpp \
engine/core/opcode.cpp \
engine/core/session.cpp \
engine/core/sessionhistory.cpp \
engine/core/settings.cpp \
engine/core/userfunction.cpp \
engine/core/variable.cpp \
engine/manager.cpp \
src/android-speedcrunch.cpp \
engine/keypad.cpp
HEADERS += \
engine/math/cmath.h \
engine/math/cnumberparser.h \
engine/math/floatcommon.h \
engine/math/floatconfig.h \
engine/math/floatconst.h \
engine/math/floatconvert.h \
engine/math/floaterf.h \
engine/math/floatexp.h \
engine/math/floatgamma.h \
engine/math/floathmath.h \
engine/math/floatincgamma.h \
engine/math/floatio.h \
engine/math/floatipower.h \
engine/math/floatlog.h \
engine/math/floatlogic.h \
engine/math/floatlong.h \
engine/math/floatnum.h \
engine/math/floatpower.h \
engine/math/floatseries.h \
engine/math/floattrig.h \
engine/math/hmath.h \
engine/math/number.h \
engine/math/quantity.h \
engine/math/rational.h \
engine/math/units.h \
engine/core/constants.h \
engine/core/errors.h \
engine/core/evaluator.h \
engine/core/functions.h \
engine/core/numberformatter.h \
engine/core/opcode.h \
engine/core/session.h \
engine/core/sessionhistory.h \
engine/core/settings.h \
engine/core/userfunction.h \
engine/core/variable.h \
engine/manager.h \
engine/keypad.h
DISTFILES += \
qml/android-speedcrunch.qml \
qml/CalcButton.qml \
qml/Functions.qml \
qml/Calculator.qml \
qml/Settings.qml \
qml/Keyboard.qml \
qml/Landscape.qml \
icons/android-speedcrunch.svg \
icons/back.svg \
icons/clear.svg \
icons/cuberoot.svg \
android/AndroidManifest.xml \
android/gradle/wrapper/gradle-wrapper.jar \
android/gradlew \
android/res/values/libs.xml \
android/res/drawable-hdpi/icon.png \
android/res/drawable-ldpi/icon.png \
android/res/drawable-mdpi/icon.png \
android/build.gradle \
android/gradle/wrapper/gradle-wrapper.properties \
android/gradlew.bat \
CHANGELOG.md \
README.md \
lrelease.sh \
lupdate.sh \
locale/mobile.cs_CZ.ts \
locale/mobile.en_GB.ts \
locale/mobile.fi_FI.ts \
locale/mobile.de_DE.ts \
locale/mobile.it_IT.ts \
locale/mobile.fr_FR.ts \
locale/mobile.ru_RU.ts \
locale/mobile.es_ES.ts \
locale/mobile.sl_SI.ts \
locale/mobile.sv_SE.ts \
locale/mobile.pt_PT.ts \
locale/mobile.zh_CN.ts \
locale/mobile.ts
RESOURCES += qml.qrc translations.qrc
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
# Additional import path used to resolve QML modules just for Qt Quick Designer
QML_DESIGNER_IMPORT_PATH =
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
ANDROID_ABIS = armeabi-v7a