From a9d54120233e48b91e6ba1a9800cbceeaed460e7 Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Fri, 25 Jan 2013 21:29:23 +0000 Subject: Call the module QtSerialPort instead of QtAddOnSerialPort Use the QTSERIALPORT as a term for internal variables as well to remain consistent with the freshly chosen module name. Change-Id: Ia780b105649b39a1eca46702466da5bc31ec5af0 Reviewed-by: Denis Shienkov --- sync.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 4b375ff..e193dcb 100644 --- a/sync.profile +++ b/sync.profile @@ -1,5 +1,5 @@ %modules = ( - "QtAddOnSerialPort" => "$basedir/src/serialport", + "QtSerialPort" => "$basedir/src/serialport", ); %moduleheaders = ( -- cgit v1.2.1