qt-ribbon icon indicating copy to clipboard operation
qt-ribbon copied to clipboard

How to install

Open mstahl3 opened this issue 2 years ago • 1 comments

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.

mstahl3 avatar Sep 26 '21 16:09 mstahl3