Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install #5

Open
mstahl3 opened this issue Sep 26, 2021 · 1 comment
Open

How to install #5

mstahl3 opened this issue Sep 26, 2021 · 1 comment

Comments

@mstahl3
Copy link

mstahl3 commented Sep 26, 2021

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.

@fizzyade
Copy link
Member

Hi,

I moved some stuff around a while back and it had the effect of moving out some stuff which this project (and a couple of others) depended on.

However, the themesupport library is here:

https://github.com/nedrysoft/ThemeSupport

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants