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

on master branch of freecad there are some include missing #14245

Closed
2 tasks done
Tarot67 opened this issue May 23, 2024 · 5 comments
Closed
2 tasks done

on master branch of freecad there are some include missing #14245

Tarot67 opened this issue May 23, 2024 · 5 comments
Labels
3rd party: Qt 6 Issue related to Qt 6 Bug This issue or PR is related to a bug Packaging/building Related to building, compiling or packaging FreeCAD WB TechDraw Related to the TechDraw Workbench

Comments

@Tarot67
Copy link

Tarot67 commented May 23, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Problem description

some include are missing in file
in file FreeCAD/src/Mod/TechDraw/App/LineGenerator.h
after
#include
+#include

and in file
FreeCAD/build/src/Mod/CAM/PathSimulator/AppGL/CAMSimulator_autogen/EWIEGA46WW/../../../../../../../../src/Mod/CAM/PathSimulator/AppGL/DlgCAMSimulator.h

-#include <QtGui/qopenglpaintdevice.h>
+#include <QtOpenGL/qopenglpaintdevice.h>

And after that it building

Full version info

I use FreeCAD on master branch with Qt6

Subproject(s) affected?

None

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Tarot67
Copy link
Author

Tarot67 commented May 23, 2024

the text between '<' abd '>"=' hasbeen remove Grrr

After QPen
add
'#include '

@Tarot67
Copy link
Author

Tarot67 commented May 23, 2024

map

@Tarot67
Copy link
Author

Tarot67 commented May 23, 2024

after QPen include add include map

@maxwxyz
Copy link
Collaborator

maxwxyz commented May 23, 2024

@WandererFan can you confirm?

@maxwxyz maxwxyz added WB TechDraw Related to the TechDraw Workbench Packaging/building Related to building, compiling or packaging FreeCAD Missing: feedback If feedback is requested 3rd party: Qt 6 Issue related to Qt 6 labels May 23, 2024
@obelisk79
Copy link
Contributor

confirmed issue, adding the missing include resolved the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3rd party: Qt 6 Issue related to Qt 6 Bug This issue or PR is related to a bug Packaging/building Related to building, compiling or packaging FreeCAD WB TechDraw Related to the TechDraw Workbench
Projects
None yet
Development

No branches or pull requests

4 participants