Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 528506 - www-client/qupzilla-1.8.3 with dev-qt/qt*-4.8.6 - notifications/desktopnotificationsfactory.cpp:85:9: error: ‘QDBusInterface’ was not declared in this scope
Summary: www-client/qupzilla-1.8.3 with dev-qt/qt*-4.8.6 - notifications/desktopnotifi...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 510042
  Show dependency tree
 
Reported: 2014-11-06 22:11 UTC by Andrés Becerra Sandoval
Modified: 2014-11-07 21:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,115.22 KB, text/plain)
2014-11-06 22:11 UTC, Andrés Becerra Sandoval
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrés Becerra Sandoval 2014-11-06 22:11:43 UTC
Created attachment 388706 [details]
build.log

x86_64-pc-linux-gnu-g++ -c -march=athlon64 -O2 -pipe -Wall -W -D_REENTRANT -fPIC -DQUPZILLA_SHAREDLIBRARY -DQUPZILLA_VERSION=\"1.8.3\" -DKDE_INTEGRATION -DUSE_QTWEBKIT_2_2 -DQT_NO_URL_CAST_FROM_STRING -DQT_USE_QSTRINGBUILDER -DUSE_LIBPATH=\"/usr/lib64\" -DUSE_DATADIR=\"/usr//share/qupzilla\" -DQZ_WS_X11 -DQT_STATICPLUGIN -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_DBUS_LIB -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtWebKit -I/usr/include/qt4 -I3rdparty -Iadblock -Iapp -Iautofill -Ibookmarks -Icookies -Idownloads -Ihistory -Inavigation -Inetwork -Inotifications -Iopensearch -Iother -Iplugins -Ipopupwindow -Ipreferences -Irss -Isession -Isidebar -Itabwidget -Itools -Iwebkit -Iwebtab -I../../build -I../../build -o ../../build/desktopnotificationsfactory.o notifications/desktopnotificationsfactory.cpp
notifications/desktopnotificationsfactory.cpp: In member function ‘void DesktopNotificationsFactory::showNotification(const QPixmap&, const QString&, const QString&)’:
notifications/desktopnotificationsfactory.cpp:85:9: error: ‘QDBusInterface’ was not declared in this scope
         QDBusInterface dbus("org.freedesktop.Notifications", "/org/freedesktop/Notifications", "org.freedesktop.Notifications", QDBusConnection::sessionBus());