Qt: Difference between revisions
imported>Milahu m typo |
imported>SuperSamus No edit summary |
||
| Line 137: | Line 137: | ||
== Migrating apps from Qt5 to Qt6 == | == Migrating apps from Qt5 to Qt6 == | ||
# Replace <code>libsForQt5.callPackage</code> with <code> | # Replace <code>libsForQt5.callPackage</code> with <code>qt6Packages.callPackage</code> | ||
# Add the dependency [https://www.qt.io/blog/porting-from-qt-5-to-qt-6-using-qt5compat-library qt5compat] | # 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 ; ) | ||