diff options
author | Laszlo Papp <lpapp@kde.org> | 2013-01-25 21:29:23 +0000 |
---|---|---|
committer | Denis Shienkov <denis.shienkov@gmail.com> | 2013-01-26 15:36:13 +0100 |
commit | a9d54120233e48b91e6ba1a9800cbceeaed460e7 (patch) | |
tree | 1f29ee37fdd729c7302fe5ef033e3654b4a732b8 /sync.profile | |
parent | 086698ce1ef923a45a784fa2f6b167185f7e740d (diff) | |
download | qtserialport-a9d54120233e48b91e6ba1a9800cbceeaed460e7.tar.gz |
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 <denis.shienkov@gmail.com>
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ( |