qt55: Add compatibility attribute for qtquickcontrols2

This commit is contained in:
Thomas Tuegel 2017-02-26 15:00:36 -06:00
parent ef36b2ecbf
commit 1d71027632
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -88,6 +88,7 @@ let
};
qtquick1 = callPackage ./qtquick1 {};
qtquickcontrols = callPackage ./qtquickcontrols.nix {};
qtquickcontrols2 = null;
qtscript = callPackage ./qtscript {};
qtsensors = callPackage ./qtsensors.nix {};
qtserialport = callPackage ./qtserialport {};