Designer: Compile fix for non-MSVC

Change inclusion of include path for custom widget to global.

Change-Id: I0318baea9dd838ad485f1631a2a89c5a5a00d50a
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Alessandro Portale
2020-01-23 08:20:13 +01:00
committed by David Schulz
parent 8757c3d7df
commit 164e6f4b9a

View File

@@ -24,7 +24,7 @@
<customwidget> <customwidget>
<class>Designer::Internal::NewClassWidget</class> <class>Designer::Internal::NewClassWidget</class>
<extends>QWidget</extends> <extends>QWidget</extends>
<header location="local">newclasswidget.h</header> <header location="global">designer/cpp/newclasswidget.h</header>
<container>1</container> <container>1</container>
</customwidget> </customwidget>
</customwidgets> </customwidgets>