Question

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?

Was it helpful?

Solution

just download it from

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

and run configure.bat

OTHER TIPS

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

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top