Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2019
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1.  
  2. [ 8%] Automatic MOC and UIC for target SortCore
  3. [ 8%] Built target SortCore_autogen
  4. [ 41%] Built target SortCore
  5. [ 50%] Automatic MOC and UIC for target uint32_sort_gui
  6. [ 50%] Built target uint32_sort_gui_autogen
  7. [ 58%] Linking CXX executable uint32_sort_gui
  8. CMakeFiles/uint32_sort_gui.dir/lib_controller.cpp.o: In function `LibController::LibController(QObject*)':
  9. lib_controller.cpp:(.text+0x26): undefined reference to `vtable for LibController'
  10. CMakeFiles/uint32_sort_gui.dir/lib_controller.cpp.o: In function `LibController::~LibController()':
  11. lib_controller.cpp:(.text+0x48): undefined reference to `vtable for LibController'
  12. CMakeFiles/uint32_sort_gui.dir/main.cpp.o: In function `int qmlRegisterType<LibController>(char const*, int, int, char const*)':
  13. main.cpp:(.text._Z15qmlRegisterTypeI13LibControllerEiPKciiS2_[_Z15qmlRegisterTypeI13LibControllerEiPKciiS2_]+0x38): undefined reference to `LibController::staticMetaObject'
  14. main.cpp:(.text._Z15qmlRegisterTypeI13LibControllerEiPKciiS2_[_Z15qmlRegisterTypeI13LibControllerEiPKciiS2_]+0x1b6): undefined reference to `LibController::staticMetaObject'
  15. CMakeFiles/uint32_sort_gui.dir/main.cpp.o: In function `QMetaTypeIdQObject<LibController*, 8>::qt_metatype_id()':
  16. main.cpp:(.text._ZN18QMetaTypeIdQObjectIP13LibControllerLi8EE14qt_metatype_idEv[_ZN18QMetaTypeIdQObjectIP13LibControllerLi8EE14qt_metatype_idEv]+0x3b): undefined reference to `LibController::staticMetaObject'
  17. CMakeFiles/uint32_sort_gui.dir/main.cpp.o: In function `QtPrivate::MetaObjectForType<LibController*, void>::value()':
  18. main.cpp:(.text._ZN9QtPrivate17MetaObjectForTypeIP13LibControllervE5valueEv[_ZN9QtPrivate17MetaObjectForTypeIP13LibControllervE5valueEv]+0x7): undefined reference to `LibController::staticMetaObject'
  19. CMakeFiles/uint32_sort_gui.dir/main.cpp.o:(.data.rel.ro._ZTVN11QQmlPrivate11QQmlElementI13LibControllerEE[_ZTVN11QQmlPrivate11QQmlElementI13LibControllerEE]+0x10): undefined reference to `LibController::metaObject() const'
  20. CMakeFiles/uint32_sort_gui.dir/main.cpp.o:(.data.rel.ro._ZTVN11QQmlPrivate11QQmlElementI13LibControllerEE[_ZTVN11QQmlPrivate11QQmlElementI13LibControllerEE]+0x18): undefined reference to `LibController::qt_metacast(char const*)'
  21. CMakeFiles/uint32_sort_gui.dir/main.cpp.o:(.data.rel.ro._ZTVN11QQmlPrivate11QQmlElementI13LibControllerEE[_ZTVN11QQmlPrivate11QQmlElementI13LibControllerEE]+0x20): undefined reference to `LibController::qt_metacall(QMetaObject::Call, int, void**)'
  22. CMakeFiles/uint32_sort_gui.dir/main.cpp.o:(.data.rel.ro._ZTIN11QQmlPrivate11QQmlElementI13LibControllerEE[_ZTIN11QQmlPrivate11QQmlElementI13LibControllerEE]+0x10): undefined reference to `typeinfo for LibController'
  23. collect2: error: ld returned 1 exit status
  24. CMakeFiles/uint32_sort_gui.dir/build.make:141: ошибка выполнения рецепта для цели «uint32_sort_gui»
  25. make[2]: *** [uint32_sort_gui] Ошибка 1
  26. CMakeFiles/Makefile2:79: ошибка выполнения рецепта для цели «CMakeFiles/uint32_sort_gui.dir/all»
  27. make[1]: *** [CMakeFiles/uint32_sort_gui.dir/all] Ошибка 2
  28. Makefile:83: ошибка выполнения рецепта для цели «all»
  29. make: *** [all] Ошибка 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement