Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. [ 6%] Automatic MOC for target QDbusFreedesktopProperty
  2. [ 6%] Built target QDbusFreedesktopProperty_autogen
  3. [ 40%] Built target QDbusFreedesktopProperty
  4. [ 46%] Automatic MOC for target UPower
  5. [ 46%] Built target UPower_autogen
  6. [ 73%] Built target UPower
  7. [ 80%] Automatic MOC for target UPowerTest
  8. [ 80%] Built target UPowerTest_autogen
  9. [ 86%] Linking CXX executable UPowerTest
  10. UPowerDBus/QDbusFreedesktopProperty/libQDbusFreedesktopProperty.a(QDBusFreedesktopInterfaceManager.cpp.o): In function `QDBusFreedesktopInterfaceManager::QDBusFreedesktopInterfaceManager(QString const&, QString const&, QDBusConnection const&, QObject*)':
  11. /home/mak/projects/TestUPower/UPowerDBus/QDbusFreedesktopProperty/src/QDBusFreedesktopInterfaceManager.cpp:14: undefined reference to `vtable for QDBusFreedesktopInterfaceManager'
  12. /home/mak/projects/TestUPower/UPowerDBus/QDbusFreedesktopProperty/src/QDBusFreedesktopInterfaceManager.cpp:16: undefined reference to `QDBusFreedesktopInterfaceManager::PropertiesChanged(QString const&, QMap<QString, QVariant>, QStringList)'
  13. UPowerDBus/QDbusFreedesktopProperty/libQDbusFreedesktopProperty.a(QDBusFreedesktopInterfaceManager.cpp.o): In function `QDBusFreedesktopInterfaceManager::~QDBusFreedesktopInterfaceManager()':
  14. /home/mak/projects/TestUPower/UPowerDBus/QDbusFreedesktopProperty/src/QDBusFreedesktopInterfaceManager.cpp:19: undefined reference to `vtable for QDBusFreedesktopInterfaceManager'
  15. UPowerDBus/QDbusFreedesktopProperty/libQDbusFreedesktopProperty.a(QDBusFreedesktopInterfaceManager.cpp.o): In function `QMetaObject::Connection QObject::connect<void (QDBusFreedesktopInterfaceManager::*)(QString const&, QMap<QString, QVariant>, QStringList), void (QDBusFreedesktopInterfaceManager::*)(QString const&, QMap<QString, QVariant>, QStringList)>(QtPrivate::FunctionPointer<void (QDBusFreedesktopInterfaceManager::*)(QString const&, QMap<QString, QVariant>, QStringList)>::Object const*, void (QDBusFreedesktopInterfaceManager::*)(QString const&, QMap<QString, QVariant>, QStringList), QtPrivate::FunctionPointer<void (QDBusFreedesktopInterfaceManager::*)(QString const&, QMap<QString, QVariant>, QStringList)>::Object const*, void (QDBusFreedesktopInterfaceManager::*)(QString const&, QMap<QString, QVariant>, QStringList), Qt::ConnectionType)':
  16. /home/mak/Qt/5.12.3/gcc_64/include/QtCore/qobject.h:254: undefined reference to `QDBusFreedesktopInterfaceManager::staticMetaObject'
  17. collect2: error: ld returned 1 exit status
  18. CMakeFiles/UPowerTest.dir/build.make:103: recipe for target 'UPowerTest' failed
  19. make[2]: *** [UPowerTest] Error 1
  20. CMakeFiles/Makefile2:74: recipe for target 'CMakeFiles/UPowerTest.dir/all' failed
  21. make[1]: *** [CMakeFiles/UPowerTest.dir/all] Error 2
  22. Makefile:129: recipe for target 'all' failed
  23. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement