Skip to content

Commit

Permalink
revert qt6 change
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier authored Jan 19, 2023
1 parent 4090359 commit fe42be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/qt/6.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ def _create_plugin(pluginname, libname, type, requires):
_create_module("SerialPort")

if self.options.get_safe("qtserialbus"):
_create_module("SerialBus", ["SerialPort"] if self.options.get_safe("qtserialport") else [])
_create_module("SerialBus", ["SerialPort"])
_create_plugin("PassThruCanBusPlugin", "qtpassthrucanbus", "canbus", [])
_create_plugin("PeakCanBusPlugin", "qtpeakcanbus", "canbus", [])
_create_plugin("SocketCanBusPlugin", "qtsocketcanbus", "canbus", [])
Expand Down

0 comments on commit fe42be1

Please sign in to comment.