mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-04 22:59:29 +02:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
d94938261a | |||
d5fc06d9d1 |
@ -1,4 +1,4 @@
|
|||||||
version: 7.26.{build}
|
version: 7.27.{build}
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
- Release
|
- Release
|
||||||
|
@ -3,7 +3,7 @@ unix:!macx {
|
|||||||
} else {
|
} else {
|
||||||
TARGET = GPXSee
|
TARGET = GPXSee
|
||||||
}
|
}
|
||||||
VERSION = 7.26
|
VERSION = 7.27
|
||||||
|
|
||||||
QT += core \
|
QT += core \
|
||||||
gui \
|
gui \
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
; The name of the installer
|
; The name of the installer
|
||||||
Name "GPXSee"
|
Name "GPXSee"
|
||||||
; Program version
|
; Program version
|
||||||
!define VERSION "7.26"
|
!define VERSION "7.27"
|
||||||
|
|
||||||
; The file to write
|
; The file to write
|
||||||
OutFile "GPXSee-${VERSION}.exe"
|
OutFile "GPXSee-${VERSION}.exe"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
; The name of the installer
|
; The name of the installer
|
||||||
Name "GPXSee"
|
Name "GPXSee"
|
||||||
; Program version
|
; Program version
|
||||||
!define VERSION "7.26"
|
!define VERSION "7.27"
|
||||||
|
|
||||||
; The file to write
|
; The file to write
|
||||||
OutFile "GPXSee-${VERSION}_x64.exe"
|
OutFile "GPXSee-${VERSION}_x64.exe"
|
||||||
|
@ -63,8 +63,8 @@ void POI::loadDir(const QString &path)
|
|||||||
loadDir(fi.absoluteFilePath());
|
loadDir(fi.absoluteFilePath());
|
||||||
else
|
else
|
||||||
if (!loadFile(fi.absoluteFilePath()))
|
if (!loadFile(fi.absoluteFilePath()))
|
||||||
qWarning(qPrintable(fi.absoluteFilePath() + ": "
|
qWarning("%s: %s", qPrintable(fi.absoluteFilePath()),
|
||||||
+ _errorString));
|
qPrintable(_errorString));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user