-
Notifications
You must be signed in to change notification settings - Fork 53
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
QtService with QT6 #24
Comments
Salute, I have already port it to Qt6 so let me know about... |
@scaramancha would you mind creating a PR for Qt 6 support? |
Salute, I will do this on the next week, sorry for delay ... |
@scaramancha Could you share the upgrade ? |
@Skycoder42 |
Finally I can generate .cmake file, I had to use https://github.com/qt/qtbase/blob/6.3.0/util/cmake/run_pro2cmake.py) tool to convert QtService from qmake to cmake then use /Qt/6.3.0/bin/qt-configure-module tool to generate the .cmake, the result is quite good, but still need to edit manually a bit. I'm not sure this is official solution to do that or not, but now I can find Qt6Service by find_package() And QtService still work very stable with Qt6. Thanks @Skycoder42 |
@scaramancha Have you had a chance to look at the Qt6 code? |
@DeceitfulSloth @lazaj I forked/updated a version that works with Qt6. I didn’t create a pull request to the root repository of @Skycoder42 because it would take more effort to support both versions of Qt5 and Qt6. |
@stephenlang84 thanks for sharing that will be very useful. |
I used QtService with Qt5 on Mac Intel.
Qt official support for Mac ARM start with version 6.x.
Do you support Qt6 ?
The text was updated successfully, but these errors were encountered: