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:
11
gpxsee.pro
11
gpxsee.pro
@ -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): \
|
||||
|
Reference in New Issue
Block a user