Skip to content

Commit a58eeeb

Browse files
author
kyngchaos
committedJan 11, 2010
new python console (r12725, r12727)
better serial port handling (r12732) add phonon and QtDBus to bundling needed by Webkit git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12735 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

2 files changed

+271
-36
lines changed

2 files changed

+271
-36
lines changed
 

‎mac/xcode/Qgis.xcodeproj/project.pbxproj

Lines changed: 267 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@
356356
7209F4530F3A468C003DC336 /* qgspluginmetadata.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6490F39E57A003DC336 /* qgspluginmetadata.cpp */; };
357357
7209F4540F3A468C003DC336 /* qgspluginregistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E64B0F39E57A003DC336 /* qgspluginregistry.cpp */; };
358358
7209F4550F3A468C003DC336 /* qgsprojectproperties.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E64D0F39E57A003DC336 /* qgsprojectproperties.cpp */; };
359-
7209F4560F3A468C003DC336 /* qgspythondialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E64F0F39E57A003DC336 /* qgspythondialog.cpp */; };
360359
7209F4570F3A468C003DC336 /* qgsrasterlayerproperties.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6510F39E57A003DC336 /* qgsrasterlayerproperties.cpp */; };
361360
7209F4580F3A468C003DC336 /* qgssearchquerybuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6530F39E57A003DC336 /* qgssearchquerybuilder.cpp */; };
362361
7209F4590F3A468C003DC336 /* qgswmssourceselect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6550F39E57A003DC336 /* qgswmssourceselect.cpp */; };
@@ -943,6 +942,14 @@
943942
7276104410A609D300C89AF0 /* NormVecDecorator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7276103C10A6099D00C89AF0 /* NormVecDecorator.cc */; };
944943
7276104510A609D300C89AF0 /* ParametricLine.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7276103E10A6099D00C89AF0 /* ParametricLine.cc */; };
945944
7276104610A609D300C89AF0 /* TriDecorator.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7276104010A6099D00C89AF0 /* TriDecorator.cc */; };
945+
7278009510FB764700574B67 /* console.py in Copy - qgis */ = {isa = PBXBuildFile; fileRef = 7278009410FB763F00574B67 /* console.py */; };
946+
727800F710FB77A400574B67 /* qextserialenumerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 727800F110FB76E200574B67 /* qextserialenumerator.cpp */; };
947+
727800F810FB77A400574B67 /* qextserialport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 727800F310FB76E200574B67 /* qextserialport.cpp */; };
948+
727800FA10FB77BE00574B67 /* posix_qextserialport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 727800F010FB76E200574B67 /* posix_qextserialport.cpp */; };
949+
727800FB10FB77DE00574B67 /* qextserialenumerator.h in Sources */ = {isa = PBXBuildFile; fileRef = 727800F210FB76E200574B67 /* qextserialenumerator.h */; };
950+
727800FC10FB77DE00574B67 /* qextserialport.h in Sources */ = {isa = PBXBuildFile; fileRef = 727800F410FB76E200574B67 /* qextserialport.h */; };
951+
7278010610FB785F00574B67 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7278010510FB785F00574B67 /* IOKit.framework */; };
952+
727801BA10FB7B1D00574B67 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7209F4B80F3A5434003DC336 /* CoreFoundation.framework */; };
946953
727E6AF10FEA90E200DF6F64 /* x_sqlite3.c in Sources */ = {isa = PBXBuildFile; fileRef = 727E6AF00FEA90E200DF6F64 /* x_sqlite3.c */; };
947954
727E6B040FEA9BC000DF6F64 /* x_spatialite.c in Sources */ = {isa = PBXBuildFile; fileRef = 727E6B030FEA9BC000DF6F64 /* x_spatialite.c */; };
948955
727E6B110FEAA0CF00DF6F64 /* x_qgsspatialitesourceselect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 727E6B0C0FEAA06B00DF6F64 /* x_qgsspatialitesourceselect.cpp */; };
@@ -1096,7 +1103,6 @@
10961103
729288A30F71FE65006D9489 /* qgsquerybuilder.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6440F39E57A003DC336 /* qgsquerybuilder.h */; };
10971104
729288A40F71FE65006D9489 /* qgspluginmanager.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6480F39E57A003DC336 /* qgspluginmanager.h */; };
10981105
729288A50F71FE65006D9489 /* qgsprojectproperties.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E64E0F39E57A003DC336 /* qgsprojectproperties.h */; };
1099-
729288A60F71FE65006D9489 /* qgspythondialog.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6500F39E57A003DC336 /* qgspythondialog.h */; };
11001106
729288A70F71FE65006D9489 /* qgsrasterlayerproperties.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6520F39E57A003DC336 /* qgsrasterlayerproperties.h */; };
11011107
729288A80F71FE65006D9489 /* qgssearchquerybuilder.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6540F39E57A003DC336 /* qgssearchquerybuilder.h */; };
11021108
729288A90F71FE65006D9489 /* qgswmssourceselect.h in Sources */ = {isa = PBXBuildFile; fileRef = 7209E6560F39E57A003DC336 /* qgswmssourceselect.h */; };
@@ -1262,8 +1268,6 @@
12621268
72A892CE0FAF7B9400108152 /* qgsconfigureshortcutsdialog.h in Sources */ = {isa = PBXBuildFile; fileRef = 72A892CB0FAF7B6100108152 /* qgsconfigureshortcutsdialog.h */; };
12631269
72AA0BE9107394D900D00B43 /* qgsfieldcalculator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72AA0BE71073949C00D00B43 /* qgsfieldcalculator.cpp */; };
12641270
72AA0BEA107394D900D00B43 /* qgsfieldcalculator.h in Sources */ = {isa = PBXBuildFile; fileRef = 72AA0BE81073949C00D00B43 /* qgsfieldcalculator.h */; };
1265-
72AF7B1310F8EC6300BD549A /* qextserialbase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72AF7AFF10F8EC1600BD549A /* qextserialbase.cpp */; };
1266-
72AF7B1410F8EC6300BD549A /* qextserialport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72AF7B0110F8EC1600BD549A /* qextserialport.cpp */; };
12671271
72AF7B1510F8EC6300BD549A /* qgsgpsconnectionregistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72AF7B0510F8EC1600BD549A /* qgsgpsconnectionregistry.cpp */; };
12681272
72AF7B1610F8EC6300BD549A /* qgsgpstrackerthread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72AF7B0710F8EC1600BD549A /* qgsgpstrackerthread.cpp */; };
12691273
72AF7B1710F8EC6300BD549A /* qgsnmeaconnection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72AF7B0910F8EC1600BD549A /* qgsnmeaconnection.cpp */; };
@@ -1274,7 +1278,6 @@
12741278
72AF7B1C10F8EC8800BD549A /* sentence.c in Sources */ = {isa = PBXBuildFile; fileRef = 72AF7B0B10F8EC1600BD549A /* sentence.c */; };
12751279
72AF7B1D10F8EC8800BD549A /* time.c in Sources */ = {isa = PBXBuildFile; fileRef = 72AF7B0D10F8EC1600BD549A /* time.c */; };
12761280
72AF7B1E10F8EC8800BD549A /* tok.c in Sources */ = {isa = PBXBuildFile; fileRef = 72AF7B0E10F8EC1600BD549A /* tok.c */; };
1277-
72AF7B1F10F8EC9500BD549A /* posix_qextserialport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72AF7AFD10F8EC1600BD549A /* posix_qextserialport.cpp */; };
12781281
72AF7B2010F8ECB100BD549A /* qgsgpsconnection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72AF7B0310F8EC1600BD549A /* qgsgpsconnection.cpp */; };
12791282
72AF7B2110F8ECBA00BD549A /* qgsgpsconnection.h in Sources */ = {isa = PBXBuildFile; fileRef = 72AF7B0410F8EC1600BD549A /* qgsgpsconnection.h */; };
12801283
72AF7B2210F8ECBA00BD549A /* qgsnmeaconnection.h in Sources */ = {isa = PBXBuildFile; fileRef = 72AF7B0A10F8EC1600BD549A /* qgsnmeaconnection.h */; };
@@ -2972,6 +2975,7 @@
29722975
dstSubfolderSpec = 0;
29732976
files = (
29742977
72E707040F42691B00142011 /* __init__.py in Copy - qgis */,
2978+
7278009510FB764700574B67 /* console.py in Copy - qgis */,
29752979
72C83D5210A5D22600B97B43 /* utils.py in Copy - qgis */,
29762980
);
29772981
name = "Copy - qgis";
@@ -3481,8 +3485,6 @@
34813485
7209E64C0F39E57A003DC336 /* qgspluginregistry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgspluginregistry.h; path = ../../src/app/qgspluginregistry.h; sourceTree = SOURCE_ROOT; };
34823486
7209E64D0F39E57A003DC336 /* qgsprojectproperties.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsprojectproperties.cpp; path = ../../src/app/qgsprojectproperties.cpp; sourceTree = SOURCE_ROOT; };
34833487
7209E64E0F39E57A003DC336 /* qgsprojectproperties.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsprojectproperties.h; path = ../../src/app/qgsprojectproperties.h; sourceTree = SOURCE_ROOT; };
3484-
7209E64F0F39E57A003DC336 /* qgspythondialog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgspythondialog.cpp; path = ../../src/app/qgspythondialog.cpp; sourceTree = SOURCE_ROOT; };
3485-
7209E6500F39E57A003DC336 /* qgspythondialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgspythondialog.h; path = ../../src/app/qgspythondialog.h; sourceTree = SOURCE_ROOT; };
34863488
7209E6510F39E57A003DC336 /* qgsrasterlayerproperties.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsrasterlayerproperties.cpp; path = ../../src/app/qgsrasterlayerproperties.cpp; sourceTree = SOURCE_ROOT; };
34873489
7209E6520F39E57A003DC336 /* qgsrasterlayerproperties.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsrasterlayerproperties.h; path = ../../src/app/qgsrasterlayerproperties.h; sourceTree = SOURCE_ROOT; };
34883490
7209E6530F39E57A003DC336 /* qgssearchquerybuilder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgssearchquerybuilder.cpp; path = ../../src/app/qgssearchquerybuilder.cpp; sourceTree = SOURCE_ROOT; };
@@ -4221,7 +4223,6 @@
42214223
7209ECB00F39E57B003DC336 /* qgspluginmanagerbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgspluginmanagerbase.ui; path = ../../src/ui/qgspluginmanagerbase.ui; sourceTree = SOURCE_ROOT; };
42224224
7209ECB10F39E57B003DC336 /* qgsprojectionselectorbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgsprojectionselectorbase.ui; path = ../../src/ui/qgsprojectionselectorbase.ui; sourceTree = SOURCE_ROOT; };
42234225
7209ECB20F39E57B003DC336 /* qgsprojectpropertiesbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgsprojectpropertiesbase.ui; path = ../../src/ui/qgsprojectpropertiesbase.ui; sourceTree = SOURCE_ROOT; };
4224-
7209ECB30F39E57B003DC336 /* qgspythondialog.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgspythondialog.ui; path = ../../src/ui/qgspythondialog.ui; sourceTree = SOURCE_ROOT; };
42254226
7209ECB40F39E57B003DC336 /* qgsrasterlayerpropertiesbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgsrasterlayerpropertiesbase.ui; path = ../../src/ui/qgsrasterlayerpropertiesbase.ui; sourceTree = SOURCE_ROOT; };
42264227
7209ECB50F39E57B003DC336 /* qgswmssourceselectbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgswmssourceselectbase.ui; path = ../../src/ui/qgswmssourceselectbase.ui; sourceTree = SOURCE_ROOT; };
42274228
7209ECB60F39E57B003DC336 /* qgssinglesymboldialogbase.ui */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgssinglesymboldialogbase.ui; path = ../../src/ui/qgssinglesymboldialogbase.ui; sourceTree = SOURCE_ROOT; };
@@ -5644,6 +5645,98 @@
56445645
7276104B10A60AC300C89AF0 /* qgsgeometryanalyzer.sip */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qgsgeometryanalyzer.sip; path = ../../python/analysis/qgsgeometryanalyzer.sip; sourceTree = SOURCE_ROOT; };
56455646
72779E9D1040614100CA9DE5 /* mActionAddMap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mActionAddMap.png; path = ../../images/themes/default/mActionAddMap.png; sourceTree = SOURCE_ROOT; };
56465647
72779E9E1040614100CA9DE5 /* mActionAddImage.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mActionAddImage.png; path = ../../images/themes/default/mActionAddImage.png; sourceTree = SOURCE_ROOT; };
5648+
7278009410FB763F00574B67 /* console.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = console.py; path = ../../python/console.py; sourceTree = SOURCE_ROOT; };
5649+
7278009710FB76E200574B67 /* ChangeLog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = ChangeLog; path = ../../src/core/gps/qextserialport/ChangeLog; sourceTree = SOURCE_ROOT; };
5650+
7278009910FB76E200574B67 /* mainpage.dox */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = mainpage.dox; path = ../../src/core/gps/qextserialport/doc/mainpage.dox; sourceTree = SOURCE_ROOT; };
5651+
7278009A10FB76E200574B67 /* qextbasetype.dox */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qextbasetype.dox; path = ../../src/core/gps/qextserialport/doc/qextbasetype.dox; sourceTree = SOURCE_ROOT; };
5652+
7278009B10FB76E200574B67 /* qiodevice.tag */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qiodevice.tag; path = ../../src/core/gps/qextserialport/doc/qiodevice.tag; sourceTree = SOURCE_ROOT; };
5653+
7278009C10FB76E200574B67 /* Doxyfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Doxyfile; path = ../../src/core/gps/qextserialport/Doxyfile; sourceTree = SOURCE_ROOT; };
5654+
7278009F10FB76E200574B67 /* enumerator.pro */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = enumerator.pro; path = ../../src/core/gps/qextserialport/examples/enumerator/enumerator.pro; sourceTree = SOURCE_ROOT; };
5655+
727800A010FB76E200574B67 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../../src/core/gps/qextserialport/examples/enumerator/main.cpp; sourceTree = SOURCE_ROOT; };
5656+
727800A210FB76E200574B67 /* event.pro */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = event.pro; path = ../../src/core/gps/qextserialport/examples/event/event.pro; sourceTree = SOURCE_ROOT; };
5657+
727800A310FB76E200574B67 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../../src/core/gps/qextserialport/examples/event/main.cpp; sourceTree = SOURCE_ROOT; };
5658+
727800A410FB76E200574B67 /* PortListener.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PortListener.cpp; path = ../../src/core/gps/qextserialport/examples/event/PortListener.cpp; sourceTree = SOURCE_ROOT; };
5659+
727800A510FB76E200574B67 /* PortListener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PortListener.h; path = ../../src/core/gps/qextserialport/examples/event/PortListener.h; sourceTree = SOURCE_ROOT; };
5660+
727800A710FB76E200574B67 /* defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = defs.h; path = ../../src/core/gps/qextserialport/examples/qespta/defs.h; sourceTree = SOURCE_ROOT; };
5661+
727800A810FB76E200574B67 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../../src/core/gps/qextserialport/examples/qespta/main.cpp; sourceTree = SOURCE_ROOT; };
5662+
727800A910FB76E200574B67 /* MainWindow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MainWindow.cpp; path = ../../src/core/gps/qextserialport/examples/qespta/MainWindow.cpp; sourceTree = SOURCE_ROOT; };
5663+
727800AA10FB76E200574B67 /* MainWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MainWindow.h; path = ../../src/core/gps/qextserialport/examples/qespta/MainWindow.h; sourceTree = SOURCE_ROOT; };
5664+
727800AB10FB76E200574B67 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; name = Makefile; path = ../../src/core/gps/qextserialport/examples/qespta/Makefile; sourceTree = SOURCE_ROOT; };
5665+
727800AC10FB76E200574B67 /* Makefile.Debug */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Makefile.Debug; path = ../../src/core/gps/qextserialport/examples/qespta/Makefile.Debug; sourceTree = SOURCE_ROOT; };
5666+
727800AD10FB76E200574B67 /* Makefile.Release */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Makefile.Release; path = ../../src/core/gps/qextserialport/examples/qespta/Makefile.Release; sourceTree = SOURCE_ROOT; };
5667+
727800AE10FB76E200574B67 /* MessageWindow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MessageWindow.cpp; path = ../../src/core/gps/qextserialport/examples/qespta/MessageWindow.cpp; sourceTree = SOURCE_ROOT; };
5668+
727800AF10FB76E200574B67 /* MessageWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MessageWindow.h; path = ../../src/core/gps/qextserialport/examples/qespta/MessageWindow.h; sourceTree = SOURCE_ROOT; };
5669+
727800B010FB76E200574B67 /* QESPTA.pro */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = QESPTA.pro; path = ../../src/core/gps/qextserialport/examples/qespta/QESPTA.pro; sourceTree = SOURCE_ROOT; };
5670+
727800B110FB76E200574B67 /* QespTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = QespTest.cpp; path = ../../src/core/gps/qextserialport/examples/qespta/QespTest.cpp; sourceTree = SOURCE_ROOT; };
5671+
727800B210FB76E200574B67 /* QespTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = QespTest.h; path = ../../src/core/gps/qextserialport/examples/qespta/QespTest.h; sourceTree = SOURCE_ROOT; };
5672+
727800B310FB76E200574B67 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README; path = ../../src/core/gps/qextserialport/examples/qespta/README; sourceTree = SOURCE_ROOT; };
5673+
727800B510FB76E200574B67 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = annotated.html; path = ../../src/core/gps/qextserialport/html/annotated.html; sourceTree = SOURCE_ROOT; };
5674+
727800B610FB76E200574B67 /* classes.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = classes.html; path = ../../src/core/gps/qextserialport/html/classes.html; sourceTree = SOURCE_ROOT; };
5675+
727800B710FB76E200574B67 /* classPosix__QextSerialPort-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = "classPosix__QextSerialPort-members.html"; path = "../../src/core/gps/qextserialport/html/classPosix__QextSerialPort-members.html"; sourceTree = SOURCE_ROOT; };
5676+
727800B810FB76E200574B67 /* classPosix__QextSerialPort.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = classPosix__QextSerialPort.html; path = ../../src/core/gps/qextserialport/html/classPosix__QextSerialPort.html; sourceTree = SOURCE_ROOT; };
5677+
727800B910FB76E200574B67 /* classPosix__QextSerialPort.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = classPosix__QextSerialPort.png; path = ../../src/core/gps/qextserialport/html/classPosix__QextSerialPort.png; sourceTree = SOURCE_ROOT; };
5678+
727800BA10FB76E200574B67 /* classQextBaseType-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = "classQextBaseType-members.html"; path = "../../src/core/gps/qextserialport/html/classQextBaseType-members.html"; sourceTree = SOURCE_ROOT; };
5679+
727800BB10FB76E200574B67 /* classQextBaseType.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = classQextBaseType.html; path = ../../src/core/gps/qextserialport/html/classQextBaseType.html; sourceTree = SOURCE_ROOT; };
5680+
727800BC10FB76E200574B67 /* classQextBaseType.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = classQextBaseType.png; path = ../../src/core/gps/qextserialport/html/classQextBaseType.png; sourceTree = SOURCE_ROOT; };
5681+
727800BD10FB76E200574B67 /* classQextSerialBase-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = "classQextSerialBase-members.html"; path = "../../src/core/gps/qextserialport/html/classQextSerialBase-members.html"; sourceTree = SOURCE_ROOT; };
5682+
727800BE10FB76E200574B67 /* classQextSerialBase.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = classQextSerialBase.html; path = ../../src/core/gps/qextserialport/html/classQextSerialBase.html; sourceTree = SOURCE_ROOT; };
5683+
727800BF10FB76E200574B67 /* classQextSerialBase.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = classQextSerialBase.png; path = ../../src/core/gps/qextserialport/html/classQextSerialBase.png; sourceTree = SOURCE_ROOT; };
5684+
727800C010FB76E200574B67 /* classQextSerialPort-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = "classQextSerialPort-members.html"; path = "../../src/core/gps/qextserialport/html/classQextSerialPort-members.html"; sourceTree = SOURCE_ROOT; };
5685+
727800C110FB76E200574B67 /* classQextSerialPort.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = classQextSerialPort.html; path = ../../src/core/gps/qextserialport/html/classQextSerialPort.html; sourceTree = SOURCE_ROOT; };
5686+
727800C210FB76E200574B67 /* classQextSerialPort.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = classQextSerialPort.png; path = ../../src/core/gps/qextserialport/html/classQextSerialPort.png; sourceTree = SOURCE_ROOT; };
5687+
727800C310FB76E200574B67 /* classWin__QextSerialPort-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = "classWin__QextSerialPort-members.html"; path = "../../src/core/gps/qextserialport/html/classWin__QextSerialPort-members.html"; sourceTree = SOURCE_ROOT; };
5688+
727800C410FB76E200574B67 /* classWin__QextSerialPort.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = classWin__QextSerialPort.html; path = ../../src/core/gps/qextserialport/html/classWin__QextSerialPort.html; sourceTree = SOURCE_ROOT; };
5689+
727800C510FB76E200574B67 /* classWin__QextSerialPort.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = classWin__QextSerialPort.png; path = ../../src/core/gps/qextserialport/html/classWin__QextSerialPort.png; sourceTree = SOURCE_ROOT; };
5690+
727800C610FB76E200574B67 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; name = doxygen.css; path = ../../src/core/gps/qextserialport/html/doxygen.css; sourceTree = SOURCE_ROOT; };
5691+
727800C710FB76E200574B67 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = doxygen.png; path = ../../src/core/gps/qextserialport/html/doxygen.png; sourceTree = SOURCE_ROOT; };
5692+
727800C810FB76E200574B67 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = files.html; path = ../../src/core/gps/qextserialport/html/files.html; sourceTree = SOURCE_ROOT; };
5693+
727800C910FB76E200574B67 /* ftv2blank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ftv2blank.png; path = ../../src/core/gps/qextserialport/html/ftv2blank.png; sourceTree = SOURCE_ROOT; };
5694+
727800CA10FB76E200574B67 /* ftv2doc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ftv2doc.png; path = ../../src/core/gps/qextserialport/html/ftv2doc.png; sourceTree = SOURCE_ROOT; };
5695+
727800CB10FB76E200574B67 /* ftv2folderclosed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ftv2folderclosed.png; path = ../../src/core/gps/qextserialport/html/ftv2folderclosed.png; sourceTree = SOURCE_ROOT; };
5696+
727800CC10FB76E200574B67 /* ftv2folderopen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ftv2folderopen.png; path = ../../src/core/gps/qextserialport/html/ftv2folderopen.png; sourceTree = SOURCE_ROOT; };
5697+
727800CD10FB76E200574B67 /* ftv2lastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ftv2lastnode.png; path = ../../src/core/gps/qextserialport/html/ftv2lastnode.png; sourceTree = SOURCE_ROOT; };
5698+
727800CE10FB76E200574B67 /* ftv2link.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ftv2link.png; path = ../../src/core/gps/qextserialport/html/ftv2link.png; sourceTree = SOURCE_ROOT; };
5699+
727800CF10FB76E200574B67 /* ftv2mlastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ftv2mlastnode.png; path = ../../src/core/gps/qextserialport/html/ftv2mlastnode.png; sourceTree = SOURCE_ROOT; };
5700+
727800D010FB76E200574B67 /* ftv2mnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ftv2mnode.png; path = ../../src/core/gps/qextserialport/html/ftv2mnode.png; sourceTree = SOURCE_ROOT; };
5701+
727800D110FB76E200574B67 /* ftv2node.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ftv2node.png; path = ../../src/core/gps/qextserialport/html/ftv2node.png; sourceTree = SOURCE_ROOT; };
5702+
727800D210FB76E200574B67 /* ftv2plastnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ftv2plastnode.png; path = ../../src/core/gps/qextserialport/html/ftv2plastnode.png; sourceTree = SOURCE_ROOT; };
5703+
727800D310FB76E200574B67 /* ftv2pnode.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ftv2pnode.png; path = ../../src/core/gps/qextserialport/html/ftv2pnode.png; sourceTree = SOURCE_ROOT; };
5704+
727800D410FB76E200574B67 /* ftv2vertline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ftv2vertline.png; path = ../../src/core/gps/qextserialport/html/ftv2vertline.png; sourceTree = SOURCE_ROOT; };
5705+
727800D510FB76E200574B67 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = functions.html; path = ../../src/core/gps/qextserialport/html/functions.html; sourceTree = SOURCE_ROOT; };
5706+
727800D610FB76E200574B67 /* functions_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = functions_func.html; path = ../../src/core/gps/qextserialport/html/functions_func.html; sourceTree = SOURCE_ROOT; };
5707+
727800D710FB76E200574B67 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = functions_vars.html; path = ../../src/core/gps/qextserialport/html/functions_vars.html; sourceTree = SOURCE_ROOT; };
5708+
727800D810FB76E200574B67 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = globals.html; path = ../../src/core/gps/qextserialport/html/globals.html; sourceTree = SOURCE_ROOT; };
5709+
727800D910FB76E200574B67 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = globals_enum.html; path = ../../src/core/gps/qextserialport/html/globals_enum.html; sourceTree = SOURCE_ROOT; };
5710+
727800DA10FB76E200574B67 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = globals_eval.html; path = ../../src/core/gps/qextserialport/html/globals_eval.html; sourceTree = SOURCE_ROOT; };
5711+
727800DB10FB76E200574B67 /* hierarchy.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = hierarchy.html; path = ../../src/core/gps/qextserialport/html/hierarchy.html; sourceTree = SOURCE_ROOT; };
5712+
727800DC10FB76E200574B67 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = index.html; path = ../../src/core/gps/qextserialport/html/index.html; sourceTree = SOURCE_ROOT; };
5713+
727800DD10FB76E200574B67 /* installdox */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; name = installdox; path = ../../src/core/gps/qextserialport/html/installdox; sourceTree = SOURCE_ROOT; };
5714+
727800DE10FB76E200574B67 /* main.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = main.html; path = ../../src/core/gps/qextserialport/html/main.html; sourceTree = SOURCE_ROOT; };
5715+
727800DF10FB76E200574B67 /* mainpage_8dox.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = mainpage_8dox.html; path = ../../src/core/gps/qextserialport/html/mainpage_8dox.html; sourceTree = SOURCE_ROOT; };
5716+
727800E010FB76E200574B67 /* posix__qextserialport_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = posix__qextserialport_8cpp.html; path = ../../src/core/gps/qextserialport/html/posix__qextserialport_8cpp.html; sourceTree = SOURCE_ROOT; };
5717+
727800E110FB76E200574B67 /* posix__qextserialport_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = posix__qextserialport_8h.html; path = ../../src/core/gps/qextserialport/html/posix__qextserialport_8h.html; sourceTree = SOURCE_ROOT; };
5718+
727800E210FB76E200574B67 /* qextbasetype_8dox.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = qextbasetype_8dox.html; path = ../../src/core/gps/qextserialport/html/qextbasetype_8dox.html; sourceTree = SOURCE_ROOT; };
5719+
727800E310FB76E200574B67 /* qextserialbase_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = qextserialbase_8cpp.html; path = ../../src/core/gps/qextserialport/html/qextserialbase_8cpp.html; sourceTree = SOURCE_ROOT; };
5720+
727800E410FB76E200574B67 /* qextserialbase_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = qextserialbase_8h.html; path = ../../src/core/gps/qextserialport/html/qextserialbase_8h.html; sourceTree = SOURCE_ROOT; };
5721+
727800E510FB76E200574B67 /* qextserialport_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = qextserialport_8cpp.html; path = ../../src/core/gps/qextserialport/html/qextserialport_8cpp.html; sourceTree = SOURCE_ROOT; };
5722+
727800E610FB76E200574B67 /* qextserialport_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = qextserialport_8h.html; path = ../../src/core/gps/qextserialport/html/qextserialport_8h.html; sourceTree = SOURCE_ROOT; };
5723+
727800E710FB76E200574B67 /* structPortSettings-members.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = "structPortSettings-members.html"; path = "../../src/core/gps/qextserialport/html/structPortSettings-members.html"; sourceTree = SOURCE_ROOT; };
5724+
727800E810FB76E200574B67 /* structPortSettings.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = structPortSettings.html; path = ../../src/core/gps/qextserialport/html/structPortSettings.html; sourceTree = SOURCE_ROOT; };
5725+
727800E910FB76E200574B67 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; name = tab_b.gif; path = ../../src/core/gps/qextserialport/html/tab_b.gif; sourceTree = SOURCE_ROOT; };
5726+
727800EA10FB76E200574B67 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; name = tab_l.gif; path = ../../src/core/gps/qextserialport/html/tab_l.gif; sourceTree = SOURCE_ROOT; };
5727+
727800EB10FB76E200574B67 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; name = tab_r.gif; path = ../../src/core/gps/qextserialport/html/tab_r.gif; sourceTree = SOURCE_ROOT; };
5728+
727800EC10FB76E200574B67 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; name = tabs.css; path = ../../src/core/gps/qextserialport/html/tabs.css; sourceTree = SOURCE_ROOT; };
5729+
727800ED10FB76E200574B67 /* tree.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = tree.html; path = ../../src/core/gps/qextserialport/html/tree.html; sourceTree = SOURCE_ROOT; };
5730+
727800EE10FB76E200574B67 /* win__qextserialport_8cpp.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = win__qextserialport_8cpp.html; path = ../../src/core/gps/qextserialport/html/win__qextserialport_8cpp.html; sourceTree = SOURCE_ROOT; };
5731+
727800EF10FB76E200574B67 /* win__qextserialport_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = win__qextserialport_8h.html; path = ../../src/core/gps/qextserialport/html/win__qextserialport_8h.html; sourceTree = SOURCE_ROOT; };
5732+
727800F010FB76E200574B67 /* posix_qextserialport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = posix_qextserialport.cpp; path = ../../src/core/gps/qextserialport/posix_qextserialport.cpp; sourceTree = SOURCE_ROOT; };
5733+
727800F110FB76E200574B67 /* qextserialenumerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qextserialenumerator.cpp; path = ../../src/core/gps/qextserialport/qextserialenumerator.cpp; sourceTree = SOURCE_ROOT; };
5734+
727800F210FB76E200574B67 /* qextserialenumerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qextserialenumerator.h; path = ../../src/core/gps/qextserialport/qextserialenumerator.h; sourceTree = SOURCE_ROOT; };
5735+
727800F310FB76E200574B67 /* qextserialport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qextserialport.cpp; path = ../../src/core/gps/qextserialport/qextserialport.cpp; sourceTree = SOURCE_ROOT; };
5736+
727800F410FB76E200574B67 /* qextserialport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qextserialport.h; path = ../../src/core/gps/qextserialport/qextserialport.h; sourceTree = SOURCE_ROOT; };
5737+
727800F510FB76E200574B67 /* qextserialport.pro */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = qextserialport.pro; path = ../../src/core/gps/qextserialport/qextserialport.pro; sourceTree = SOURCE_ROOT; };
5738+
727800F610FB76E200574B67 /* win_qextserialport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = win_qextserialport.cpp; path = ../../src/core/gps/qextserialport/win_qextserialport.cpp; sourceTree = SOURCE_ROOT; };
5739+
7278010510FB785F00574B67 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = ../../../../../../../../System/Library/Frameworks/IOKit.framework; sourceTree = SOURCE_ROOT; };
56475740
727903F310A1EC29006254DF /* mActionNewComposer.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mActionNewComposer.png; path = ../../images/themes/default/mActionNewComposer.png; sourceTree = SOURCE_ROOT; };
56485741
727CEC210FBAFF6000F5B88C /* mIconLock.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = mIconLock.png; path = ../../images/themes/default/mIconLock.png; sourceTree = SOURCE_ROOT; };
56495742
727E6AF00FEA90E200DF6F64 /* x_sqlite3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x_sqlite3.c; sourceTree = "<group>"; };
@@ -6622,12 +6715,6 @@
66226715
72AF7AFA10F8EC1600BD549A /* parse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = parse.c; path = ../../src/core/gps/parse.c; sourceTree = SOURCE_ROOT; };
66236716
72AF7AFB10F8EC1600BD549A /* parse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = parse.h; path = ../../src/core/gps/parse.h; sourceTree = SOURCE_ROOT; };
66246717
72AF7AFC10F8EC1600BD549A /* parser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = parser.h; path = ../../src/core/gps/parser.h; sourceTree = SOURCE_ROOT; };
6625-
72AF7AFD10F8EC1600BD549A /* posix_qextserialport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = posix_qextserialport.cpp; path = ../../src/core/gps/posix_qextserialport.cpp; sourceTree = SOURCE_ROOT; };
6626-
72AF7AFE10F8EC1600BD549A /* posix_qextserialport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = posix_qextserialport.h; path = ../../src/core/gps/posix_qextserialport.h; sourceTree = SOURCE_ROOT; };
6627-
72AF7AFF10F8EC1600BD549A /* qextserialbase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qextserialbase.cpp; path = ../../src/core/gps/qextserialbase.cpp; sourceTree = SOURCE_ROOT; };
6628-
72AF7B0010F8EC1600BD549A /* qextserialbase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qextserialbase.h; path = ../../src/core/gps/qextserialbase.h; sourceTree = SOURCE_ROOT; };
6629-
72AF7B0110F8EC1600BD549A /* qextserialport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qextserialport.cpp; path = ../../src/core/gps/qextserialport.cpp; sourceTree = SOURCE_ROOT; };
6630-
72AF7B0210F8EC1600BD549A /* qextserialport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qextserialport.h; path = ../../src/core/gps/qextserialport.h; sourceTree = SOURCE_ROOT; };
66316718
72AF7B0310F8EC1600BD549A /* qgsgpsconnection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsgpsconnection.cpp; path = ../../src/core/gps/qgsgpsconnection.cpp; sourceTree = SOURCE_ROOT; };
66326719
72AF7B0410F8EC1600BD549A /* qgsgpsconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qgsgpsconnection.h; path = ../../src/core/gps/qgsgpsconnection.h; sourceTree = SOURCE_ROOT; };
66336720
72AF7B0510F8EC1600BD549A /* qgsgpsconnectionregistry.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qgsgpsconnectionregistry.cpp; path = ../../src/core/gps/qgsgpsconnectionregistry.cpp; sourceTree = SOURCE_ROOT; };
@@ -6642,8 +6729,6 @@
66426729
72AF7B0E10F8EC1600BD549A /* tok.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tok.c; path = ../../src/core/gps/tok.c; sourceTree = SOURCE_ROOT; };
66436730
72AF7B0F10F8EC1600BD549A /* tok.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = tok.h; path = ../../src/core/gps/tok.h; sourceTree = SOURCE_ROOT; };
66446731
72AF7B1010F8EC1600BD549A /* units.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = units.h; path = ../../src/core/gps/units.h; sourceTree = SOURCE_ROOT; };
6645-
72AF7B1110F8EC1600BD549A /* win_qextserialport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = win_qextserialport.cpp; path = ../../src/core/gps/win_qextserialport.cpp; sourceTree = SOURCE_ROOT; };
6646-
72AF7B1210F8EC1600BD549A /* win_qextserialport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = win_qextserialport.h; path = ../../src/core/gps/win_qextserialport.h; sourceTree = SOURCE_ROOT; };
66476732
72AF7B2410F8ED3500BD549A /* FindQWT.cmake */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = FindQWT.cmake; path = ../../cmake/FindQWT.cmake; sourceTree = SOURCE_ROOT; };
66486733
72AF7B2510F8ED7F00BD549A /* gpsarrow.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = gpsarrow.svg; path = ../../images/north_arrows/gpsarrow.svg; sourceTree = SOURCE_ROOT; };
66496734
72AF7B2610F8ED7F00BD549A /* gpsarrow2.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = gpsarrow2.svg; path = ../../images/north_arrows/gpsarrow2.svg; sourceTree = SOURCE_ROOT; };
@@ -7074,6 +7159,8 @@
70747159
isa = PBXFrameworksBuildPhase;
70757160
buildActionMask = 2147483647;
70767161
files = (
7162+
727801BA10FB7B1D00574B67 /* CoreFoundation.framework in Frameworks */,
7163+
7278010610FB785F00574B67 /* IOKit.framework in Frameworks */,
70777164
);
70787165
runOnlyForDeploymentPostprocessing = 0;
70797166
};
@@ -7513,6 +7600,7 @@
75137600
20286C32FDCF999611CA2CEA /* External Frameworks and Libraries */ = {
75147601
isa = PBXGroup;
75157602
children = (
7603+
7278010510FB785F00574B67 /* IOKit.framework */,
75167604
7209F4B80F3A5434003DC336 /* CoreFoundation.framework */,
75177605
7209F4B90F3A5434003DC336 /* CoreServices.framework */,
75187606
7209F03A0F39E6A1003DC336 /* ApplicationServices.framework */,
@@ -7743,8 +7831,6 @@
77437831
7209E64C0F39E57A003DC336 /* qgspluginregistry.h */,
77447832
7209E64D0F39E57A003DC336 /* qgsprojectproperties.cpp */,
77457833
7209E64E0F39E57A003DC336 /* qgsprojectproperties.h */,
7746-
7209E64F0F39E57A003DC336 /* qgspythondialog.cpp */,
7747-
7209E6500F39E57A003DC336 /* qgspythondialog.h */,
77487834
7209E6510F39E57A003DC336 /* qgsrasterlayerproperties.cpp */,
77497835
7209E6520F39E57A003DC336 /* qgsrasterlayerproperties.h */,
77507836
7209E6530F39E57A003DC336 /* qgssearchquerybuilder.cpp */,
@@ -9129,7 +9215,6 @@
91299215
7209ECB00F39E57B003DC336 /* qgspluginmanagerbase.ui */,
91309216
7209ECB10F39E57B003DC336 /* qgsprojectionselectorbase.ui */,
91319217
7209ECB20F39E57B003DC336 /* qgsprojectpropertiesbase.ui */,
9132-
7209ECB30F39E57B003DC336 /* qgspythondialog.ui */,
91339218
7209ECB40F39E57B003DC336 /* qgsrasterlayerpropertiesbase.ui */,
91349219
7209ECB50F39E57B003DC336 /* qgswmssourceselectbase.ui */,
91359220
7209ECB60F39E57B003DC336 /* qgssinglesymboldialogbase.ui */,
@@ -9387,6 +9472,7 @@
93879472
7209ED860F39E5D9003DC336 /* __init__.py */,
93889473
7209ED870F39E5D9003DC336 /* CMakeLists.txt */,
93899474
7209ED880F39E5D9003DC336 /* configure.py.in */,
9475+
7278009410FB763F00574B67 /* console.py */,
93909476
7209ED890F39E5D9003DC336 /* core */,
93919477
7209EDBD0F39E5D9003DC336 /* gui */,
93929478
7276104910A60AC300C89AF0 /* analysis */,
@@ -11003,6 +11089,158 @@
1100311089
path = ../../python/analysis;
1100411090
sourceTree = SOURCE_ROOT;
1100511091
};
11092+
7278009610FB76E200574B67 /* qextserialport */ = {
11093+
isa = PBXGroup;
11094+
children = (
11095+
7278009710FB76E200574B67 /* ChangeLog */,
11096+
7278009810FB76E200574B67 /* doc */,
11097+
7278009C10FB76E200574B67 /* Doxyfile */,
11098+
7278009D10FB76E200574B67 /* examples */,
11099+
727800B410FB76E200574B67 /* html */,
11100+
727800F010FB76E200574B67 /* posix_qextserialport.cpp */,
11101+
727800F110FB76E200574B67 /* qextserialenumerator.cpp */,
11102+
727800F210FB76E200574B67 /* qextserialenumerator.h */,
11103+
727800F310FB76E200574B67 /* qextserialport.cpp */,
11104+
727800F410FB76E200574B67 /* qextserialport.h */,
11105+
727800F510FB76E200574B67 /* qextserialport.pro */,
11106+
727800F610FB76E200574B67 /* win_qextserialport.cpp */,
11107+
);
11108+
name = qextserialport;
11109+
path = ../../src/core/gps/qextserialport;
11110+
sourceTree = SOURCE_ROOT;
11111+
};
11112+
7278009810FB76E200574B67 /* doc */ = {
11113+
isa = PBXGroup;
11114+
children = (
11115+
7278009910FB76E200574B67 /* mainpage.dox */,
11116+
7278009A10FB76E200574B67 /* qextbasetype.dox */,
11117+
7278009B10FB76E200574B67 /* qiodevice.tag */,
11118+
);
11119+
name = doc;
11120+
path = ../../src/core/gps/qextserialport/doc;
11121+
sourceTree = SOURCE_ROOT;
11122+
};
11123+
7278009D10FB76E200574B67 /* examples */ = {
11124+
isa = PBXGroup;
11125+
children = (
11126+
7278009E10FB76E200574B67 /* enumerator */,
11127+
727800A110FB76E200574B67 /* event */,
11128+
727800A610FB76E200574B67 /* qespta */,
11129+
);
11130+
name = examples;
11131+
path = ../../src/core/gps/qextserialport/examples;
11132+
sourceTree = SOURCE_ROOT;
11133+
};
11134+
7278009E10FB76E200574B67 /* enumerator */ = {
11135+
isa = PBXGroup;
11136+
children = (
11137+
7278009F10FB76E200574B67 /* enumerator.pro */,
11138+
727800A010FB76E200574B67 /* main.cpp */,
11139+
);
11140+
name = enumerator;
11141+
path = ../../src/core/gps/qextserialport/examples/enumerator;
11142+
sourceTree = SOURCE_ROOT;
11143+
};
11144+
727800A110FB76E200574B67 /* event */ = {
11145+
isa = PBXGroup;
11146+
children = (
11147+
727800A210FB76E200574B67 /* event.pro */,
11148+
727800A310FB76E200574B67 /* main.cpp */,
11149+
727800A410FB76E200574B67 /* PortListener.cpp */,
11150+
727800A510FB76E200574B67 /* PortListener.h */,
11151+
);
11152+
name = event;
11153+
path = ../../src/core/gps/qextserialport/examples/event;
11154+
sourceTree = SOURCE_ROOT;
11155+
};
11156+
727800A610FB76E200574B67 /* qespta */ = {
11157+
isa = PBXGroup;
11158+
children = (
11159+
727800A710FB76E200574B67 /* defs.h */,
11160+
727800A810FB76E200574B67 /* main.cpp */,
11161+
727800A910FB76E200574B67 /* MainWindow.cpp */,
11162+
727800AA10FB76E200574B67 /* MainWindow.h */,
11163+
727800AB10FB76E200574B67 /* Makefile */,
11164+
727800AC10FB76E200574B67 /* Makefile.Debug */,
11165+
727800AD10FB76E200574B67 /* Makefile.Release */,
11166+
727800AE10FB76E200574B67 /* MessageWindow.cpp */,
11167+
727800AF10FB76E200574B67 /* MessageWindow.h */,
11168+
727800B010FB76E200574B67 /* QESPTA.pro */,
11169+
727800B110FB76E200574B67 /* QespTest.cpp */,
11170+
727800B210FB76E200574B67 /* QespTest.h */,
11171+
727800B310FB76E200574B67 /* README */,
11172+
);
11173+
name = qespta;
11174+
path = ../../src/core/gps/qextserialport/examples/qespta;
11175+
sourceTree = SOURCE_ROOT;
11176+
};
11177+
727800B410FB76E200574B67 /* html */ = {
11178+
isa = PBXGroup;
11179+
children = (
11180+
727800B510FB76E200574B67 /* annotated.html */,
11181+
727800B610FB76E200574B67 /* classes.html */,
11182+
727800B710FB76E200574B67 /* classPosix__QextSerialPort-members.html */,
11183+
727800B810FB76E200574B67 /* classPosix__QextSerialPort.html */,
11184+
727800B910FB76E200574B67 /* classPosix__QextSerialPort.png */,
11185+
727800BA10FB76E200574B67 /* classQextBaseType-members.html */,
11186+
727800BB10FB76E200574B67 /* classQextBaseType.html */,
11187+
727800BC10FB76E200574B67 /* classQextBaseType.png */,
11188+
727800BD10FB76E200574B67 /* classQextSerialBase-members.html */,
11189+
727800BE10FB76E200574B67 /* classQextSerialBase.html */,
11190+
727800BF10FB76E200574B67 /* classQextSerialBase.png */,
11191+
727800C010FB76E200574B67 /* classQextSerialPort-members.html */,
11192+
727800C110FB76E200574B67 /* classQextSerialPort.html */,
11193+
727800C210FB76E200574B67 /* classQextSerialPort.png */,
11194+
727800C310FB76E200574B67 /* classWin__QextSerialPort-members.html */,
11195+
727800C410FB76E200574B67 /* classWin__QextSerialPort.html */,
11196+
727800C510FB76E200574B67 /* classWin__QextSerialPort.png */,
11197+
727800C610FB76E200574B67 /* doxygen.css */,
11198+
727800C710FB76E200574B67 /* doxygen.png */,
11199+
727800C810FB76E200574B67 /* files.html */,
11200+
727800C910FB76E200574B67 /* ftv2blank.png */,
11201+
727800CA10FB76E200574B67 /* ftv2doc.png */,
11202+
727800CB10FB76E200574B67 /* ftv2folderclosed.png */,
11203+
727800CC10FB76E200574B67 /* ftv2folderopen.png */,
11204+
727800CD10FB76E200574B67 /* ftv2lastnode.png */,
11205+
727800CE10FB76E200574B67 /* ftv2link.png */,
11206+
727800CF10FB76E200574B67 /* ftv2mlastnode.png */,
11207+
727800D010FB76E200574B67 /* ftv2mnode.png */,
11208+
727800D110FB76E200574B67 /* ftv2node.png */,
11209+
727800D210FB76E200574B67 /* ftv2plastnode.png */,
11210+
727800D310FB76E200574B67 /* ftv2pnode.png */,
11211+
727800D410FB76E200574B67 /* ftv2vertline.png */,
11212+
727800D510FB76E200574B67 /* functions.html */,
11213+
727800D610FB76E200574B67 /* functions_func.html */,
11214+
727800D710FB76E200574B67 /* functions_vars.html */,
11215+
727800D810FB76E200574B67 /* globals.html */,
11216+
727800D910FB76E200574B67 /* globals_enum.html */,
11217+
727800DA10FB76E200574B67 /* globals_eval.html */,
11218+
727800DB10FB76E200574B67 /* hierarchy.html */,
11219+
727800DC10FB76E200574B67 /* index.html */,
11220+
727800DD10FB76E200574B67 /* installdox */,
11221+
727800DE10FB76E200574B67 /* main.html */,
11222+
727800DF10FB76E200574B67 /* mainpage_8dox.html */,
11223+
727800E010FB76E200574B67 /* posix__qextserialport_8cpp.html */,
11224+
727800E110FB76E200574B67 /* posix__qextserialport_8h.html */,
11225+
727800E210FB76E200574B67 /* qextbasetype_8dox.html */,
11226+
727800E310FB76E200574B67 /* qextserialbase_8cpp.html */,
11227+
727800E410FB76E200574B67 /* qextserialbase_8h.html */,
11228+
727800E510FB76E200574B67 /* qextserialport_8cpp.html */,
11229+
727800E610FB76E200574B67 /* qextserialport_8h.html */,
11230+
727800E710FB76E200574B67 /* structPortSettings-members.html */,
11231+
727800E810FB76E200574B67 /* structPortSettings.html */,
11232+
727800E910FB76E200574B67 /* tab_b.gif */,
11233+
727800EA10FB76E200574B67 /* tab_l.gif */,
11234+
727800EB10FB76E200574B67 /* tab_r.gif */,
11235+
727800EC10FB76E200574B67 /* tabs.css */,
11236+
727800ED10FB76E200574B67 /* tree.html */,
11237+
727800EE10FB76E200574B67 /* win__qextserialport_8cpp.html */,
11238+
727800EF10FB76E200574B67 /* win__qextserialport_8h.html */,
11239+
);
11240+
name = html;
11241+
path = ../../src/core/gps/qextserialport/html;
11242+
sourceTree = SOURCE_ROOT;
11243+
};
1100611244
727E6AED0FEA909E00DF6F64 /* src */ = {
1100711245
isa = PBXGroup;
1100811246
children = (
@@ -12129,12 +12367,6 @@
1212912367
72AF7AFA10F8EC1600BD549A /* parse.c */,
1213012368
72AF7AFB10F8EC1600BD549A /* parse.h */,
1213112369
72AF7AFC10F8EC1600BD549A /* parser.h */,
12132-
72AF7AFD10F8EC1600BD549A /* posix_qextserialport.cpp */,
12133-
72AF7AFE10F8EC1600BD549A /* posix_qextserialport.h */,
12134-
72AF7AFF10F8EC1600BD549A /* qextserialbase.cpp */,
12135-
72AF7B0010F8EC1600BD549A /* qextserialbase.h */,
12136-
72AF7B0110F8EC1600BD549A /* qextserialport.cpp */,
12137-
72AF7B0210F8EC1600BD549A /* qextserialport.h */,
1213812370
72AF7B0310F8EC1600BD549A /* qgsgpsconnection.cpp */,
1213912371
72AF7B0410F8EC1600BD549A /* qgsgpsconnection.h */,
1214012372
72AF7B0510F8EC1600BD549A /* qgsgpsconnectionregistry.cpp */,
@@ -12149,8 +12381,7 @@
1214912381
72AF7B0E10F8EC1600BD549A /* tok.c */,
1215012382
72AF7B0F10F8EC1600BD549A /* tok.h */,
1215112383
72AF7B1010F8EC1600BD549A /* units.h */,
12152-
72AF7B1110F8EC1600BD549A /* win_qextserialport.cpp */,
12153-
72AF7B1210F8EC1600BD549A /* win_qextserialport.h */,
12384+
7278009610FB76E200574B67 /* qextserialport */,
1215412385
);
1215512386
name = gps;
1215612387
path = ../../src/core/gps;
@@ -14439,9 +14670,6 @@
1443914670
7225EF9710B229FA00D23EA2 /* qgssymbolv2.cpp in Sources */,
1444014671
7225EF9810B229FA00D23EA2 /* qgsvectorcolorrampv2.cpp in Sources */,
1444114672
7295BC7510F57D50005D1408 /* qgscomposertable.cpp in Sources */,
14442-
72AF7B1310F8EC6300BD549A /* qextserialbase.cpp in Sources */,
14443-
72AF7B1410F8EC6300BD549A /* qextserialport.cpp in Sources */,
14444-
72AF7B1F10F8EC9500BD549A /* posix_qextserialport.cpp in Sources */,
1444514673
72AF7B2010F8ECB100BD549A /* qgsgpsconnection.cpp in Sources */,
1444614674
72AF7B1510F8EC6300BD549A /* qgsgpsconnectionregistry.cpp in Sources */,
1444714675
72AF7B1610F8EC6300BD549A /* qgsgpstrackerthread.cpp in Sources */,
@@ -14453,8 +14681,13 @@
1445314681
72AF7B1C10F8EC8800BD549A /* sentence.c in Sources */,
1445414682
72AF7B1D10F8EC8800BD549A /* time.c in Sources */,
1445514683
72AF7B1E10F8EC8800BD549A /* tok.c in Sources */,
14684+
727800F710FB77A400574B67 /* qextserialenumerator.cpp in Sources */,
14685+
727800F810FB77A400574B67 /* qextserialport.cpp in Sources */,
14686+
727800FA10FB77BE00574B67 /* posix_qextserialport.cpp in Sources */,
1445614687
72AF7B2110F8ECBA00BD549A /* qgsgpsconnection.h in Sources */,
1445714688
72AF7B2210F8ECBA00BD549A /* qgsnmeaconnection.h in Sources */,
14689+
727800FB10FB77DE00574B67 /* qextserialenumerator.h in Sources */,
14690+
727800FC10FB77DE00574B67 /* qextserialport.h in Sources */,
1445814691
);
1445914692
runOnlyForDeploymentPostprocessing = 0;
1446014693
};
@@ -15094,7 +15327,6 @@
1509415327
7209F4530F3A468C003DC336 /* qgspluginmetadata.cpp in Sources */,
1509515328
7209F4540F3A468C003DC336 /* qgspluginregistry.cpp in Sources */,
1509615329
7209F4550F3A468C003DC336 /* qgsprojectproperties.cpp in Sources */,
15097-
7209F4560F3A468C003DC336 /* qgspythondialog.cpp in Sources */,
1509815330
7209F4570F3A468C003DC336 /* qgsrasterlayerproperties.cpp in Sources */,
1509915331
7209F4580F3A468C003DC336 /* qgssearchquerybuilder.cpp in Sources */,
1510015332
7209F4590F3A468C003DC336 /* qgswmssourceselect.cpp in Sources */,
@@ -15179,7 +15411,6 @@
1517915411
729288A30F71FE65006D9489 /* qgsquerybuilder.h in Sources */,
1518015412
729288A40F71FE65006D9489 /* qgspluginmanager.h in Sources */,
1518115413
729288A50F71FE65006D9489 /* qgsprojectproperties.h in Sources */,
15182-
729288A60F71FE65006D9489 /* qgspythondialog.h in Sources */,
1518315414
729288A70F71FE65006D9489 /* qgsrasterlayerproperties.h in Sources */,
1518415415
729288A80F71FE65006D9489 /* qgssearchquerybuilder.h in Sources */,
1518515416
729288A90F71FE65006D9489 /* qgswmssourceselect.h in Sources */,
@@ -15605,6 +15836,7 @@
1560515836
"../../src/core/symbology-ng",
1560615837
../../src/core/spatialindex/include,
1560715838
../../src/core/pal,
15839+
../../src/core/gps/qextserialport,
1560815840
"$(GDAL_INC)",
1560915841
"$(PROJ_INC)",
1561015842
"$(GEOS_INC)",
@@ -15651,6 +15883,7 @@
1565115883
"../../src/core/symbology-ng",
1565215884
../../src/core/spatialindex/include,
1565315885
../../src/core/pal,
15886+
../../src/core/gps/qextserialport,
1565415887
"$(GDAL_INC)",
1565515888
"$(PROJ_INC)",
1565615889
"$(GEOS_INC)",
@@ -18411,7 +18644,7 @@
1841118644
COPY_PHASE_STRIP = NO;
1841218645
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1841318646
GCC_OPTIMIZATION_LEVEL = 0;
18414-
QGIS_VERSION_BUILD = 12682;
18647+
QGIS_VERSION_BUILD = 12734;
1841518648
STRIP_INSTALLED_PRODUCT = NO;
1841618649
};
1841718650
name = Debug;
@@ -18422,7 +18655,7 @@
1842218655
buildSettings = {
1842318656
COPY_PHASE_STRIP = YES;
1842418657
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
18425-
QGIS_VERSION_BUILD = 12682;
18658+
QGIS_VERSION_BUILD = 12734;
1842618659
STRIP_INSTALLED_PRODUCT = YES;
1842718660
};
1842818661
name = Release;

‎mac/xcode/qgis_settings.xcconfig

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,15 @@ QT_LIB_XML = -framework QtXml
219219
QT_LIB_SVG = -framework QtSvg
220220
QT_LIB_SQL = -framework QtSql
221221
QT_LIB_WEBKIT = -framework QtWebKit
222+
QT_LIB_DBUS = -framework QtDBus
223+
QT_LIB_PHONON = -framework phonon
222224
QT_LIB_UITOOLS = -lQtUiTools
223225
// convenience for all Qt:
224226
QT_LIB = $(QT_LIB_CORE) $(QT_LIB_GUI) $(QT_LIB_NET) $(QT_LIB_XML) $(QT_LIB_SVG) $(QT_LIB_SQL)
225227
// list of Qt frameworks used
226-
QTLISTQG = QtCore QtGui QtNetwork QtSql QtSvg QtXml QtWebKit
228+
QTLISTQG = QtCore QtGui QtNetwork QtSql QtSvg QtXml QtWebKit QtDBus phonon
227229
// list of PyQt modules used
228-
PYQTLIST = Qt QtCore QtGui QtNetwork QtSql QtSvg QtXml QtWebKit
230+
PYQTLIST = Qt QtCore QtGui QtNetwork QtSql QtSvg QtXml QtWebKit phonon
229231

230232
// with a choice of system vs user unix libs, use full path to lib file
231233
// to avoid possible accidental linking to system lib (ie expat)

0 commit comments

Comments
 (0)
Please sign in to comment.