Changes between Initial Version and Version 1 of Ticket #50321, comment 5


Ignore:
Timestamp:
Jan 19, 2016, 4:07:33 PM (8 years ago)
Author:
MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50321, comment 5

    initial v1  
    22> I get an app if I use `+gui`, but why do you need dependency on Qt4 or Qt5 when there is no app?
    33
    4 The non-gui program uses it:
    5 {{{
    6 $ otool -L gpsbabel
    7 gpsbabel:
    8         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1)
    9         /opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/QtCore (compatibility version 5.5.0, current version 5.5.1)
    10         /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 275.0.0)
    11         /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1256.14.0)
    12         /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.1.0)
    13 }}}
     4As noted [comment:3 previously], the non-gui program uses it.[[BR]]
    145Why exactly, I could not say.[[BR]]
    15 Qt does have other features (file IO, network, etc.).
     6Qt does have other features (file IO, networking, etc.).
    167 
    178> The following is also slightly debatable, but I'll try to figure out if I can come up with a better proposal: