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

qmake: Add 'dbus' library to QT dependencies. #12

Merged
merged 1 commit into from
May 28, 2024

Commits on May 27, 2024

  1. qmake: Add 'dbus' library to QT dependencies.

    Against Qt 5.15.x this resolves the below build failure:
    
    ```
    /usr/lib/qt5/bin/moc -DHAS_GSETTINGS -DCONTACTCACHE_BUILD
    -DQT_CONTACTS_LIB -DQT_CORE_LIB -DQT_VERSIT_LIB -DQT_GUI_LIB
    -DQT_NO_DEBUG -DQT_CONTACTS_LIB -DQT_CORE_LIB --include
    <<PKGBUILDDIR>>/lib/moc_predefs.h
    -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++
    -I<<PKGBUILDDIR>>/lib
    -I/usr/include/x86_64-linux-gnu/qt5/QtContacts
    -I/usr/include/x86_64-linux-gnu/qt5
    -I/usr/include/x86_64-linux-gnu/qt5/QtCore
    -I/usr/include/x86_64-linux-gnu/qt5/QtVersit
    -I/usr/include/qtcontacts-sqlite-qt5-extensions
    -I/usr/include/x86_64-linux-gnu/qt5/QGSettings -I/usr/include/mlocale5
    -I/usr/include/x86_64-linux-gnu/qt5/QtGui
    -I/usr/include/x86_64-linux-gnu/qt5/QtContacts/5.0.0
    -I/usr/include/x86_64-linux-gnu/qt5/QtContacts/5.0.0/QtContacts
    -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.13
    -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.13/QtCore
    -I/usr/include/c++/13 -I/usr/include/x86_64-linux-gnu/c++/13
    -I/usr/include/c++/13/backward -I/usr/lib/gcc/x86_64-linux-gnu/13/include
    -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include
    seasidecache.h -o moc_seasidecache.cpp seasidecache.cpp:48:10: fatal
    error: QDBusConnection: No such file or directory    48 | #include
    <QDBusConnection>
    ```
    lduboeuf authored and sunweaver committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b0509c2 View commit details
    Browse the repository at this point in the history