Merge pull request #71667 from romildo/fix.qt5dxcb-plugin

deepin.qt5dxcb-plugin: fix qtbase version
This commit is contained in:
worldofpeace
2019-10-22 13:02:59 +00:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ mkDerivation rec {
# The Qt5 platforms plugin is vendored in the package, however what's there is not always up-to-date with what's in nixpkgs.
# We simply copy the headers from qtbase's source tarball.
mkdir -p platformplugin/libqt5xcbqpa-dev/${qtbase.version}
cp -r ../qtbase-everywhere-src-5.12.4/src/plugins/platforms/xcb/*.h platformplugin/libqt5xcbqpa-dev/${qtbase.version}/
cp -r ../qtbase-everywhere-src-${qtbase.version}/src/plugins/platforms/xcb/*.h platformplugin/libqt5xcbqpa-dev/${qtbase.version}/
'';
qmakeFlags = [