We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
编译的时候 👎 error: mywindow.o: undefined reference to symbol 'XShapeCombineRectangles' 是怎么回事啊, 缺少引用,该怎么解决
The text was updated successfully, but these errors were encountered:
在qxtglobalshortcut.pri里unix{ QT += x11extras LIBS += -lX11 SOURCES += $$PWD/qxtglobalshortcut_x11.cpp } 在LIBS 后面添加 -lXext
Sorry, something went wrong.
ok ,我试试,thanks
CONFIG += link_pkgconfig PKGCONFIG += xext
多谢兔子,解决了另一个问题。
No branches or pull requests
编译的时候 👎 error: mywindow.o: undefined reference to symbol 'XShapeCombineRectangles'
是怎么回事啊, 缺少引用,该怎么解决
The text was updated successfully, but these errors were encountered: