Skip to content
Snippets Groups Projects
Commit b01441c3 authored by Christian Mandery's avatar Christian Mandery
Browse files

Header in .ui file must be marked as global, otherwise #include "..." is...

Header in .ui file must be marked as global, otherwise #include "..." is generated instead of #include <...>.
parent e38cd6c5
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@
<customwidget>
<class>QwtPlot</class>
<extends>QFrame</extends>
<header>qwt_plot.h</header>
<header location="global">qwt/qwt_plot.h</header>
<container>1</container>
</customwidget>
</customwidgets>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment