Qt: Difference between revisions
imported>Milahu + Migrating apps from Qt5 to Qt6 |
imported>Milahu qt5to6: add links to qt.io |
||
| Line 138: | Line 138: | ||
# Replace <code>libsForQt5.callPackage</code> with <code>libsForQt6.callPackage</code> | # Replace <code>libsForQt5.callPackage</code> with <code>libsForQt6.callPackage</code> | ||
# Add the dependency | # Add the dependency [https://www.qt.io/blog/porting-from-qt-5-to-qt-6-using-qt5compat-library qt5compat] | ||
# Hope for the best ; ) | # Hope for the best ; ) | ||
| Line 144: | Line 144: | ||
Maybe add libraries like <code>qtwayland</code> | Maybe add libraries like <code>qtwayland</code> | ||
See also: [https://doc.qt.io/qt-6/portingguide.html Porting to Qt 6] | |||
== Troubleshooting == | == Troubleshooting == | ||