1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-26 19:19:16 +02:00

Always use the core5compat module for code page transformations on Android

This commit is contained in:
2024-02-11 18:19:54 +01:00
parent 7bcd5f63bc
commit 65fac30780
3 changed files with 23 additions and 13 deletions

View File

@ -17,12 +17,9 @@ QT += core \
positioning \
svg \
serialport
greaterThan(QT_MAJOR_VERSION, 5) {
QT += openglwidgets
lessThan(QT_MINOR_VERSION, 5) {
QT += core5compat
greaterThan(QT_MAJOR_VERSION, 5) {
QT += openglwidgets
}
}
CONFIG += object_parallel_to_source
INCLUDEPATH += ./src
@ -581,11 +578,13 @@ unix:!macx:!android {
}
android {
RESOURCES += theme-color.qrc
QT += core5compat
HEADERS += src/GUI/navigationwidget.h
SOURCES += src/GUI/navigationwidget.cpp
RESOURCES += theme-color.qrc
defineReplace(versionCode) {
segments = $$split(1, ".")
for (segment, segments): \