Qt: Difference between revisions
imported>Tobias.bora No edit summary |
imported>Milahu + Migrating apps from Qt5 to Qt6 |
||
Line 134: | Line 134: | ||
} | } | ||
</syntaxHighlight> | </syntaxHighlight> | ||
== Migrating apps from Qt5 to Qt6 == | |||
# Replace <code>libsForQt5.callPackage</code> with <code>libsForQt6.callPackage</code> | |||
# Add the dependency <code>qt5compat</code> | |||
# Hope for the best ; ) | |||
<code>qt5compat</code> is only needed for Qt5 projects, which are not-yet migrated to Qt6. | |||
Maybe add libraries like <code>qtwayland</code> | |||
== Troubleshooting == | == Troubleshooting == |