> -----Original Message----- > From: [email protected] > Subject: [Interest] Getting QSerialBus from Git > > Hi List, > > I've followed the instructions from > > https://wiki.qt.io/Building_Qt_5_from_Git > > to get a recent snapshot of the Qt sources including QSerialBus. > > Unfortunately, a directory qtserialbus is created, but stays empty (I've tried > branches 5.6 and dev). > > What do I have to do to get the QSerialBus module?
It's not set up yet to be checked out automatically. You can run git submodule init qtserialbus to force fetching the sources. (I don't know which branch/combination is supposed to compile, though ...) Regards Kai _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
