开发者

Need help compiling libqxt for Windows

开发者 https://www.devze.com 2023-02-15 08:30 出处:网络
I have a Qt project which uses libqxt. Ho开发者_开发技巧w do I compile it for Windows? Edit Ok, I compiled it, and it\'s installed in \"C:\\Qxt\\\", but when I try to build my project it still fails

I have a Qt project which uses libqxt. Ho开发者_开发技巧w do I compile it for Windows?

Edit

Ok, I compiled it, and it's installed in "C:\Qxt\", but when I try to build my project it still fails with error ..\qlocate\mainwindow.cpp:13:29: error: QxtGlobalShortcut: No such file or directory

I assume I should change the include paths of Qt Creator, but how do I do that?


there's a problem with the headers. Read the complete guide to fixing it here:

http://qt-project.org/wiki/LibQxt_in_QtCreator


just download it from

http://dev.libqxt.org/libqxt/wiki/user_guide

and run configure.bat

0

精彩评论

暂无评论...
验证码 换一张
取 消