mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-26 19:19:16 +02:00
Drop Qt5Compat dependency
Use QStringConverter instead of QTextCodec on Qt > 6.5. Qt6 builds now require Qt build with ICU support for the non-UTF encodings to work!
This commit is contained in:
@ -18,8 +18,10 @@ QT += core \
|
||||
svg \
|
||||
serialport
|
||||
greaterThan(QT_MAJOR_VERSION, 5) {
|
||||
QT += openglwidgets \
|
||||
core5compat
|
||||
QT += openglwidgets
|
||||
lessThan(QT_MINOR_VERSION, 5) {
|
||||
QT += core5compat
|
||||
}
|
||||
}
|
||||
|
||||
CONFIG += object_parallel_to_source
|
||||
|
Reference in New Issue
Block a user