You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install your plugin on Windows based Qt Creator IDE. When I try to compile it from within Qt Creator I get an error:
C:\Users\Documents\qt-ribbon-master\src\RibbonButton.h:33: error: ThemeSupport: No such file or directory
In file included from Ribbon_autogen/UVLADIE3JM/moc_RibbonButton.cpp:10,
from Ribbon_autogen/mocs_compilation.cpp:2:
C:/Users/Documents/qt-ribbon-master/src/RibbonButton.h:33:10: fatal error: ThemeSupport: No such file or directory
#include <ThemeSupport>
^~~~~~~~~~~~~~
How do I fix this? Also, a simple example program using the ribbon would be really great.
The text was updated successfully, but these errors were encountered:
I'm really unwell at the moment, so the best I can do is to point you where the code is, if you look at the CMakeLists.txt it should give you a hint on how to get it compiling and linking.
I am trying to install your plugin on Windows based Qt Creator IDE. When I try to compile it from within Qt Creator I get an error:
How do I fix this? Also, a simple example program using the ribbon would be really great.
The text was updated successfully, but these errors were encountered: