Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
QX11EmbedContainer not working
-
Hi,
I want to user QX11EmbedContainer but it is not working. Qtcreator is giving compilation error on making instance of it: QX11EmbedContainer *container = new QX11EmbedContainer();Error: Undefined symbols for architecture x64 QX11EmbedContainer :: QX11EmbedContainer(QWidget*)
Can anyone please guide me how to get it working?
MacOS: 10.7.x
Qt: 4.8.1Thank you in advance.