qt54.qtserialport: fix Qt module CMake config files

This commit is contained in:
Thomas Tuegel 2016-01-29 08:44:48 -06:00
parent ece0396b55
commit 3bb5501a88

View file

@ -10,4 +10,7 @@ qtSubmodule {
libudev = libudev.out;
})
];
postFixup = ''
fixQtModuleCMakeConfig "SerialPort"
'';
}