Domanda

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?

È stato utile?

Soluzione

just download it from

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

and run configure.bat

Altri suggerimenti

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

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top