QObject::connect: Cannot connect (null)::mySignal() to (null)::mySlot()
问题 I'm missing the point while trying to connect signal/slots between plugins. Considering this question I've made the following. I'll be presenting the full source code of 3 Qt projects: pluginTCP: A plugin pluginRaw: Another plugin platform: The platform using the plugins pluginTcp.pro TEMPLATE = lib CONFIG += plugin CONFIG(debug, debug | release) { DESTDIR = debug } else { DESTDIR = release } OBJECTS_DIR = $$DESTDIR MOC_DIR = $$DESTDIR RCC_DIR = $$DESTDIR UI_DIR = $$DESTDIR QMAKE_CXXFLAGS +=