mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Require the serialport Qt module
The serialport module is a dependency of the nmea positioning plugin. Without being explicitly specified, the Qt deploy tools skip the nmea positioning plugin when creating the application package.
This commit is contained in:
parent
d6d316676c
commit
e4d42453a0
@ -14,7 +14,8 @@ QT += core \
|
||||
widgets \
|
||||
printsupport \
|
||||
positioning \
|
||||
svg
|
||||
svg \
|
||||
serialport
|
||||
greaterThan(QT_MAJOR_VERSION, 5) {
|
||||
QT += openglwidgets \
|
||||
core5compat
|
||||
|
Loading…
Reference in New Issue
Block a user