Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build support for gcc < 5.x #11

Merged
merged 1 commit into from
Sep 28, 2018
Merged

Build support for gcc < 5.x #11

merged 1 commit into from
Sep 28, 2018

Commits on Sep 28, 2018

  1. fix: workaround GCC < 5.x bugs in implicit casts

    The following error happens when building with GCC 4.8.5:
    
        no matching function for call to ‘QObject::connect(QPointer<T>&, ...)’
        no matching function for call to ‘QObject::disconnect(QPointer<T>&, ...)’
    
    There is a simular problem in qtlocation, see Qt bug report:
    
        https://bugreports.qt.io/browse/QTBUG-69512
    
    It's apparently a compiler bug fixed in GCC 5.x and later.
    
    Signed-off-by: Stephan Linz <[email protected]>
    rexut committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    ee027cb View commit details
    Browse the repository at this point in the history