-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Drop support of QT4 #2618
Comments
I'm in favor of dropping Qt4 support. Any other opinions @PointCloudLibrary/maintainers? |
Agreed 👍 |
Me too 👍 |
We should think what to do with the apps that are only enabled with Qt4. Try to upgrade? Remove? Removing doesn't sound right to me. @SunBlack are you willing to invest time into upgrade? |
Try to upgrade, although I confess my Qt experience is non existent. |
I tried to take a short look on this. But I'm not able to compile current master of PCL with VTK 8.1 (I got always unresolved symbols). And I don't really have enough time to look why I have this trouble. |
I've just realized that we do not have apps that are only enabled with Qt4. The reason I thought so is because some apps are guarded in CMake scripts with: Line 75 in b35b8c7
However, it does not mean that they are Qt4-only. In the end of the finder script for Qt5 we have the following block: Lines 76 to 77 in b35b8c7
So I'd say it's safe to drop Qt4 support. @SunBlack you are welcome to work on this and we will try to help you. |
How I already wrote: I'm not able to compile PCL with VTK (VS2017). Tried it with stable VTK 8.1 and current master of VTK (8.2). As far as I can see you are even not building PCL with VTK on your build jobs on Windows, so I don't know if it is a issue by me or a general issue. |
Yes, at the moment our Windows CI builds are without VTK. Pipelines took very long and even ran out of disk space when we tried to enable VTK. Nevertheless, to the best of my knowledge, VS2017 is able to compile PCL with VTK. @UnaNancyOwen successfully produced an All-in-one installer for the latest release a few hours ago. What exactly is the problem you are experiencing? |
vtk libraries are missing in target |
Support of Qt4 ended end of 2015. Is it still required to support it? With current modernization of PCL code we could drop supportof it and clean CMake code and switch to new way to include Qt in CMake
The text was updated successfully, but these errors were encountered: