vranki / ExtPlane

Plugin for X-Plane flight simulator which allows reading and writing simulation properties
138 stars 44 forks source link

Undefined symbol: _ZN9TcpClientC1EP7QObjectP10QTcpSocketP15DataRefProvider #47

Closed vdkeybus closed 5 years ago

vdkeybus commented 5 years ago

X-Plane 11.31 latest ExtPlane (13094c)

vdkeybus commented 5 years ago

Looks a lot like #45, but this is now Client instead of Server.

vdkeybus commented 5 years ago

This seems to fix it.

diff --git a/extplane-plugin/extplane-plugin.pro b/extplane-plugin/extplane-plugin.pro index 854f698..3b20aca 100644 --- a/extplane-plugin/extplane-plugin.pro +++ b/extplane-plugin/extplane-plugin.pro @@ -105,10 +105,12 @@ QMAKE_POST_LINK += $(MKDIR) $$XPLDIR ; $(COPY_FILE) $(TARGET) $$XPLDIR/$$XPLFILE SOURCES += main.cpp \ xplaneplugin.cpp \ $$PWD/../extplane-server/tcpserver.cpp \

vranki commented 5 years ago

Could you try with latest master version, should work..

vdkeybus commented 5 years ago

Confirming that it works.