1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Fixed indent

This commit is contained in:
Martin Tůma 2024-01-18 22:12:23 +01:00
parent 7f7de87e99
commit c08d3b7159

View File

@ -19,9 +19,9 @@ QT += core \
serialport serialport
greaterThan(QT_MAJOR_VERSION, 5) { greaterThan(QT_MAJOR_VERSION, 5) {
QT += openglwidgets QT += openglwidgets
lessThan(QT_MINOR_VERSION, 5) { lessThan(QT_MINOR_VERSION, 5) {
QT += core5compat QT += core5compat
} }
} }
CONFIG += object_parallel_to_source CONFIG += object_parallel_to_source