qt55.qtserialport: fix Qt module CMake config files

This commit is contained in:
Thomas Tuegel 2016-01-24 18:27:37 -06:00
parent 02f2761233
commit 50de9a3f09

View File

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