mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Actually: switched back to QT5 and added QT6 as module -fix3
This commit is contained in:
parent
e665af6576
commit
132336af3e
|
@ -122,7 +122,7 @@ modules:
|
|||
|
||||
post-install:
|
||||
- mkdir -p /app/lib/mkspecs
|
||||
- cp -rf /app/mkspecs/* /app/lib/mkspecs/
|
||||
- cp -R /app/mkspecs/* /app/lib/mkspecs/
|
||||
- ln -sr ${FLATPAK_DEST}/lib/${FLATPAK_ARCH}-linux-gnu/libQt*.so* -t ${FLATPAK_DEST}/lib/
|
||||
- sed -i 's/\\([0-9]\\+\\.[0-9]\\+\\)\\.[0-9]\\+ ${_Qt6.*_FIND_VERSION_EXACT}/\\1/'
|
||||
${FLATPAK_DEST}/lib/${FLATPAK_ARCH}-linux-gnu/cmake/Qt6*/Qt6*Config.cmake
|
||||
|
|
Loading…
Reference in a new issue