-
Notifications
You must be signed in to change notification settings - Fork 243
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
qt6 #405
base: master
Are you sure you want to change the base?
Conversation
9d37816
to
edf1a45
Compare
close #408 |
Now it runs into https://github.com/COVESA/dlt-viewer/actions/runs/7472144239/job/20333730632?pr=405
I've no experience with qt. Who ever knows what wrong here, please help me/us to make CI work here again |
0fa3427
to
f2d95e6
Compare
Installing QT 5 along with QT 6 should solve the problem that you are facing. |
3cec014
to
50fa109
Compare
5add21b
to
999d9fc
Compare
@hannesa2 seems like the issue on macOS is related to cPack not finding the framework directory. Do you know where we call out the QT framework? |
Sorry, I've no clue about this |
build issue is due to "macdeployqt" not being found. Hard coding a location to "/scripts/darwin/macdeployqt.cmake.in" fixes the issue. |
Remove Qt5 support. Signed-off-by: Alexander Wenzel <[email protected]>
This reverts commit 64cfa68.
using processor to determine location of macdeployqt
@hannesa2 i am able to get the application to build with qt6, but get the following errors (ignore the failure, seems like its trying to codesign for some reason). Any thoughts? ERROR: no file at "/opt/homebrew/opt/qt@6/lib/QtCore.framework/Versions/A/QtGui.framework" |
Sorry, no |
It's about to make CI work again with qt6