简体   繁体   中英

libQxt widgets not showing in Qt Creator

I have installed libQxt 0.6.2 successfully, it creates a C:\\QXT folder. My Qt 4.7.4 is configured for MinGW. When I run:

%QTDIR%\Desktop\Qt\4.7.4\mingw\bin\designer.exe

The QXT widgets are shown in the toolbox.

But when I run:

%QTDIR%\QtCreator\bin\qtcreator.exe

it does not show the QXT widgets. It's like the plugins are not installed in Qt Creator.

How do I get the QXT widgets to show in Qt Creator?

QtCreator is built with Visual C++ 2008 and only works with the plugins compiled with that same compiler.

So you have to build libQxt with Visual C++ too or recompile QtCreator with MinGW.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM