문제

I have a Qt project which uses libqxt. How 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?

도움이 되었습니까?

해결책

just download it from

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

and run configure.bat

다른 팁

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

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top