aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cutecom-0.22.0/CMakeCache.txt1332
-rw-r--r--cutecom-0.22.0/CMakeFiles/CMakeCCompiler.cmake50
-rw-r--r--cutecom-0.22.0/CMakeFiles/CMakeCXXCompiler.cmake51
-rwxr-xr-xcutecom-0.22.0/CMakeFiles/CMakeDetermineCompilerABI_C.binbin0 -> 8704 bytes
-rwxr-xr-xcutecom-0.22.0/CMakeFiles/CMakeDetermineCompilerABI_CXX.binbin0 -> 8688 bytes
-rw-r--r--cutecom-0.22.0/CMakeFiles/CMakeDirectoryInformation.cmake16
-rw-r--r--cutecom-0.22.0/CMakeFiles/CMakeRuleHashes.txt3
-rw-r--r--cutecom-0.22.0/CMakeFiles/CMakeSystem.cmake15
-rw-r--r--cutecom-0.22.0/CMakeFiles/CompilerIdC/CMakeCCompilerId.c358
-rwxr-xr-xcutecom-0.22.0/CMakeFiles/CompilerIdC/a.outbin0 -> 8840 bytes
-rw-r--r--cutecom-0.22.0/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp341
-rwxr-xr-xcutecom-0.22.0/CMakeFiles/CompilerIdCXX/a.outbin0 -> 8832 bytes
-rw-r--r--cutecom-0.22.0/CMakeFiles/Makefile.cmake56
-rw-r--r--cutecom-0.22.0/CMakeFiles/Makefile299
-rw-r--r--cutecom-0.22.0/CMakeFiles/TargetDirectories.txt1
-rw-r--r--cutecom-0.22.0/CMakeFiles/cmake.check_cache1
-rw-r--r--cutecom-0.22.0/CMakeFiles/cutecom.dir/CXX.includecache1644
-rw-r--r--cutecom-0.22.0/CMakeFiles/cutecom.dir/DependInfo.cmake49
-rw-r--r--cutecom-0.22.0/CMakeFiles/cutecom.dir/build.make168
-rw-r--r--cutecom-0.22.0/CMakeFiles/cutecom.dir/cmake_clean.cmake14
-rw-r--r--cutecom-0.22.0/CMakeFiles/cutecom.dir/depend.internal572
-rw-r--r--cutecom-0.22.0/CMakeFiles/cutecom.dir/depend.make572
-rw-r--r--cutecom-0.22.0/CMakeFiles/cutecom.dir/flags.make8
-rw-r--r--cutecom-0.22.0/CMakeFiles/cutecom.dir/link.txt1
-rw-r--r--cutecom-0.22.0/CMakeFiles/cutecom.dir/progress.make6
-rw-r--r--cutecom-0.22.0/CMakeFiles/progress.marks1
-rw-r--r--cutecom-0.22.0/CMakeLists.txt47
-rw-r--r--cutecom-0.22.0/COPYING341
-rw-r--r--cutecom-0.22.0/Changelog101
-rw-r--r--cutecom-0.22.0/CuteCom.app/Contents/Info.plist36
-rwxr-xr-xcutecom-0.22.0/CuteCom.app/Contents/MacOS/CuteCombin0 -> 188992 bytes
-rw-r--r--cutecom-0.22.0/Makefile262
-rw-r--r--cutecom-0.22.0/README36
-rw-r--r--cutecom-0.22.0/TODO7
-rw-r--r--cutecom-0.22.0/cmake_install.cmake49
-rwxr-xr-xcutecom-0.22.0/configure12
-rw-r--r--cutecom-0.22.0/cutecom.141
-rw-r--r--cutecom-0.22.0/cutecom.desktop13
-rw-r--r--cutecom-0.22.0/cutecommdlg.ui615
-rw-r--r--cutecom-0.22.0/main.cpp32
-rw-r--r--cutecom-0.22.0/moc_qcppdialogimpl.cxx140
-rw-r--r--cutecom-0.22.0/qcppdialogimpl.cpp1440
-rw-r--r--cutecom-0.22.0/qcppdialogimpl.h108
-rw-r--r--cutecom-0.22.0/ui_cutecommdlg.h563
44 files changed, 9201 insertions, 0 deletions
diff --git a/cutecom-0.22.0/CMakeCache.txt b/cutecom-0.22.0/CMakeCache.txt
new file mode 100644
index 0000000..37f962d
--- /dev/null
+++ b/cutecom-0.22.0/CMakeCache.txt
@@ -0,0 +1,1332 @@
+# This is the CMakeCache file.
+# For build in directory: /Users/lynxeyed/Desktop/cutecom-0.22.0
+# It was generated by CMake: /opt/local/bin/cmake
+# You can edit this file to change values found and used by cmake.
+# If you do not want to change any of the values, simply exit the editor.
+# If you do want to change a value, simply edit, save, and exit the editor.
+# The syntax for the file is as follows:
+# KEY:TYPE=VALUE
+# KEY is the name of a variable in the cache.
+# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
+# VALUE is the current value for the KEY.
+
+########################
+# EXTERNAL cache entries
+########################
+
+//Path to a program.
+CMAKE_AR:FILEPATH=/usr/bin/ar
+
+//For backwards compatibility, what version of CMake commands and
+// syntax should this version of CMake try to support.
+CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4
+
+//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
+// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
+CMAKE_BUILD_TYPE:STRING=
+
+//Enable/Disable color output during build.
+CMAKE_COLOR_MAKEFILE:BOOL=ON
+
+//CXX compiler.
+CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
+
+//Flags used by the compiler during all build types.
+CMAKE_CXX_FLAGS:STRING=
+
+//Flags used by the compiler during debug builds.
+CMAKE_CXX_FLAGS_DEBUG:STRING=-g
+
+//Flags used by the compiler during release minsize builds.
+CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
+
+//Flags used by the compiler during release builds (/MD /Ob1 /Oi
+// /Ot /Oy /Gs will produce slightly less optimized but smaller
+// files).
+CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
+
+//Flags used by the compiler during Release with Debug Info builds.
+CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
+
+//C compiler.
+CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc
+
+//Flags used by the compiler during all build types.
+CMAKE_C_FLAGS:STRING=
+
+//Flags used by the compiler during debug builds.
+CMAKE_C_FLAGS_DEBUG:STRING=-g
+
+//Flags used by the compiler during release minsize builds.
+CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
+
+//Flags used by the compiler during release builds (/MD /Ob1 /Oi
+// /Ot /Oy /Gs will produce slightly less optimized but smaller
+// files).
+CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
+
+//Flags used by the compiler during Release with Debug Info builds.
+CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
+
+//Flags used by the linker.
+CMAKE_EXE_LINKER_FLAGS:STRING=' '
+
+//Flags used by the linker during debug builds.
+CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during release minsize builds.
+CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during release builds.
+CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during Release with Debug Info builds.
+CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Enable/Disable output of compile commands during generation.
+CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
+
+//Path to a program.
+CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool
+
+//Install path prefix, prepended onto install directories.
+CMAKE_INSTALL_PREFIX:PATH=/usr/local
+
+//Path to a program.
+CMAKE_LINKER:FILEPATH=/usr/bin/ld
+
+//Path to a program.
+CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
+
+//Flags used by the linker during the creation of modules.
+CMAKE_MODULE_LINKER_FLAGS:STRING=' '
+
+//Flags used by the linker during debug builds.
+CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during release minsize builds.
+CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during release builds.
+CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during Release with Debug Info builds.
+CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Path to a program.
+CMAKE_NM:FILEPATH=/usr/bin/nm
+
+//Path to a program.
+CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND
+
+//Path to a program.
+CMAKE_OBJDUMP:FILEPATH=CMAKE_OBJDUMP-NOTFOUND
+
+//Build architectures for OSX
+CMAKE_OSX_ARCHITECTURES:STRING=
+
+//Minimum OS X version to target for deployment (at runtime); newer
+// APIs weak linked. Set to empty string for default value.
+CMAKE_OSX_DEPLOYMENT_TARGET:STRING=
+
+//The product will be built against the headers and libraries located
+// inside the indicated SDK.
+CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
+
+//Value Computed by CMake
+CMAKE_PROJECT_NAME:STATIC=CuteCom
+
+//Path to a program.
+CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
+
+//Flags used by the linker during the creation of dll's.
+CMAKE_SHARED_LINKER_FLAGS:STRING=' '
+
+//Flags used by the linker during debug builds.
+CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during release minsize builds.
+CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during release builds.
+CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during Release with Debug Info builds.
+CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//If set, runtime paths are not added when installing shared libraries,
+// but are added when building.
+CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
+
+//If set, runtime paths are not added when using shared libraries.
+CMAKE_SKIP_RPATH:BOOL=NO
+
+//Path to a program.
+CMAKE_STRIP:FILEPATH=/usr/bin/strip
+
+//If true, cmake will use relative paths in makefiles and projects.
+CMAKE_USE_RELATIVE_PATHS:BOOL=OFF
+
+//If this value is on, makefiles will be generated without the
+// .SILENT directive, and all commands will be echoed to the console
+// during the make. This is useful for debugging only. With Visual
+// Studio IDE projects all commands are done without /nologo.
+CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
+
+//Path to a program.
+CMAKE_XCODE_SELECT:FILEPATH=/usr/bin/xcode-select
+
+//Value Computed by CMake
+CuteCom_BINARY_DIR:STATIC=/Users/lynxeyed/Desktop/cutecom-0.22.0
+
+//Value Computed by CMake
+CuteCom_SOURCE_DIR:STATIC=/Users/lynxeyed/Desktop/cutecom-0.22.0
+
+//Single output directory for building all executables.
+EXECUTABLE_OUTPUT_PATH:PATH=
+
+//Path to a program.
+KDECONFIG_EXECUTABLE:FILEPATH=KDECONFIG_EXECUTABLE-NOTFOUND
+
+//Single output directory for building all libraries.
+LIBRARY_OUTPUT_PATH:PATH=
+
+//Path to a library.
+QT_ARTHURPLUGIN_PLUGIN_DEBUG:FILEPATH=QT_ARTHURPLUGIN_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_ARTHURPLUGIN_PLUGIN_RELEASE:FILEPATH=QT_ARTHURPLUGIN_PLUGIN_RELEASE-NOTFOUND
+
+//Path to a library.
+QT_CONTAINEREXTENSION_PLUGIN_DEBUG:FILEPATH=QT_CONTAINEREXTENSION_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_CONTAINEREXTENSION_PLUGIN_RELEASE:FILEPATH=QT_CONTAINEREXTENSION_PLUGIN_RELEASE-NOTFOUND
+
+//Path to a library.
+QT_CUSTOMWIDGETPLUGIN_PLUGIN_DEBUG:FILEPATH=QT_CUSTOMWIDGETPLUGIN_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_CUSTOMWIDGETPLUGIN_PLUGIN_RELEASE:FILEPATH=QT_CUSTOMWIDGETPLUGIN_PLUGIN_RELEASE-NOTFOUND
+
+//Path to a program.
+QT_DBUSCPP2XML_EXECUTABLE:FILEPATH=/opt/local/bin/qdbuscpp2xml
+
+//Path to a program.
+QT_DBUSXML2CPP_EXECUTABLE:FILEPATH=/opt/local/bin/qdbusxml2cpp
+
+//Path to a program.
+QT_DESIGNER_EXECUTABLE:FILEPATH=QT_DESIGNER_EXECUTABLE-NOTFOUND
+
+//The location of the Qt docs
+QT_DOC_DIR:PATH=/opt/local/share/doc/qt4
+
+//The location of the Qt imports
+QT_IMPORTS_DIR:PATH=/opt/local/share/qt4/imports
+
+//Path to a program.
+QT_LINGUIST_EXECUTABLE:FILEPATH=QT_LINGUIST_EXECUTABLE-NOTFOUND
+
+//Path to a program.
+QT_LRELEASE_EXECUTABLE:FILEPATH=/opt/local/bin/lrelease
+
+//Path to a program.
+QT_LUPDATE_EXECUTABLE:FILEPATH=/opt/local/bin/lupdate
+
+//The location of the Qt mkspecs containing qconfig.pri
+QT_MKSPECS_DIR:PATH=/opt/local/share/qt4/mkspecs
+
+//Path to a program.
+QT_MOC_EXECUTABLE:FILEPATH=/opt/local/bin/moc
+
+//Path to a library.
+QT_PHONONWIDGETS_PLUGIN_DEBUG:FILEPATH=QT_PHONONWIDGETS_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_PHONONWIDGETS_PLUGIN_RELEASE:FILEPATH=QT_PHONONWIDGETS_PLUGIN_RELEASE-NOTFOUND
+
+//Path to a file.
+QT_PHONON_INCLUDE_DIR:PATH=QT_PHONON_INCLUDE_DIR-NOTFOUND
+
+//The Qt PHONON library
+QT_PHONON_LIBRARY:STRING=
+
+//Path to a library.
+QT_PHONON_LIBRARY_DEBUG:FILEPATH=QT_PHONON_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_PHONON_LIBRARY_RELEASE:FILEPATH=QT_PHONON_LIBRARY_RELEASE-NOTFOUND
+
+//Path to a library.
+QT_PHONON_QT7_PLUGIN_DEBUG:FILEPATH=QT_PHONON_QT7_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_PHONON_QT7_PLUGIN_RELEASE:FILEPATH=QT_PHONON_QT7_PLUGIN_RELEASE-NOTFOUND
+
+//The location of the Qt plugins
+QT_PLUGINS_DIR:PATH=/opt/local/share/qt4/plugins
+
+//Path to a library.
+QT_QCNCODECS_PLUGIN_DEBUG:FILEPATH=QT_QCNCODECS_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QCNCODECS_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/codecs/libqcncodecs.dylib
+
+//Path to a program.
+QT_QCOLLECTIONGENERATOR_EXECUTABLE:FILEPATH=/opt/local/bin/qcollectiongenerator
+
+//Path to a library.
+QT_QCOREWLANBEARER_PLUGIN_DEBUG:FILEPATH=QT_QCOREWLANBEARER_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QCOREWLANBEARER_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/bearer/libqcorewlanbearer.dylib
+
+//Path to a library.
+QT_QDECLARATIVEVIEW_PLUGIN_DEBUG:FILEPATH=QT_QDECLARATIVEVIEW_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QDECLARATIVEVIEW_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/designer/libqdeclarativeview.dylib
+
+//Path to a library.
+QT_QDECORATIONDEFAULT_PLUGIN_DEBUG:FILEPATH=QT_QDECORATIONDEFAULT_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QDECORATIONDEFAULT_PLUGIN_RELEASE:FILEPATH=QT_QDECORATIONDEFAULT_PLUGIN_RELEASE-NOTFOUND
+
+//Path to a library.
+QT_QDECORATIONWINDOWS_PLUGIN_DEBUG:FILEPATH=QT_QDECORATIONWINDOWS_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QDECORATIONWINDOWS_PLUGIN_RELEASE:FILEPATH=QT_QDECORATIONWINDOWS_PLUGIN_RELEASE-NOTFOUND
+
+//Path to a library.
+QT_QGENERICBEARER_PLUGIN_DEBUG:FILEPATH=QT_QGENERICBEARER_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QGENERICBEARER_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/bearer/libqgenericbearer.dylib
+
+//Path to a library.
+QT_QGIF_PLUGIN_DEBUG:FILEPATH=QT_QGIF_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QGIF_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/imageformats/libqgif.dylib
+
+//Path to a library.
+QT_QGLGRAPHICSSYSTEM_PLUGIN_DEBUG:FILEPATH=QT_QGLGRAPHICSSYSTEM_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QGLGRAPHICSSYSTEM_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/graphicssystems/libqglgraphicssystem.dylib
+
+//Path to a library.
+QT_QICO_PLUGIN_DEBUG:FILEPATH=QT_QICO_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QICO_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/imageformats/libqico.dylib
+
+//Path to a library.
+QT_QIMSW_MULTI_PLUGIN_DEBUG:FILEPATH=QT_QIMSW_MULTI_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QIMSW_MULTI_PLUGIN_RELEASE:FILEPATH=QT_QIMSW_MULTI_PLUGIN_RELEASE-NOTFOUND
+
+//Path to a library.
+QT_QJPCODECS_PLUGIN_DEBUG:FILEPATH=QT_QJPCODECS_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QJPCODECS_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/codecs/libqjpcodecs.dylib
+
+//Path to a library.
+QT_QJPEG_PLUGIN_DEBUG:FILEPATH=QT_QJPEG_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QJPEG_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/imageformats/libqjpeg.dylib
+
+//Path to a library.
+QT_QKRCODECS_PLUGIN_DEBUG:FILEPATH=QT_QKRCODECS_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QKRCODECS_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/codecs/libqkrcodecs.dylib
+
+//The qmake executable for the Qt installation to use
+QT_QMAKE_EXECUTABLE:FILEPATH=/opt/local/bin/qmake
+
+//Path to a library.
+QT_QMNG_PLUGIN_DEBUG:FILEPATH=QT_QMNG_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QMNG_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/imageformats/libqmng.dylib
+
+//Path to a library.
+QT_QSQLDB2_PLUGIN_DEBUG:FILEPATH=QT_QSQLDB2_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QSQLDB2_PLUGIN_RELEASE:FILEPATH=QT_QSQLDB2_PLUGIN_RELEASE-NOTFOUND
+
+//Path to a library.
+QT_QSQLIBASE_PLUGIN_DEBUG:FILEPATH=QT_QSQLIBASE_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QSQLIBASE_PLUGIN_RELEASE:FILEPATH=QT_QSQLIBASE_PLUGIN_RELEASE-NOTFOUND
+
+//Path to a library.
+QT_QSQLITE2_PLUGIN_DEBUG:FILEPATH=QT_QSQLITE2_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QSQLITE2_PLUGIN_RELEASE:FILEPATH=QT_QSQLITE2_PLUGIN_RELEASE-NOTFOUND
+
+//Path to a library.
+QT_QSQLITE_PLUGIN_DEBUG:FILEPATH=QT_QSQLITE_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QSQLITE_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/sqldrivers/libqsqlite.dylib
+
+//Path to a library.
+QT_QSQLMYSQL_PLUGIN_DEBUG:FILEPATH=QT_QSQLMYSQL_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QSQLMYSQL_PLUGIN_RELEASE:FILEPATH=QT_QSQLMYSQL_PLUGIN_RELEASE-NOTFOUND
+
+//Path to a library.
+QT_QSQLOCI_PLUGIN_DEBUG:FILEPATH=QT_QSQLOCI_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QSQLOCI_PLUGIN_RELEASE:FILEPATH=QT_QSQLOCI_PLUGIN_RELEASE-NOTFOUND
+
+//Path to a library.
+QT_QSQLODBC_PLUGIN_DEBUG:FILEPATH=QT_QSQLODBC_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QSQLODBC_PLUGIN_RELEASE:FILEPATH=QT_QSQLODBC_PLUGIN_RELEASE-NOTFOUND
+
+//Path to a library.
+QT_QSQLPSQL_PLUGIN_DEBUG:FILEPATH=QT_QSQLPSQL_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QSQLPSQL_PLUGIN_RELEASE:FILEPATH=QT_QSQLPSQL_PLUGIN_RELEASE-NOTFOUND
+
+//Path to a library.
+QT_QSQLTDS_PLUGIN_DEBUG:FILEPATH=QT_QSQLTDS_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QSQLTDS_PLUGIN_RELEASE:FILEPATH=QT_QSQLTDS_PLUGIN_RELEASE-NOTFOUND
+
+//Path to a library.
+QT_QSVGICON_PLUGIN_DEBUG:FILEPATH=QT_QSVGICON_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QSVGICON_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/iconengines/libqsvgicon.dylib
+
+//Path to a library.
+QT_QSVG_PLUGIN_DEBUG:FILEPATH=QT_QSVG_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QSVG_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/imageformats/libqsvg.dylib
+
+//Path to a library.
+QT_QT3SUPPORTWIDGETS_PLUGIN_DEBUG:FILEPATH=QT_QT3SUPPORTWIDGETS_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QT3SUPPORTWIDGETS_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/designer/libqt3supportwidgets.dylib
+
+//Path to a file.
+QT_QT3SUPPORT_INCLUDE_DIR:PATH=/opt/local/include/Qt3Support
+
+//The Qt QT3SUPPORT library
+QT_QT3SUPPORT_LIBRARY:STRING=/opt/local/lib/libQt3Support.dylib
+
+//Path to a library.
+QT_QT3SUPPORT_LIBRARY_DEBUG:FILEPATH=QT_QT3SUPPORT_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QT3SUPPORT_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQt3Support.dylib
+
+//Path to a library.
+QT_QTACCESSIBLECOMPATWIDGETS_PLUGIN_DEBUG:FILEPATH=QT_QTACCESSIBLECOMPATWIDGETS_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTACCESSIBLECOMPATWIDGETS_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/accessible/libqtaccessiblecompatwidgets.dylib
+
+//Path to a library.
+QT_QTACCESSIBLEWIDGETS_PLUGIN_DEBUG:FILEPATH=QT_QTACCESSIBLEWIDGETS_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTACCESSIBLEWIDGETS_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/accessible/libqtaccessiblewidgets.dylib
+
+//Path to a file.
+QT_QTASSISTANTCLIENT_INCLUDE_DIR:PATH=QT_QTASSISTANTCLIENT_INCLUDE_DIR-NOTFOUND
+
+//The Qt QTASSISTANTCLIENT library
+QT_QTASSISTANTCLIENT_LIBRARY:STRING=
+
+//Path to a library.
+QT_QTASSISTANTCLIENT_LIBRARY_DEBUG:FILEPATH=QT_QTASSISTANTCLIENT_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTASSISTANTCLIENT_LIBRARY_RELEASE:FILEPATH=QT_QTASSISTANTCLIENT_LIBRARY_RELEASE-NOTFOUND
+
+//Path to a file.
+QT_QTASSISTANT_INCLUDE_DIR:PATH=QT_QTASSISTANT_INCLUDE_DIR-NOTFOUND
+
+//The Qt QTASSISTANT library
+QT_QTASSISTANT_LIBRARY:STRING=
+
+//Path to a library.
+QT_QTASSISTANT_LIBRARY_DEBUG:FILEPATH=QT_QTASSISTANT_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTASSISTANT_LIBRARY_RELEASE:FILEPATH=QT_QTASSISTANT_LIBRARY_RELEASE-NOTFOUND
+
+//The Qt QTCLUCENE library
+QT_QTCLUCENE_LIBRARY:STRING=/opt/local/lib/libQtCLucene.dylib
+
+//Path to a library.
+QT_QTCLUCENE_LIBRARY_DEBUG:FILEPATH=QT_QTCLUCENE_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTCLUCENE_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtCLucene.dylib
+
+//Path to a file.
+QT_QTCORE_INCLUDE_DIR:PATH=/opt/local/include/QtCore
+
+//The Qt QTCORE library
+QT_QTCORE_LIBRARY:STRING=/opt/local/lib/libQtCore.dylib
+
+//Path to a library.
+QT_QTCORE_LIBRARY_DEBUG:FILEPATH=QT_QTCORE_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTCORE_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtCore.dylib
+
+//Path to a file.
+QT_QTDBUS_INCLUDE_DIR:PATH=/opt/local/include/QtDBus
+
+//The Qt QTDBUS library
+QT_QTDBUS_LIBRARY:STRING=/opt/local/lib/libQtDBus.dylib
+
+//Path to a library.
+QT_QTDBUS_LIBRARY_DEBUG:FILEPATH=QT_QTDBUS_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTDBUS_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtDBus.dylib
+
+//Path to a file.
+QT_QTDECLARATIVE_INCLUDE_DIR:PATH=/opt/local/include/QtDeclarative
+
+//The Qt QTDECLARATIVE library
+QT_QTDECLARATIVE_LIBRARY:STRING=/opt/local/lib/libQtDeclarative.dylib
+
+//Path to a library.
+QT_QTDECLARATIVE_LIBRARY_DEBUG:FILEPATH=QT_QTDECLARATIVE_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTDECLARATIVE_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtDeclarative.dylib
+
+//Path to a file.
+QT_QTDESIGNERCOMPONENTS_INCLUDE_DIR:PATH=/opt/local/include/QtDesigner
+
+//The Qt QTDESIGNERCOMPONENTS library
+QT_QTDESIGNERCOMPONENTS_LIBRARY:STRING=/opt/local/lib/libQtDesignerComponents.dylib
+
+//Path to a library.
+QT_QTDESIGNERCOMPONENTS_LIBRARY_DEBUG:FILEPATH=QT_QTDESIGNERCOMPONENTS_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTDESIGNERCOMPONENTS_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtDesignerComponents.dylib
+
+//Path to a file.
+QT_QTDESIGNER_INCLUDE_DIR:PATH=/opt/local/include/QtDesigner
+
+//The Qt QTDESIGNER library
+QT_QTDESIGNER_LIBRARY:STRING=/opt/local/lib/libQtDesigner.dylib
+
+//Path to a library.
+QT_QTDESIGNER_LIBRARY_DEBUG:FILEPATH=QT_QTDESIGNER_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTDESIGNER_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtDesigner.dylib
+
+//Path to a file.
+QT_QTGUI_INCLUDE_DIR:PATH=/opt/local/include/QtGui
+
+//The Qt QTGUI library
+QT_QTGUI_LIBRARY:STRING=/opt/local/lib/libQtGui.dylib
+
+//Path to a library.
+QT_QTGUI_LIBRARY_DEBUG:FILEPATH=QT_QTGUI_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTGUI_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtGui.dylib
+
+//Path to a file.
+QT_QTHELP_INCLUDE_DIR:PATH=/opt/local/include/QtHelp
+
+//The Qt QTHELP library
+QT_QTHELP_LIBRARY:STRING=/opt/local/lib/libQtHelp.dylib
+
+//Path to a library.
+QT_QTHELP_LIBRARY_DEBUG:FILEPATH=QT_QTHELP_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTHELP_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtHelp.dylib
+
+//Path to a library.
+QT_QTIFF_PLUGIN_DEBUG:FILEPATH=QT_QTIFF_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTIFF_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/imageformats/libqtiff.dylib
+
+//Path to a file.
+QT_QTMULTIMEDIA_INCLUDE_DIR:PATH=/opt/local/include/QtMultimedia
+
+//The Qt QTMULTIMEDIA library
+QT_QTMULTIMEDIA_LIBRARY:STRING=/opt/local/lib/libQtMultimedia.dylib
+
+//Path to a library.
+QT_QTMULTIMEDIA_LIBRARY_DEBUG:FILEPATH=QT_QTMULTIMEDIA_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTMULTIMEDIA_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtMultimedia.dylib
+
+//Path to a file.
+QT_QTNETWORK_INCLUDE_DIR:PATH=/opt/local/include/QtNetwork
+
+//The Qt QTNETWORK library
+QT_QTNETWORK_LIBRARY:STRING=/opt/local/lib/libQtNetwork.dylib
+
+//Path to a library.
+QT_QTNETWORK_LIBRARY_DEBUG:FILEPATH=QT_QTNETWORK_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTNETWORK_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtNetwork.dylib
+
+//Path to a file.
+QT_QTNSPLUGIN_INCLUDE_DIR:PATH=QT_QTNSPLUGIN_INCLUDE_DIR-NOTFOUND
+
+//The Qt QTNSPLUGIN library
+QT_QTNSPLUGIN_LIBRARY:STRING=
+
+//Path to a library.
+QT_QTNSPLUGIN_LIBRARY_DEBUG:FILEPATH=QT_QTNSPLUGIN_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTNSPLUGIN_LIBRARY_RELEASE:FILEPATH=QT_QTNSPLUGIN_LIBRARY_RELEASE-NOTFOUND
+
+//Path to a file.
+QT_QTOPENGL_INCLUDE_DIR:PATH=/opt/local/include/QtOpenGL
+
+//The Qt QTOPENGL library
+QT_QTOPENGL_LIBRARY:STRING=/opt/local/lib/libQtOpenGL.dylib
+
+//Path to a library.
+QT_QTOPENGL_LIBRARY_DEBUG:FILEPATH=QT_QTOPENGL_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTOPENGL_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtOpenGL.dylib
+
+//Path to a library.
+QT_QTRACEGRAPHICSSYSTEM_PLUGIN_DEBUG:FILEPATH=QT_QTRACEGRAPHICSSYSTEM_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTRACEGRAPHICSSYSTEM_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/graphicssystems/libqtracegraphicssystem.dylib
+
+//Path to a library.
+QT_QTSCRIPTDBUS_PLUGIN_DEBUG:FILEPATH=QT_QTSCRIPTDBUS_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTSCRIPTDBUS_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/script/libqtscriptdbus.dylib
+
+//Path to a file.
+QT_QTSCRIPTTOOLS_INCLUDE_DIR:PATH=/opt/local/include/QtScriptTools
+
+//The Qt QTSCRIPTTOOLS library
+QT_QTSCRIPTTOOLS_LIBRARY:STRING=/opt/local/lib/libQtScriptTools.dylib
+
+//Path to a library.
+QT_QTSCRIPTTOOLS_LIBRARY_DEBUG:FILEPATH=QT_QTSCRIPTTOOLS_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTSCRIPTTOOLS_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtScriptTools.dylib
+
+//Path to a file.
+QT_QTSCRIPT_INCLUDE_DIR:PATH=/opt/local/include/QtScript
+
+//The Qt QTSCRIPT library
+QT_QTSCRIPT_LIBRARY:STRING=/opt/local/lib/libQtScript.dylib
+
+//Path to a library.
+QT_QTSCRIPT_LIBRARY_DEBUG:FILEPATH=QT_QTSCRIPT_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTSCRIPT_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtScript.dylib
+
+//Path to a file.
+QT_QTSQL_INCLUDE_DIR:PATH=/opt/local/include/QtSql
+
+//The Qt QTSQL library
+QT_QTSQL_LIBRARY:STRING=/opt/local/lib/libQtSql.dylib
+
+//Path to a library.
+QT_QTSQL_LIBRARY_DEBUG:FILEPATH=QT_QTSQL_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTSQL_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtSql.dylib
+
+//Path to a file.
+QT_QTSVG_INCLUDE_DIR:PATH=/opt/local/include/QtSvg
+
+//The Qt QTSVG library
+QT_QTSVG_LIBRARY:STRING=/opt/local/lib/libQtSvg.dylib
+
+//Path to a library.
+QT_QTSVG_LIBRARY_DEBUG:FILEPATH=QT_QTSVG_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTSVG_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtSvg.dylib
+
+//Path to a file.
+QT_QTTEST_INCLUDE_DIR:PATH=/opt/local/include/QtTest
+
+//The Qt QTTEST library
+QT_QTTEST_LIBRARY:STRING=/opt/local/lib/libQtTest.dylib
+
+//Path to a library.
+QT_QTTEST_LIBRARY_DEBUG:FILEPATH=QT_QTTEST_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTTEST_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtTest.dylib
+
+//Path to a file.
+QT_QTUITOOLS_INCLUDE_DIR:PATH=/opt/local/include/QtUiTools
+
+//The Qt QTUITOOLS library
+QT_QTUITOOLS_LIBRARY:STRING=/opt/local/lib/libQtUiTools.dylib
+
+//Path to a library.
+QT_QTUITOOLS_LIBRARY_DEBUG:FILEPATH=QT_QTUITOOLS_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTUITOOLS_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtUiTools.dylib
+
+//Path to a library.
+QT_QTWCODECS_PLUGIN_DEBUG:FILEPATH=QT_QTWCODECS_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTWCODECS_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/codecs/libqtwcodecs.dylib
+
+//Path to a file.
+QT_QTWEBKIT_INCLUDE_DIR:PATH=/opt/local/include/QtWebKit
+
+//The Qt QTWEBKIT library
+QT_QTWEBKIT_LIBRARY:STRING=/opt/local/lib/libQtWebKit.dylib
+
+//Path to a library.
+QT_QTWEBKIT_LIBRARY_DEBUG:FILEPATH=QT_QTWEBKIT_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTWEBKIT_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtWebKit.dylib
+
+//Path to a file.
+QT_QTXMLPATTERNS_INCLUDE_DIR:PATH=/opt/local/include/QtXmlPatterns
+
+//The Qt QTXMLPATTERNS library
+QT_QTXMLPATTERNS_LIBRARY:STRING=/opt/local/lib/libQtXmlPatterns.dylib
+
+//Path to a library.
+QT_QTXMLPATTERNS_LIBRARY_DEBUG:FILEPATH=QT_QTXMLPATTERNS_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTXMLPATTERNS_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtXmlPatterns.dylib
+
+//Path to a file.
+QT_QTXML_INCLUDE_DIR:PATH=/opt/local/include/QtXml
+
+//The Qt QTXML library
+QT_QTXML_LIBRARY:STRING=/opt/local/lib/libQtXml.dylib
+
+//Path to a library.
+QT_QTXML_LIBRARY_DEBUG:FILEPATH=QT_QTXML_LIBRARY_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QTXML_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtXml.dylib
+
+//Path to a library.
+QT_QWEBVIEW_PLUGIN_DEBUG:FILEPATH=QT_QWEBVIEW_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QWEBVIEW_PLUGIN_RELEASE:FILEPATH=/opt/local/share/qt4/plugins/designer/libqwebview.dylib
+
+//Path to a library.
+QT_QWSTSLIBMOUSEHANDLER_PLUGIN_DEBUG:FILEPATH=QT_QWSTSLIBMOUSEHANDLER_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_QWSTSLIBMOUSEHANDLER_PLUGIN_RELEASE:FILEPATH=QT_QWSTSLIBMOUSEHANDLER_PLUGIN_RELEASE-NOTFOUND
+
+//Path to a program.
+QT_RCC_EXECUTABLE:FILEPATH=/opt/local/bin/rcc
+
+//Path to a library.
+QT_TASKMENUEXTENSION_PLUGIN_DEBUG:FILEPATH=QT_TASKMENUEXTENSION_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_TASKMENUEXTENSION_PLUGIN_RELEASE:FILEPATH=QT_TASKMENUEXTENSION_PLUGIN_RELEASE-NOTFOUND
+
+//The location of the Qt translations
+QT_TRANSLATIONS_DIR:PATH=/opt/local/share/qt4/translations
+
+//Path to a program.
+QT_UIC3_EXECUTABLE:FILEPATH=/opt/local/bin/uic3
+
+//Path to a program.
+QT_UIC_EXECUTABLE:FILEPATH=/opt/local/bin/uic
+
+//Path to a library.
+QT_WORLDTIMECLOCKPLUGIN_PLUGIN_DEBUG:FILEPATH=QT_WORLDTIMECLOCKPLUGIN_PLUGIN_DEBUG-NOTFOUND
+
+//Path to a library.
+QT_WORLDTIMECLOCKPLUGIN_PLUGIN_RELEASE:FILEPATH=QT_WORLDTIMECLOCKPLUGIN_PLUGIN_RELEASE-NOTFOUND
+
+
+########################
+# INTERNAL cache entries
+########################
+
+//ADVANCED property for variable: CMAKE_AR
+CMAKE_AR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_BUILD_TOOL
+CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
+//What is the target build tool cmake is generating for.
+CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/make
+//This is the directory where this CMakeCache.txt was created
+CMAKE_CACHEFILE_DIR:INTERNAL=/Users/lynxeyed/Desktop/cutecom-0.22.0
+//Major version of cmake used to create the current loaded cache
+CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
+//Minor version of cmake used to create the current loaded cache
+CMAKE_CACHE_MINOR_VERSION:INTERNAL=8
+//Patch version of cmake used to create the current loaded cache
+CMAKE_CACHE_PATCH_VERSION:INTERNAL=8
+//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
+CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
+//Path to CMake executable.
+CMAKE_COMMAND:INTERNAL=/opt/local/bin/cmake
+//Path to cpack program executable.
+CMAKE_CPACK_COMMAND:INTERNAL=/opt/local/bin/cpack
+//Path to ctest program executable.
+CMAKE_CTEST_COMMAND:INTERNAL=/opt/local/bin/ctest
+//ADVANCED property for variable: CMAKE_CXX_COMPILER
+CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
+CMAKE_CXX_COMPILER_WORKS:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS
+CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
+CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
+CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
+CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
+CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_COMPILER
+CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
+CMAKE_C_COMPILER_WORKS:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS
+CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
+CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
+CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
+CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
+CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//Result of TRY_COMPILE
+CMAKE_DETERMINE_CXX_ABI_COMPILED:INTERNAL=TRUE
+//Result of TRY_COMPILE
+CMAKE_DETERMINE_C_ABI_COMPILED:INTERNAL=TRUE
+//Path to cache edit program executable.
+CMAKE_EDIT_COMMAND:INTERNAL=/opt/local/bin/ccmake
+//Executable file format
+CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
+CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
+CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
+CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
+CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
+CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
+//Name of generator.
+CMAKE_GENERATOR:INTERNAL=Unix Makefiles
+//Start directory with the top level CMakeLists.txt file for this
+// project
+CMAKE_HOME_DIRECTORY:INTERNAL=/Users/lynxeyed/Desktop/cutecom-0.22.0
+//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL
+CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_LINKER
+CMAKE_LINKER-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
+CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
+CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
+CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
+CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
+CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_NM
+CMAKE_NM-ADVANCED:INTERNAL=1
+//number of local generators
+CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=1
+//ADVANCED property for variable: CMAKE_OBJCOPY
+CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_OBJDUMP
+CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_RANLIB
+CMAKE_RANLIB-ADVANCED:INTERNAL=1
+//Path to CMake installation.
+CMAKE_ROOT:INTERNAL=/opt/local/share/cmake-2.8
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
+CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
+CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
+CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
+CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
+CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SKIP_RPATH
+CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STRIP
+CMAKE_STRIP-ADVANCED:INTERNAL=1
+//uname command
+CMAKE_UNAME:INTERNAL=/usr/bin/uname
+//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
+CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
+CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_XCODE_SELECT
+CMAKE_XCODE_SELECT-ADVANCED:INTERNAL=1
+//Details about finding Qt4
+FIND_PACKAGE_MESSAGE_DETAILS_Qt4:INTERNAL=[/opt/local/bin/qmake][/opt/local/bin/moc][/opt/local/bin/rcc][/opt/local/bin/uic][/opt/local/include][/opt/local/lib][/opt/local/lib/libQtCore.dylib][v4.8.2(4.1.0)]
+//ADVANCED property for variable: QT_ARTHURPLUGIN_PLUGIN_DEBUG
+QT_ARTHURPLUGIN_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_ARTHURPLUGIN_PLUGIN_RELEASE
+QT_ARTHURPLUGIN_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+QT_BINARY_DIR:INTERNAL=/opt/local/bin
+//ADVANCED property for variable: QT_CONTAINEREXTENSION_PLUGIN_DEBUG
+QT_CONTAINEREXTENSION_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_CONTAINEREXTENSION_PLUGIN_RELEASE
+QT_CONTAINEREXTENSION_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_CUSTOMWIDGETPLUGIN_PLUGIN_DEBUG
+QT_CUSTOMWIDGETPLUGIN_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_CUSTOMWIDGETPLUGIN_PLUGIN_RELEASE
+QT_CUSTOMWIDGETPLUGIN_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_DBUSCPP2XML_EXECUTABLE
+QT_DBUSCPP2XML_EXECUTABLE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_DBUSXML2CPP_EXECUTABLE
+QT_DBUSXML2CPP_EXECUTABLE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_DESIGNER_EXECUTABLE
+QT_DESIGNER_EXECUTABLE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_DOC_DIR
+QT_DOC_DIR-ADVANCED:INTERNAL=1
+QT_HEADERS_DIR:INTERNAL=/opt/local/include
+//ADVANCED property for variable: QT_IMPORTS_DIR
+QT_IMPORTS_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_LIBRARY_DIR
+QT_LIBRARY_DIR-ADVANCED:INTERNAL=1
+//Qt library dir
+QT_LIBRARY_DIR:INTERNAL=/opt/local/lib
+//ADVANCED property for variable: QT_LINGUIST_EXECUTABLE
+QT_LINGUIST_EXECUTABLE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_LRELEASE_EXECUTABLE
+QT_LRELEASE_EXECUTABLE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_LUPDATE_EXECUTABLE
+QT_LUPDATE_EXECUTABLE-ADVANCED:INTERNAL=1
+//Have symbol QT_MAC_USE_COCOA
+QT_MAC_USE_COCOA:INTERNAL=1
+//ADVANCED property for variable: QT_MKSPECS_DIR
+QT_MKSPECS_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_MOC_EXECUTABLE
+QT_MOC_EXECUTABLE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_PHONONWIDGETS_PLUGIN_DEBUG
+QT_PHONONWIDGETS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_PHONONWIDGETS_PLUGIN_RELEASE
+QT_PHONONWIDGETS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_PHONON_INCLUDE_DIR
+QT_PHONON_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_PHONON_LIBRARY
+QT_PHONON_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_PHONON_LIBRARY_DEBUG
+QT_PHONON_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_PHONON_LIBRARY_RELEASE
+QT_PHONON_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_PHONON_QT7_PLUGIN_DEBUG
+QT_PHONON_QT7_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_PHONON_QT7_PLUGIN_RELEASE
+QT_PHONON_QT7_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_PLUGINS_DIR
+QT_PLUGINS_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QCNCODECS_PLUGIN_DEBUG
+QT_QCNCODECS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QCNCODECS_PLUGIN_RELEASE
+QT_QCNCODECS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QCOLLECTIONGENERATOR_EXECUTABLE
+QT_QCOLLECTIONGENERATOR_EXECUTABLE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QCOREWLANBEARER_PLUGIN_DEBUG
+QT_QCOREWLANBEARER_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QCOREWLANBEARER_PLUGIN_RELEASE
+QT_QCOREWLANBEARER_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QDECLARATIVEVIEW_PLUGIN_DEBUG
+QT_QDECLARATIVEVIEW_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QDECLARATIVEVIEW_PLUGIN_RELEASE
+QT_QDECLARATIVEVIEW_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QDECORATIONDEFAULT_PLUGIN_DEBUG
+QT_QDECORATIONDEFAULT_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QDECORATIONDEFAULT_PLUGIN_RELEASE
+QT_QDECORATIONDEFAULT_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QDECORATIONWINDOWS_PLUGIN_DEBUG
+QT_QDECORATIONWINDOWS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QDECORATIONWINDOWS_PLUGIN_RELEASE
+QT_QDECORATIONWINDOWS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QGENERICBEARER_PLUGIN_DEBUG
+QT_QGENERICBEARER_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QGENERICBEARER_PLUGIN_RELEASE
+QT_QGENERICBEARER_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QGIF_PLUGIN_DEBUG
+QT_QGIF_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QGIF_PLUGIN_RELEASE
+QT_QGIF_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QGLGRAPHICSSYSTEM_PLUGIN_DEBUG
+QT_QGLGRAPHICSSYSTEM_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QGLGRAPHICSSYSTEM_PLUGIN_RELEASE
+QT_QGLGRAPHICSSYSTEM_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QICO_PLUGIN_DEBUG
+QT_QICO_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QICO_PLUGIN_RELEASE
+QT_QICO_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QIMSW_MULTI_PLUGIN_DEBUG
+QT_QIMSW_MULTI_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QIMSW_MULTI_PLUGIN_RELEASE
+QT_QIMSW_MULTI_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QJPCODECS_PLUGIN_DEBUG
+QT_QJPCODECS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QJPCODECS_PLUGIN_RELEASE
+QT_QJPCODECS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QJPEG_PLUGIN_DEBUG
+QT_QJPEG_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QJPEG_PLUGIN_RELEASE
+QT_QJPEG_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QKRCODECS_PLUGIN_DEBUG
+QT_QKRCODECS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QKRCODECS_PLUGIN_RELEASE
+QT_QKRCODECS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+QT_QMAKE_EXECUTABLE_LAST:INTERNAL=/opt/local/bin/qmake
+//ADVANCED property for variable: QT_QMNG_PLUGIN_DEBUG
+QT_QMNG_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QMNG_PLUGIN_RELEASE
+QT_QMNG_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSQLDB2_PLUGIN_DEBUG
+QT_QSQLDB2_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSQLDB2_PLUGIN_RELEASE
+QT_QSQLDB2_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSQLIBASE_PLUGIN_DEBUG
+QT_QSQLIBASE_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSQLIBASE_PLUGIN_RELEASE
+QT_QSQLIBASE_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSQLITE2_PLUGIN_DEBUG
+QT_QSQLITE2_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSQLITE2_PLUGIN_RELEASE
+QT_QSQLITE2_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSQLITE_PLUGIN_DEBUG
+QT_QSQLITE_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSQLITE_PLUGIN_RELEASE
+QT_QSQLITE_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSQLMYSQL_PLUGIN_DEBUG
+QT_QSQLMYSQL_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSQLMYSQL_PLUGIN_RELEASE
+QT_QSQLMYSQL_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSQLOCI_PLUGIN_DEBUG
+QT_QSQLOCI_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSQLOCI_PLUGIN_RELEASE
+QT_QSQLOCI_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSQLODBC_PLUGIN_DEBUG
+QT_QSQLODBC_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSQLODBC_PLUGIN_RELEASE
+QT_QSQLODBC_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSQLPSQL_PLUGIN_DEBUG
+QT_QSQLPSQL_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSQLPSQL_PLUGIN_RELEASE
+QT_QSQLPSQL_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSQLTDS_PLUGIN_DEBUG
+QT_QSQLTDS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSQLTDS_PLUGIN_RELEASE
+QT_QSQLTDS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSVGICON_PLUGIN_DEBUG
+QT_QSVGICON_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSVGICON_PLUGIN_RELEASE
+QT_QSVGICON_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSVG_PLUGIN_DEBUG
+QT_QSVG_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QSVG_PLUGIN_RELEASE
+QT_QSVG_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QT3SUPPORTWIDGETS_PLUGIN_DEBUG
+QT_QT3SUPPORTWIDGETS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QT3SUPPORTWIDGETS_PLUGIN_RELEASE
+QT_QT3SUPPORTWIDGETS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QT3SUPPORT_INCLUDE_DIR
+QT_QT3SUPPORT_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QT3SUPPORT_LIBRARY
+QT_QT3SUPPORT_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QT3SUPPORT_LIBRARY_DEBUG
+QT_QT3SUPPORT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QT3SUPPORT_LIBRARY_RELEASE
+QT_QT3SUPPORT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTACCESSIBLECOMPATWIDGETS_PLUGIN_DEBUG
+QT_QTACCESSIBLECOMPATWIDGETS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTACCESSIBLECOMPATWIDGETS_PLUGIN_RELEASE
+QT_QTACCESSIBLECOMPATWIDGETS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTACCESSIBLEWIDGETS_PLUGIN_DEBUG
+QT_QTACCESSIBLEWIDGETS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTACCESSIBLEWIDGETS_PLUGIN_RELEASE
+QT_QTACCESSIBLEWIDGETS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTASSISTANTCLIENT_INCLUDE_DIR
+QT_QTASSISTANTCLIENT_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTASSISTANTCLIENT_LIBRARY
+QT_QTASSISTANTCLIENT_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTASSISTANTCLIENT_LIBRARY_DEBUG
+QT_QTASSISTANTCLIENT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTASSISTANTCLIENT_LIBRARY_RELEASE
+QT_QTASSISTANTCLIENT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTASSISTANT_INCLUDE_DIR
+QT_QTASSISTANT_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTASSISTANT_LIBRARY
+QT_QTASSISTANT_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTASSISTANT_LIBRARY_DEBUG
+QT_QTASSISTANT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTASSISTANT_LIBRARY_RELEASE
+QT_QTASSISTANT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTCLUCENE_LIBRARY
+QT_QTCLUCENE_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTCLUCENE_LIBRARY_DEBUG
+QT_QTCLUCENE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTCLUCENE_LIBRARY_RELEASE
+QT_QTCLUCENE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTCORE_INCLUDE_DIR
+QT_QTCORE_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTCORE_LIBRARY
+QT_QTCORE_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTCORE_LIBRARY_DEBUG
+QT_QTCORE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTCORE_LIBRARY_RELEASE
+QT_QTCORE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTDBUS_INCLUDE_DIR
+QT_QTDBUS_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTDBUS_LIBRARY
+QT_QTDBUS_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTDBUS_LIBRARY_DEBUG
+QT_QTDBUS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTDBUS_LIBRARY_RELEASE
+QT_QTDBUS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTDECLARATIVE_INCLUDE_DIR
+QT_QTDECLARATIVE_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTDECLARATIVE_LIBRARY
+QT_QTDECLARATIVE_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTDECLARATIVE_LIBRARY_DEBUG
+QT_QTDECLARATIVE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTDECLARATIVE_LIBRARY_RELEASE
+QT_QTDECLARATIVE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTDESIGNERCOMPONENTS_INCLUDE_DIR
+QT_QTDESIGNERCOMPONENTS_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTDESIGNERCOMPONENTS_LIBRARY
+QT_QTDESIGNERCOMPONENTS_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTDESIGNERCOMPONENTS_LIBRARY_DEBUG
+QT_QTDESIGNERCOMPONENTS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTDESIGNERCOMPONENTS_LIBRARY_RELEASE
+QT_QTDESIGNERCOMPONENTS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTDESIGNER_INCLUDE_DIR
+QT_QTDESIGNER_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTDESIGNER_LIBRARY
+QT_QTDESIGNER_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTDESIGNER_LIBRARY_DEBUG
+QT_QTDESIGNER_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTDESIGNER_LIBRARY_RELEASE
+QT_QTDESIGNER_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTGUI_INCLUDE_DIR
+QT_QTGUI_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTGUI_LIBRARY
+QT_QTGUI_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTGUI_LIBRARY_DEBUG
+QT_QTGUI_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTGUI_LIBRARY_RELEASE
+QT_QTGUI_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTHELP_INCLUDE_DIR
+QT_QTHELP_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTHELP_LIBRARY
+QT_QTHELP_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTHELP_LIBRARY_DEBUG
+QT_QTHELP_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTHELP_LIBRARY_RELEASE
+QT_QTHELP_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTIFF_PLUGIN_DEBUG
+QT_QTIFF_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTIFF_PLUGIN_RELEASE
+QT_QTIFF_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTMULTIMEDIA_INCLUDE_DIR
+QT_QTMULTIMEDIA_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTMULTIMEDIA_LIBRARY
+QT_QTMULTIMEDIA_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTMULTIMEDIA_LIBRARY_DEBUG
+QT_QTMULTIMEDIA_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTMULTIMEDIA_LIBRARY_RELEASE
+QT_QTMULTIMEDIA_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTNETWORK_INCLUDE_DIR
+QT_QTNETWORK_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTNETWORK_LIBRARY
+QT_QTNETWORK_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTNETWORK_LIBRARY_DEBUG
+QT_QTNETWORK_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTNETWORK_LIBRARY_RELEASE
+QT_QTNETWORK_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTNSPLUGIN_INCLUDE_DIR
+QT_QTNSPLUGIN_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTNSPLUGIN_LIBRARY
+QT_QTNSPLUGIN_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTNSPLUGIN_LIBRARY_DEBUG
+QT_QTNSPLUGIN_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTNSPLUGIN_LIBRARY_RELEASE
+QT_QTNSPLUGIN_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTOPENGL_INCLUDE_DIR
+QT_QTOPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTOPENGL_LIBRARY
+QT_QTOPENGL_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTOPENGL_LIBRARY_DEBUG
+QT_QTOPENGL_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTOPENGL_LIBRARY_RELEASE
+QT_QTOPENGL_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTRACEGRAPHICSSYSTEM_PLUGIN_DEBUG
+QT_QTRACEGRAPHICSSYSTEM_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTRACEGRAPHICSSYSTEM_PLUGIN_RELEASE
+QT_QTRACEGRAPHICSSYSTEM_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTSCRIPTDBUS_PLUGIN_DEBUG
+QT_QTSCRIPTDBUS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTSCRIPTDBUS_PLUGIN_RELEASE
+QT_QTSCRIPTDBUS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTSCRIPTTOOLS_INCLUDE_DIR
+QT_QTSCRIPTTOOLS_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTSCRIPTTOOLS_LIBRARY
+QT_QTSCRIPTTOOLS_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTSCRIPTTOOLS_LIBRARY_DEBUG
+QT_QTSCRIPTTOOLS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTSCRIPTTOOLS_LIBRARY_RELEASE
+QT_QTSCRIPTTOOLS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTSCRIPT_INCLUDE_DIR
+QT_QTSCRIPT_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTSCRIPT_LIBRARY
+QT_QTSCRIPT_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTSCRIPT_LIBRARY_DEBUG
+QT_QTSCRIPT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTSCRIPT_LIBRARY_RELEASE
+QT_QTSCRIPT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTSQL_INCLUDE_DIR
+QT_QTSQL_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTSQL_LIBRARY
+QT_QTSQL_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTSQL_LIBRARY_DEBUG
+QT_QTSQL_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTSQL_LIBRARY_RELEASE
+QT_QTSQL_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTSVG_INCLUDE_DIR
+QT_QTSVG_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTSVG_LIBRARY
+QT_QTSVG_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTSVG_LIBRARY_DEBUG
+QT_QTSVG_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTSVG_LIBRARY_RELEASE
+QT_QTSVG_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTTEST_INCLUDE_DIR
+QT_QTTEST_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTTEST_LIBRARY
+QT_QTTEST_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTTEST_LIBRARY_DEBUG
+QT_QTTEST_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTTEST_LIBRARY_RELEASE
+QT_QTTEST_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTUITOOLS_INCLUDE_DIR
+QT_QTUITOOLS_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTUITOOLS_LIBRARY
+QT_QTUITOOLS_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTUITOOLS_LIBRARY_DEBUG
+QT_QTUITOOLS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTUITOOLS_LIBRARY_RELEASE
+QT_QTUITOOLS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTWCODECS_PLUGIN_DEBUG
+QT_QTWCODECS_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTWCODECS_PLUGIN_RELEASE
+QT_QTWCODECS_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTWEBKIT_INCLUDE_DIR
+QT_QTWEBKIT_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTWEBKIT_LIBRARY
+QT_QTWEBKIT_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTWEBKIT_LIBRARY_DEBUG
+QT_QTWEBKIT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTWEBKIT_LIBRARY_RELEASE
+QT_QTWEBKIT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTXMLPATTERNS_INCLUDE_DIR
+QT_QTXMLPATTERNS_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTXMLPATTERNS_LIBRARY
+QT_QTXMLPATTERNS_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTXMLPATTERNS_LIBRARY_DEBUG
+QT_QTXMLPATTERNS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTXMLPATTERNS_LIBRARY_RELEASE
+QT_QTXMLPATTERNS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTXML_INCLUDE_DIR
+QT_QTXML_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTXML_LIBRARY
+QT_QTXML_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTXML_LIBRARY_DEBUG
+QT_QTXML_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QTXML_LIBRARY_RELEASE
+QT_QTXML_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QWEBVIEW_PLUGIN_DEBUG
+QT_QWEBVIEW_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QWEBVIEW_PLUGIN_RELEASE
+QT_QWEBVIEW_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QWSTSLIBMOUSEHANDLER_PLUGIN_DEBUG
+QT_QWSTSLIBMOUSEHANDLER_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_QWSTSLIBMOUSEHANDLER_PLUGIN_RELEASE
+QT_QWSTSLIBMOUSEHANDLER_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_RCC_EXECUTABLE
+QT_RCC_EXECUTABLE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_TASKMENUEXTENSION_PLUGIN_DEBUG
+QT_TASKMENUEXTENSION_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_TASKMENUEXTENSION_PLUGIN_RELEASE
+QT_TASKMENUEXTENSION_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_TRANSLATIONS_DIR
+QT_TRANSLATIONS_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_UIC3_EXECUTABLE
+QT_UIC3_EXECUTABLE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_UIC_EXECUTABLE
+QT_UIC_EXECUTABLE-ADVANCED:INTERNAL=1
+QT_USE_FRAMEWORKS:INTERNAL=OFF
+//ADVANCED property for variable: QT_WORLDTIMECLOCKPLUGIN_PLUGIN_DEBUG
+QT_WORLDTIMECLOCKPLUGIN_PLUGIN_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: QT_WORLDTIMECLOCKPLUGIN_PLUGIN_RELEASE
+QT_WORLDTIMECLOCKPLUGIN_PLUGIN_RELEASE-ADVANCED:INTERNAL=1
+//Have symbol Q_WS_MAC
+Q_WS_MAC:INTERNAL=1
+//Have symbol Q_WS_QWS
+Q_WS_QWS:INTERNAL=
+//Have symbol Q_WS_WIN
+Q_WS_WIN:INTERNAL=
+//Have symbol Q_WS_X11
+Q_WS_X11:INTERNAL=
+
diff --git a/cutecom-0.22.0/CMakeFiles/CMakeCCompiler.cmake b/cutecom-0.22.0/CMakeFiles/CMakeCCompiler.cmake
new file mode 100644
index 0000000..1049063
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/CMakeCCompiler.cmake
@@ -0,0 +1,50 @@
+SET(CMAKE_C_COMPILER "/usr/bin/gcc")
+SET(CMAKE_C_COMPILER_ARG1 "")
+SET(CMAKE_C_COMPILER_ID "GNU")
+SET(CMAKE_C_COMPILER_VERSION "4.2.1")
+SET(CMAKE_C_PLATFORM_ID "Darwin")
+
+SET(CMAKE_AR "/usr/bin/ar")
+SET(CMAKE_RANLIB "/usr/bin/ranlib")
+SET(CMAKE_LINKER "/usr/bin/ld")
+SET(CMAKE_COMPILER_IS_GNUCC 1)
+SET(CMAKE_C_COMPILER_LOADED 1)
+SET(CMAKE_COMPILER_IS_MINGW )
+SET(CMAKE_COMPILER_IS_CYGWIN )
+IF(CMAKE_COMPILER_IS_CYGWIN)
+ SET(CYGWIN 1)
+ SET(UNIX 1)
+ENDIF(CMAKE_COMPILER_IS_CYGWIN)
+
+SET(CMAKE_C_COMPILER_ENV_VAR "CC")
+
+IF(CMAKE_COMPILER_IS_MINGW)
+ SET(MINGW 1)
+ENDIF(CMAKE_COMPILER_IS_MINGW)
+SET(CMAKE_C_COMPILER_ID_RUN 1)
+SET(CMAKE_C_SOURCE_FILE_EXTENSIONS c)
+SET(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
+SET(CMAKE_C_LINKER_PREFERENCE 10)
+
+# Save compiler ABI information.
+SET(CMAKE_C_SIZEOF_DATA_PTR "8")
+SET(CMAKE_C_COMPILER_ABI "")
+SET(CMAKE_C_LIBRARY_ARCHITECTURE "")
+
+IF(CMAKE_C_SIZEOF_DATA_PTR)
+ SET(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
+ENDIF(CMAKE_C_SIZEOF_DATA_PTR)
+
+IF(CMAKE_C_COMPILER_ABI)
+ SET(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
+ENDIF(CMAKE_C_COMPILER_ABI)
+
+IF(CMAKE_C_LIBRARY_ARCHITECTURE)
+ SET(CMAKE_LIBRARY_ARCHITECTURE "")
+ENDIF()
+
+SET(CMAKE_C_HAS_ISYSROOT "1")
+SET(CMAKE_C_OSX_DEPLOYMENT_TARGET_FLAG "-mmacosx-version-min=")
+
+SET(CMAKE_C_IMPLICIT_LINK_LIBRARIES "")
+SET(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1/x86_64;/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1/x86_64;/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1;/usr/llvm-gcc-4.2/lib/gcc;/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1;/usr/llvm-gcc-4.2/lib;/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2/lib")
diff --git a/cutecom-0.22.0/CMakeFiles/CMakeCXXCompiler.cmake b/cutecom-0.22.0/CMakeFiles/CMakeCXXCompiler.cmake
new file mode 100644
index 0000000..5c9b4a6
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/CMakeCXXCompiler.cmake
@@ -0,0 +1,51 @@
+SET(CMAKE_CXX_COMPILER "/usr/bin/c++")
+SET(CMAKE_CXX_COMPILER_ARG1 "")
+SET(CMAKE_CXX_COMPILER_ID "Clang")
+SET(CMAKE_CXX_COMPILER_VERSION "3.1.0")
+SET(CMAKE_CXX_PLATFORM_ID "Darwin")
+
+SET(CMAKE_AR "/usr/bin/ar")
+SET(CMAKE_RANLIB "/usr/bin/ranlib")
+SET(CMAKE_LINKER "/usr/bin/ld")
+SET(CMAKE_COMPILER_IS_GNUCXX )
+SET(CMAKE_CXX_COMPILER_LOADED 1)
+SET(CMAKE_COMPILER_IS_MINGW )
+SET(CMAKE_COMPILER_IS_CYGWIN )
+IF(CMAKE_COMPILER_IS_CYGWIN)
+ SET(CYGWIN 1)
+ SET(UNIX 1)
+ENDIF(CMAKE_COMPILER_IS_CYGWIN)
+
+SET(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
+
+IF(CMAKE_COMPILER_IS_MINGW)
+ SET(MINGW 1)
+ENDIF(CMAKE_COMPILER_IS_MINGW)
+SET(CMAKE_CXX_COMPILER_ID_RUN 1)
+SET(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
+SET(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP)
+SET(CMAKE_CXX_LINKER_PREFERENCE 30)
+SET(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
+
+# Save compiler ABI information.
+SET(CMAKE_CXX_SIZEOF_DATA_PTR "8")
+SET(CMAKE_CXX_COMPILER_ABI "")
+SET(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
+
+IF(CMAKE_CXX_SIZEOF_DATA_PTR)
+ SET(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
+ENDIF(CMAKE_CXX_SIZEOF_DATA_PTR)
+
+IF(CMAKE_CXX_COMPILER_ABI)
+ SET(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
+ENDIF(CMAKE_CXX_COMPILER_ABI)
+
+IF(CMAKE_CXX_LIBRARY_ARCHITECTURE)
+ SET(CMAKE_LIBRARY_ARCHITECTURE "")
+ENDIF()
+
+SET(CMAKE_CXX_HAS_ISYSROOT "")
+
+
+SET(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;/usr/bin/../lib/clang/3.1/lib/darwin/libclang_rt.osx.a")
+SET(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "")
diff --git a/cutecom-0.22.0/CMakeFiles/CMakeDetermineCompilerABI_C.bin b/cutecom-0.22.0/CMakeFiles/CMakeDetermineCompilerABI_C.bin
new file mode 100755
index 0000000..76d1d39
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/CMakeDetermineCompilerABI_C.bin
Binary files differ
diff --git a/cutecom-0.22.0/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin b/cutecom-0.22.0/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin
new file mode 100755
index 0000000..538f51d
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin
Binary files differ
diff --git a/cutecom-0.22.0/CMakeFiles/CMakeDirectoryInformation.cmake b/cutecom-0.22.0/CMakeFiles/CMakeDirectoryInformation.cmake
new file mode 100644
index 0000000..06de36a
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/CMakeDirectoryInformation.cmake
@@ -0,0 +1,16 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# Relative path conversion top directories.
+SET(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/lynxeyed/Desktop/cutecom-0.22.0")
+SET(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/lynxeyed/Desktop/cutecom-0.22.0")
+
+# Force unix paths in dependencies.
+SET(CMAKE_FORCE_UNIX_PATHS 1)
+
+
+# The C and CXX include file regular expressions for this directory.
+SET(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
+SET(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
+SET(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
+SET(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git a/cutecom-0.22.0/CMakeFiles/CMakeRuleHashes.txt b/cutecom-0.22.0/CMakeFiles/CMakeRuleHashes.txt
new file mode 100644
index 0000000..a30429d
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/CMakeRuleHashes.txt
@@ -0,0 +1,3 @@
+# Hashes of file build rules.
+5faa68063766f15560c32351344b81f1 moc_qcppdialogimpl.cxx
+499fce32dd214ad937ab7dd257318a70 ui_cutecommdlg.h
diff --git a/cutecom-0.22.0/CMakeFiles/CMakeSystem.cmake b/cutecom-0.22.0/CMakeFiles/CMakeSystem.cmake
new file mode 100644
index 0000000..e167cbc
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/CMakeSystem.cmake
@@ -0,0 +1,15 @@
+
+
+SET(CMAKE_SYSTEM "Darwin-11.4.0")
+SET(CMAKE_SYSTEM_NAME "Darwin")
+SET(CMAKE_SYSTEM_VERSION "11.4.0")
+SET(CMAKE_SYSTEM_PROCESSOR "i386")
+
+SET(CMAKE_HOST_SYSTEM "Darwin-11.4.0")
+SET(CMAKE_HOST_SYSTEM_NAME "Darwin")
+SET(CMAKE_HOST_SYSTEM_VERSION "11.4.0")
+SET(CMAKE_HOST_SYSTEM_PROCESSOR "i386")
+
+SET(CMAKE_CROSSCOMPILING "FALSE")
+
+SET(CMAKE_SYSTEM_LOADED 1)
diff --git a/cutecom-0.22.0/CMakeFiles/CompilerIdC/CMakeCCompilerId.c b/cutecom-0.22.0/CMakeFiles/CompilerIdC/CMakeCCompilerId.c
new file mode 100644
index 0000000..1b3eda2
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/CompilerIdC/CMakeCCompilerId.c
@@ -0,0 +1,358 @@
+#ifdef __cplusplus
+# error "A C++ compiler has been selected for C."
+#endif
+
+/* Version number components: V=Version, R=Revision, P=Patch
+ Version date components: YYYY=Year, MM=Month, DD=Day */
+
+#if defined(__18CXX)
+# define ID_VOID_MAIN
+#endif
+
+#if defined(__INTEL_COMPILER) || defined(__ICC)
+# define COMPILER_ID "Intel"
+ /* __INTEL_COMPILER = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
+# if defined(__INTEL_COMPILER_BUILD_DATE)
+ /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
+# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
+# endif
+
+#elif defined(__clang__)
+# define COMPILER_ID "Clang"
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+
+#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
+# define COMPILER_ID "Embarcadero"
+# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
+# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
+# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF)
+
+#elif defined(__BORLANDC__)
+# define COMPILER_ID "Borland"
+ /* __BORLANDC__ = 0xVRR */
+# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
+# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
+
+#elif defined(__WATCOMC__)
+# define COMPILER_ID "Watcom"
+ /* __WATCOMC__ = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
+# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100)
+
+#elif defined(__SUNPRO_C)
+# define COMPILER_ID "SunPro"
+# if __SUNPRO_C >= 0x5100
+ /* __SUNPRO_C = 0xVRRP */
+# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
+# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
+# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
+# else
+ /* __SUNPRO_C = 0xVRP */
+# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
+# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
+# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
+# endif
+
+#elif defined(__HP_cc)
+# define COMPILER_ID "HP"
+ /* __HP_cc = VVRRPP */
+# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
+# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
+
+#elif defined(__DECC)
+# define COMPILER_ID "Compaq"
+
+#elif defined(__IBMC__)
+# if defined(__COMPILER_VER__)
+# define COMPILER_ID "zOS"
+# else
+# if __IBMC__ >= 800
+# define COMPILER_ID "XL"
+# else
+# define COMPILER_ID "VisualAge"
+# endif
+ /* __IBMC__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
+# endif
+
+#elif defined(__PGI)
+# define COMPILER_ID "PGI"
+# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
+# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
+# if defined(__PGIC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
+# endif
+
+#elif defined(__PATHSCALE__)
+# define COMPILER_ID "PathScale"
+
+#elif defined(_CRAYC)
+# define COMPILER_ID "Cray"
+
+#elif defined(__TI_COMPILER_VERSION__)
+# define COMPILER_ID "TI_DSP"
+
+#elif defined(__TINYC__)
+# define COMPILER_ID "TinyCC"
+
+#elif defined(__SCO_VERSION__)
+# define COMPILER_ID "SCO"
+
+#elif defined(__GNUC__)
+# define COMPILER_ID "GNU"
+# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
+# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
+# if defined(__GNUC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif defined(_MSC_VER)
+# define COMPILER_ID "MSVC"
+ /* _MSC_VER = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
+# if defined(_MSC_FULL_VER)
+# if _MSC_VER >= 1400
+ /* _MSC_FULL_VER = VVRRPPPPP */
+# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
+# else
+ /* _MSC_FULL_VER = VVRRPPPP */
+# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
+# endif
+# endif
+# if defined(_MSC_BUILD)
+# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
+# endif
+
+#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
+/* Analog Devices C++ compiler for Blackfin, TigerSHARC and
+ SHARC (21000) DSPs */
+# define COMPILER_ID "ADSP"
+
+/* IAR Systems compiler for embedded systems.
+ http://www.iar.com
+ Not supported yet by CMake
+#elif defined(__IAR_SYSTEMS_ICC__)
+# define COMPILER_ID "IAR" */
+
+/* sdcc, the small devices C compiler for embedded systems,
+ http://sdcc.sourceforge.net */
+#elif defined(SDCC)
+# define COMPILER_ID "SDCC"
+
+#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
+# define COMPILER_ID "MIPSpro"
+# if defined(_SGI_COMPILER_VERSION)
+ /* _SGI_COMPILER_VERSION = VRP */
+# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
+# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
+# else
+ /* _COMPILER_VERSION = VRP */
+# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
+# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
+# endif
+
+/* This compiler is either not known or is too old to define an
+ identification macro. Try to identify the platform and guess that
+ it is the native compiler. */
+#elif defined(__sgi)
+# define COMPILER_ID "MIPSpro"
+
+#elif defined(__hpux) || defined(__hpua)
+# define COMPILER_ID "HP"
+
+#else /* unknown compiler */
+# define COMPILER_ID ""
+
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+ getting matched. Store it in a pointer rather than an array
+ because some compilers will just produce instructions to fill the
+ array rather than assigning a pointer to a static array. */
+char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
+
+/* Identify known platforms by name. */
+#if defined(__linux) || defined(__linux__) || defined(linux)
+# define PLATFORM_ID "Linux"
+
+#elif defined(__CYGWIN__)
+# define PLATFORM_ID "Cygwin"
+
+#elif defined(__MINGW32__)
+# define PLATFORM_ID "MinGW"
+
+#elif defined(__APPLE__)
+# define PLATFORM_ID "Darwin"
+
+#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
+# define PLATFORM_ID "Windows"
+
+#elif defined(__FreeBSD__) || defined(__FreeBSD)
+# define PLATFORM_ID "FreeBSD"
+
+#elif defined(__NetBSD__) || defined(__NetBSD)
+# define PLATFORM_ID "NetBSD"
+
+#elif defined(__OpenBSD__) || defined(__OPENBSD)
+# define PLATFORM_ID "OpenBSD"
+
+#elif defined(__sun) || defined(sun)
+# define PLATFORM_ID "SunOS"
+
+#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
+# define PLATFORM_ID "AIX"
+
+#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
+# define PLATFORM_ID "IRIX"
+
+#elif defined(__hpux) || defined(__hpux__)
+# define PLATFORM_ID "HP-UX"
+
+#elif defined(__HAIKU) || defined(__HAIKU__) || defined(_HAIKU)
+# define PLATFORM_ID "Haiku"
+/* Haiku also defines __BEOS__ so we must
+ put it prior to the check for __BEOS__
+*/
+
+#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
+# define PLATFORM_ID "BeOS"
+
+#elif defined(__QNX__) || defined(__QNXNTO__)
+# define PLATFORM_ID "QNX"
+
+#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
+# define PLATFORM_ID "Tru64"
+
+#elif defined(__riscos) || defined(__riscos__)
+# define PLATFORM_ID "RISCos"
+
+#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
+# define PLATFORM_ID "SINIX"
+
+#elif defined(__UNIX_SV__)
+# define PLATFORM_ID "UNIX_SV"
+
+#elif defined(__bsdos__)
+# define PLATFORM_ID "BSDOS"
+
+#elif defined(_MPRAS) || defined(MPRAS)
+# define PLATFORM_ID "MP-RAS"
+
+#elif defined(__osf) || defined(__osf__)
+# define PLATFORM_ID "OSF1"
+
+#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
+# define PLATFORM_ID "SCO_SV"
+
+#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
+# define PLATFORM_ID "ULTRIX"
+
+#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
+# define PLATFORM_ID "Xenix"
+
+#else /* unknown platform */
+# define PLATFORM_ID ""
+
+#endif
+
+/* For windows compilers MSVC and Intel we can determine
+ the architecture of the compiler being used. This is because
+ the compilers do not have flags that can change the architecture,
+ but rather depend on which compiler is being used
+*/
+#if defined(_WIN32) && defined(_MSC_VER)
+# if defined(_M_IA64)
+# define ARCHITECTURE_ID "IA64"
+
+# elif defined(_M_X64) || defined(_M_AMD64)
+# define ARCHITECTURE_ID "x64"
+
+# elif defined(_M_IX86)
+# define ARCHITECTURE_ID "X86"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#else
+# define ARCHITECTURE_ID ""
+#endif
+
+/* Convert integer to decimal digit literals. */
+#define DEC(n) \
+ ('0' + (((n) / 10000000)%10)), \
+ ('0' + (((n) / 1000000)%10)), \
+ ('0' + (((n) / 100000)%10)), \
+ ('0' + (((n) / 10000)%10)), \
+ ('0' + (((n) / 1000)%10)), \
+ ('0' + (((n) / 100)%10)), \
+ ('0' + (((n) / 10)%10)), \
+ ('0' + ((n) % 10))
+
+/* Convert integer to hex digit literals. */
+#define HEX(n) \
+ ('0' + ((n)>>28 & 0xF)), \
+ ('0' + ((n)>>24 & 0xF)), \
+ ('0' + ((n)>>20 & 0xF)), \
+ ('0' + ((n)>>16 & 0xF)), \
+ ('0' + ((n)>>12 & 0xF)), \
+ ('0' + ((n)>>8 & 0xF)), \
+ ('0' + ((n)>>4 & 0xF)), \
+ ('0' + ((n) & 0xF))
+
+/* Construct a string literal encoding the version number components. */
+#ifdef COMPILER_VERSION_MAJOR
+char const info_version[] = {
+ 'I', 'N', 'F', 'O', ':',
+ 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
+ COMPILER_VERSION_MAJOR,
+# ifdef COMPILER_VERSION_MINOR
+ '.', COMPILER_VERSION_MINOR,
+# ifdef COMPILER_VERSION_PATCH
+ '.', COMPILER_VERSION_PATCH,
+# ifdef COMPILER_VERSION_TWEAK
+ '.', COMPILER_VERSION_TWEAK,
+# endif
+# endif
+# endif
+ ']','\0'};
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+ getting matched. Store it in a pointer rather than an array
+ because some compilers will just produce instructions to fill the
+ array rather than assigning a pointer to a static array. */
+char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
+char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
+
+
+
+/*--------------------------------------------------------------------------*/
+
+#ifdef ID_VOID_MAIN
+void main() {}
+#else
+int main(int argc, char* argv[])
+{
+ int require = 0;
+ require += info_compiler[argc];
+ require += info_platform[argc];
+ require += info_arch[argc];
+#ifdef COMPILER_VERSION_MAJOR
+ require += info_version[argc];
+#endif
+ (void)argv;
+ return require;
+}
+#endif
diff --git a/cutecom-0.22.0/CMakeFiles/CompilerIdC/a.out b/cutecom-0.22.0/CMakeFiles/CompilerIdC/a.out
new file mode 100755
index 0000000..188ac98
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/CompilerIdC/a.out
Binary files differ
diff --git a/cutecom-0.22.0/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp b/cutecom-0.22.0/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp
new file mode 100644
index 0000000..ec05cb0
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp
@@ -0,0 +1,341 @@
+/* This source file must have a .cpp extension so that all C++ compilers
+ recognize the extension without flags. Borland does not know .cxx for
+ example. */
+#ifndef __cplusplus
+# error "A C compiler has been selected for C++."
+#endif
+
+/* Version number components: V=Version, R=Revision, P=Patch
+ Version date components: YYYY=Year, MM=Month, DD=Day */
+
+#if defined(__COMO__)
+# define COMPILER_ID "Comeau"
+
+#elif defined(__INTEL_COMPILER) || defined(__ICC)
+# define COMPILER_ID "Intel"
+ /* __INTEL_COMPILER = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
+# if defined(__INTEL_COMPILER_BUILD_DATE)
+ /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
+# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
+# endif
+
+#elif defined(__clang__)
+# define COMPILER_ID "Clang"
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+
+#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
+# define COMPILER_ID "Embarcadero"
+# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
+# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
+# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF)
+
+#elif defined(__BORLANDC__)
+# define COMPILER_ID "Borland"
+ /* __BORLANDC__ = 0xVRR */
+# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
+# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
+
+#elif defined(__WATCOMC__)
+# define COMPILER_ID "Watcom"
+ /* __WATCOMC__ = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
+# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100)
+
+#elif defined(__SUNPRO_CC)
+# define COMPILER_ID "SunPro"
+# if __SUNPRO_CC >= 0x5100
+ /* __SUNPRO_CC = 0xVRRP */
+# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
+# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
+# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
+# else
+ /* __SUNPRO_CC = 0xVRP */
+# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
+# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
+# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
+# endif
+
+#elif defined(__HP_aCC)
+# define COMPILER_ID "HP"
+ /* __HP_aCC = VVRRPP */
+# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
+# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
+
+#elif defined(__DECCXX)
+# define COMPILER_ID "Compaq"
+
+#elif defined(__IBMCPP__)
+# if defined(__COMPILER_VER__)
+# define COMPILER_ID "zOS"
+# else
+# if __IBMCPP__ >= 800
+# define COMPILER_ID "XL"
+# else
+# define COMPILER_ID "VisualAge"
+# endif
+ /* __IBMCPP__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
+# endif
+
+#elif defined(__PGI)
+# define COMPILER_ID "PGI"
+# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
+# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
+# if defined(__PGIC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
+# endif
+
+#elif defined(__PATHSCALE__)
+# define COMPILER_ID "PathScale"
+
+#elif defined(_CRAYC)
+# define COMPILER_ID "Cray"
+
+#elif defined(__TI_COMPILER_VERSION__)
+# define COMPILER_ID "TI_DSP"
+
+#elif defined(__SCO_VERSION__)
+# define COMPILER_ID "SCO"
+
+#elif defined(__GNUC__)
+# define COMPILER_ID "GNU"
+# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
+# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
+# if defined(__GNUC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif defined(_MSC_VER)
+# define COMPILER_ID "MSVC"
+ /* _MSC_VER = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
+# if defined(_MSC_FULL_VER)
+# if _MSC_VER >= 1400
+ /* _MSC_FULL_VER = VVRRPPPPP */
+# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
+# else
+ /* _MSC_FULL_VER = VVRRPPPP */
+# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
+# endif
+# endif
+# if defined(_MSC_BUILD)
+# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
+# endif
+
+#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
+/* Analog Devices C++ compiler for Blackfin, TigerSHARC and
+ SHARC (21000) DSPs */
+# define COMPILER_ID "ADSP"
+
+#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
+# define COMPILER_ID "MIPSpro"
+# if defined(_SGI_COMPILER_VERSION)
+ /* _SGI_COMPILER_VERSION = VRP */
+# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
+# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
+# else
+ /* _COMPILER_VERSION = VRP */
+# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
+# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
+# endif
+
+/* This compiler is either not known or is too old to define an
+ identification macro. Try to identify the platform and guess that
+ it is the native compiler. */
+#elif defined(__sgi)
+# define COMPILER_ID "MIPSpro"
+
+#elif defined(__hpux) || defined(__hpua)
+# define COMPILER_ID "HP"
+
+#else /* unknown compiler */
+# define COMPILER_ID ""
+
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+ getting matched. Store it in a pointer rather than an array
+ because some compilers will just produce instructions to fill the
+ array rather than assigning a pointer to a static array. */
+char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
+
+/* Identify known platforms by name. */
+#if defined(__linux) || defined(__linux__) || defined(linux)
+# define PLATFORM_ID "Linux"
+
+#elif defined(__CYGWIN__)
+# define PLATFORM_ID "Cygwin"
+
+#elif defined(__MINGW32__)
+# define PLATFORM_ID "MinGW"
+
+#elif defined(__APPLE__)
+# define PLATFORM_ID "Darwin"
+
+#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
+# define PLATFORM_ID "Windows"
+
+#elif defined(__FreeBSD__) || defined(__FreeBSD)
+# define PLATFORM_ID "FreeBSD"
+
+#elif defined(__NetBSD__) || defined(__NetBSD)
+# define PLATFORM_ID "NetBSD"
+
+#elif defined(__OpenBSD__) || defined(__OPENBSD)
+# define PLATFORM_ID "OpenBSD"
+
+#elif defined(__sun) || defined(sun)
+# define PLATFORM_ID "SunOS"
+
+#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
+# define PLATFORM_ID "AIX"
+
+#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
+# define PLATFORM_ID "IRIX"
+
+#elif defined(__hpux) || defined(__hpux__)
+# define PLATFORM_ID "HP-UX"
+
+#elif defined(__HAIKU) || defined(__HAIKU__) || defined(_HAIKU)
+# define PLATFORM_ID "Haiku"
+/* Haiku also defines __BEOS__ so we must
+ put it prior to the check for __BEOS__
+*/
+
+#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
+# define PLATFORM_ID "BeOS"
+
+#elif defined(__QNX__) || defined(__QNXNTO__)
+# define PLATFORM_ID "QNX"
+
+#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
+# define PLATFORM_ID "Tru64"
+
+#elif defined(__riscos) || defined(__riscos__)
+# define PLATFORM_ID "RISCos"
+
+#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
+# define PLATFORM_ID "SINIX"
+
+#elif defined(__UNIX_SV__)
+# define PLATFORM_ID "UNIX_SV"
+
+#elif defined(__bsdos__)
+# define PLATFORM_ID "BSDOS"
+
+#elif defined(_MPRAS) || defined(MPRAS)
+# define PLATFORM_ID "MP-RAS"
+
+#elif defined(__osf) || defined(__osf__)
+# define PLATFORM_ID "OSF1"
+
+#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
+# define PLATFORM_ID "SCO_SV"
+
+#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
+# define PLATFORM_ID "ULTRIX"
+
+#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
+# define PLATFORM_ID "Xenix"
+
+#else /* unknown platform */
+# define PLATFORM_ID ""
+
+#endif
+
+/* For windows compilers MSVC and Intel we can determine
+ the architecture of the compiler being used. This is because
+ the compilers do not have flags that can change the architecture,
+ but rather depend on which compiler is being used
+*/
+#if defined(_WIN32) && defined(_MSC_VER)
+# if defined(_M_IA64)
+# define ARCHITECTURE_ID "IA64"
+
+# elif defined(_M_X64) || defined(_M_AMD64)
+# define ARCHITECTURE_ID "x64"
+
+# elif defined(_M_IX86)
+# define ARCHITECTURE_ID "X86"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#else
+# define ARCHITECTURE_ID ""
+#endif
+
+/* Convert integer to decimal digit literals. */
+#define DEC(n) \
+ ('0' + (((n) / 10000000)%10)), \
+ ('0' + (((n) / 1000000)%10)), \
+ ('0' + (((n) / 100000)%10)), \
+ ('0' + (((n) / 10000)%10)), \
+ ('0' + (((n) / 1000)%10)), \
+ ('0' + (((n) / 100)%10)), \
+ ('0' + (((n) / 10)%10)), \
+ ('0' + ((n) % 10))
+
+/* Convert integer to hex digit literals. */
+#define HEX(n) \
+ ('0' + ((n)>>28 & 0xF)), \
+ ('0' + ((n)>>24 & 0xF)), \
+ ('0' + ((n)>>20 & 0xF)), \
+ ('0' + ((n)>>16 & 0xF)), \
+ ('0' + ((n)>>12 & 0xF)), \
+ ('0' + ((n)>>8 & 0xF)), \
+ ('0' + ((n)>>4 & 0xF)), \
+ ('0' + ((n) & 0xF))
+
+/* Construct a string literal encoding the version number components. */
+#ifdef COMPILER_VERSION_MAJOR
+char const info_version[] = {
+ 'I', 'N', 'F', 'O', ':',
+ 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
+ COMPILER_VERSION_MAJOR,
+# ifdef COMPILER_VERSION_MINOR
+ '.', COMPILER_VERSION_MINOR,
+# ifdef COMPILER_VERSION_PATCH
+ '.', COMPILER_VERSION_PATCH,
+# ifdef COMPILER_VERSION_TWEAK
+ '.', COMPILER_VERSION_TWEAK,
+# endif
+# endif
+# endif
+ ']','\0'};
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+ getting matched. Store it in a pointer rather than an array
+ because some compilers will just produce instructions to fill the
+ array rather than assigning a pointer to a static array. */
+char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
+char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
+
+
+
+/*--------------------------------------------------------------------------*/
+
+int main(int argc, char* argv[])
+{
+ int require = 0;
+ require += info_compiler[argc];
+ require += info_platform[argc];
+#ifdef COMPILER_VERSION_MAJOR
+ require += info_version[argc];
+#endif
+ (void)argv;
+ return require;
+}
diff --git a/cutecom-0.22.0/CMakeFiles/CompilerIdCXX/a.out b/cutecom-0.22.0/CMakeFiles/CompilerIdCXX/a.out
new file mode 100755
index 0000000..1a36f40
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/CompilerIdCXX/a.out
Binary files differ
diff --git a/cutecom-0.22.0/CMakeFiles/Makefile.cmake b/cutecom-0.22.0/CMakeFiles/Makefile.cmake
new file mode 100644
index 0000000..3fc89b7
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/Makefile.cmake
@@ -0,0 +1,56 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# The generator used is:
+SET(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
+
+# The top level Makefile was generated from the following files:
+SET(CMAKE_MAKEFILE_DEPENDS
+ "CMakeCache.txt"
+ "CMakeFiles/CMakeCCompiler.cmake"
+ "CMakeFiles/CMakeCXXCompiler.cmake"
+ "CMakeFiles/CMakeSystem.cmake"
+ "CMakeLists.txt"
+ "/opt/local/share/cmake-2.8/Modules/CMakeCInformation.cmake"
+ "/opt/local/share/cmake-2.8/Modules/CMakeCXXInformation.cmake"
+ "/opt/local/share/cmake-2.8/Modules/CMakeCommonLanguageInclude.cmake"
+ "/opt/local/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake"
+ "/opt/local/share/cmake-2.8/Modules/CMakeGenericSystem.cmake"
+ "/opt/local/share/cmake-2.8/Modules/CMakeParseArguments.cmake"
+ "/opt/local/share/cmake-2.8/Modules/CMakeSystemSpecificInformation.cmake"
+ "/opt/local/share/cmake-2.8/Modules/CheckCXXSymbolExists.cmake"
+ "/opt/local/share/cmake-2.8/Modules/CheckSymbolExists.cmake"
+ "/opt/local/share/cmake-2.8/Modules/Compiler/Clang-CXX.cmake"
+ "/opt/local/share/cmake-2.8/Modules/Compiler/GNU-C.cmake"
+ "/opt/local/share/cmake-2.8/Modules/Compiler/GNU-CXX.cmake"
+ "/opt/local/share/cmake-2.8/Modules/Compiler/GNU.cmake"
+ "/opt/local/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake"
+ "/opt/local/share/cmake-2.8/Modules/FindPackageMessage.cmake"
+ "/opt/local/share/cmake-2.8/Modules/FindQt4.cmake"
+ "/opt/local/share/cmake-2.8/Modules/MacOSXBundleInfo.plist.in"
+ "/opt/local/share/cmake-2.8/Modules/MacroAddFileDependencies.cmake"
+ "/opt/local/share/cmake-2.8/Modules/Platform/Darwin-GNU-C.cmake"
+ "/opt/local/share/cmake-2.8/Modules/Platform/Darwin-GNU.cmake"
+ "/opt/local/share/cmake-2.8/Modules/Platform/Darwin.cmake"
+ "/opt/local/share/cmake-2.8/Modules/Platform/UnixPaths.cmake"
+ "/opt/local/share/cmake-2.8/Modules/Qt4ConfigDependentSettings.cmake"
+ "/opt/local/share/cmake-2.8/Modules/Qt4Macros.cmake"
+ )
+
+# The corresponding makefile is:
+SET(CMAKE_MAKEFILE_OUTPUTS
+ "Makefile"
+ "CMakeFiles/cmake.check_cache"
+ )
+
+# Byproducts of CMake generate step:
+SET(CMAKE_MAKEFILE_PRODUCTS
+ "CuteCom.app/Contents/MacOS"
+ "CuteCom.app/Contents/Info.plist"
+ "CMakeFiles/CMakeDirectoryInformation.cmake"
+ )
+
+# Dependency information for all targets:
+SET(CMAKE_DEPEND_INFO_FILES
+ "CMakeFiles/cutecom.dir/DependInfo.cmake"
+ )
diff --git a/cutecom-0.22.0/CMakeFiles/Makefile2 b/cutecom-0.22.0/CMakeFiles/Makefile2
new file mode 100644
index 0000000..15d7809
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/Makefile2
@@ -0,0 +1,99 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# Default target executed when no arguments are given to make.
+default_target: all
+.PHONY : default_target
+
+# The main recursive all target
+all:
+.PHONY : all
+
+# The main recursive preinstall target
+preinstall:
+.PHONY : preinstall
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /opt/local/bin/cmake
+
+# The command to remove a file.
+RM = /opt/local/bin/cmake -E remove -f
+
+# The program to use to edit the cache.
+CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /Users/lynxeyed/Desktop/cutecom-0.22.0
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /Users/lynxeyed/Desktop/cutecom-0.22.0
+
+#=============================================================================
+# Target rules for target CMakeFiles/cutecom.dir
+
+# All Build rule for target.
+CMakeFiles/cutecom.dir/all:
+ $(MAKE) -f CMakeFiles/cutecom.dir/build.make CMakeFiles/cutecom.dir/depend
+ $(MAKE) -f CMakeFiles/cutecom.dir/build.make CMakeFiles/cutecom.dir/build
+ $(CMAKE_COMMAND) -E cmake_progress_report /Users/lynxeyed/Desktop/cutecom-0.22.0/CMakeFiles 1 2 3 4 5
+ @echo "Built target cutecom"
+.PHONY : CMakeFiles/cutecom.dir/all
+
+# Include target in all.
+all: CMakeFiles/cutecom.dir/all
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/cutecom.dir/rule: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /Users/lynxeyed/Desktop/cutecom-0.22.0/CMakeFiles 5
+ $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/cutecom.dir/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /Users/lynxeyed/Desktop/cutecom-0.22.0/CMakeFiles 0
+.PHONY : CMakeFiles/cutecom.dir/rule
+
+# Convenience name for target.
+cutecom: CMakeFiles/cutecom.dir/rule
+.PHONY : cutecom
+
+# clean rule for target.
+CMakeFiles/cutecom.dir/clean:
+ $(MAKE) -f CMakeFiles/cutecom.dir/build.make CMakeFiles/cutecom.dir/clean
+.PHONY : CMakeFiles/cutecom.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/cutecom.dir/clean
+.PHONY : clean
+
+#=============================================================================
+# Special targets to cleanup operation of make.
+
+# Special rule to run CMake to check the build system integrity.
+# No rule that depends on this can have commands that come from listfiles
+# because they might be regenerated.
+cmake_check_build_system:
+ $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
+.PHONY : cmake_check_build_system
+
diff --git a/cutecom-0.22.0/CMakeFiles/TargetDirectories.txt b/cutecom-0.22.0/CMakeFiles/TargetDirectories.txt
new file mode 100644
index 0000000..7d34cb8
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/TargetDirectories.txt
@@ -0,0 +1 @@
+/Users/lynxeyed/Desktop/cutecom-0.22.0/CMakeFiles/cutecom.dir
diff --git a/cutecom-0.22.0/CMakeFiles/cmake.check_cache b/cutecom-0.22.0/CMakeFiles/cmake.check_cache
new file mode 100644
index 0000000..3dccd73
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/cmake.check_cache
@@ -0,0 +1 @@
+# This file is generated by cmake for dependency checking of the CMakeCache.txt file
diff --git a/cutecom-0.22.0/CMakeFiles/cutecom.dir/CXX.includecache b/cutecom-0.22.0/CMakeFiles/cutecom.dir/CXX.includecache
new file mode 100644
index 0000000..e9cbd6d
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/cutecom.dir/CXX.includecache
@@ -0,0 +1,1644 @@
+#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">])
+
+#IncludeRegexScan: ^.*$
+
+#IncludeRegexComplain: ^$
+
+#IncludeRegexTransform:
+
+/Users/lynxeyed/Desktop/cutecom-0.22.0/main.cpp
+QApplication
+-
+qcppdialogimpl.h
+/Users/lynxeyed/Desktop/cutecom-0.22.0/qcppdialogimpl.h
+
+/Users/lynxeyed/Desktop/cutecom-0.22.0/moc_qcppdialogimpl.cxx
+qcppdialogimpl.h
+/Users/lynxeyed/Desktop/cutecom-0.22.0/qcppdialogimpl.h
+
+/Users/lynxeyed/Desktop/cutecom-0.22.0/qcppdialogimpl.cpp
+qcppdialogimpl.h
+/Users/lynxeyed/Desktop/cutecom-0.22.0/qcppdialogimpl.h
+qcombobox.h
+-
+qpushbutton.h
+-
+qcheckbox.h
+-
+qlistwidget.h
+-
+qlineedit.h
+-
+qfiledialog.h
+-
+qdir.h
+-
+qfile.h
+-
+qmessagebox.h
+-
+qsettings.h
+-
+qevent.h
+-
+qprogressdialog.h
+-
+qapplication.h
+-
+qfileinfo.h
+-
+qregexp.h
+-
+qspinbox.h
+-
+QKeyEvent
+-
+QResizeEvent
+-
+qtextbrowser.h
+-
+qtextstream.h
+-
+q3process.h
+-
+q3cstring.h
+-
+iostream
+-
+errno.h
+-
+unistd.h
+-
+ctype.h
+-
+sys/ioctl.h
+-
+sys/termios.h
+-
+sys/time.h
+-
+sys/types.h
+-
+sys/select.h
+-
+fcntl.h
+-
+
+/Users/lynxeyed/Desktop/cutecom-0.22.0/qcppdialogimpl.h
+ui_cutecommdlg.h
+/Users/lynxeyed/Desktop/cutecom-0.22.0/ui_cutecommdlg.h
+termios.h
+-
+qsocketnotifier.h
+-
+qtimer.h
+-
+qdatetime.h
+-
+qfile.h
+-
+QResizeEvent
+-
+QEvent
+-
+QWidget
+-
+
+/Users/lynxeyed/Desktop/cutecom-0.22.0/ui_cutecommdlg.h
+Qt3Support/Q3MimeSourceFactory
+-
+QtCore/QVariant
+-
+QtGui/QAction
+-
+QtGui/QApplication
+-
+QtGui/QButtonGroup
+-
+QtGui/QCheckBox
+-
+QtGui/QComboBox
+-
+QtGui/QFrame
+-
+QtGui/QGridLayout
+-
+QtGui/QHBoxLayout
+-
+QtGui/QHeaderView
+-
+QtGui/QLabel
+-
+QtGui/QLineEdit
+-
+QtGui/QListWidget
+-
+QtGui/QPushButton
+-
+QtGui/QSpacerItem
+-
+QtGui/QSpinBox
+-
+QtGui/QSplitter
+-
+QtGui/QTextBrowser
+-
+QtGui/QVBoxLayout
+-
+QtGui/QWidget
+-
+
+/opt/local/include/Qt3Support/Q3MimeSourceFactory
+q3mimefactory.h
+/opt/local/include/Qt3Support/q3mimefactory.h
+
+/opt/local/include/Qt3Support/q3cstring.h
+QtCore/qbytearray.h
+-
+
+/opt/local/include/Qt3Support/q3mimefactory.h
+QtGui/qwindowdefs.h
+-
+QtCore/qstring.h
+-
+QtCore/qmap.h
+-
+QtGui/qpixmap.h
+-
+
+/opt/local/include/Qt3Support/q3process.h
+QtCore/qobject.h
+-
+QtCore/qstringlist.h
+-
+QtCore/qdir.h
+-
+
+/opt/local/include/Qt3Support/q3valuelist.h
+QtCore/qalgorithms.h
+-
+QtCore/qdatastream.h
+-
+QtCore/qlinkedlist.h
+-
+QtCore/qlist.h
+-
+iterator
+-
+list
+-
+
+/opt/local/include/QtCore/QEvent
+qcoreevent.h
+/opt/local/include/QtCore/qcoreevent.h
+
+/opt/local/include/QtCore/QPoint
+qpoint.h
+/opt/local/include/QtCore/qpoint.h
+
+/opt/local/include/QtCore/QPointF
+qpoint.h
+/opt/local/include/QtCore/qpoint.h
+
+/opt/local/include/QtCore/QVariant
+qvariant.h
+/opt/local/include/QtCore/qvariant.h
+
+/opt/local/include/QtCore/qabstractitemmodel.h
+QtCore/qvariant.h
+-
+QtCore/qobject.h
+-
+QtCore/qhash.h
+-
+
+/opt/local/include/QtCore/qalgorithms.h
+QtCore/qglobal.h
+-
+
+/opt/local/include/QtCore/qatomic.h
+QtCore/qglobal.h
+-
+QtCore/qbasicatomic.h
+-
+
+/opt/local/include/QtCore/qatomic_alpha.h
+
+/opt/local/include/QtCore/qatomic_arch.h
+QtCore/qglobal.h
+/opt/local/include/QtCore/QtCore/qglobal.h
+QtCore/qatomic_integrity.h
+/opt/local/include/QtCore/QtCore/qatomic_integrity.h
+QtCore/qatomic_vxworks.h
+/opt/local/include/QtCore/QtCore/qatomic_vxworks.h
+QtCore/qatomic_alpha.h
+/opt/local/include/QtCore/QtCore/qatomic_alpha.h
+QtCore/qatomic_arm.h
+/opt/local/include/QtCore/QtCore/qatomic_arm.h
+QtCore/qatomic_armv6.h
+/opt/local/include/QtCore/QtCore/qatomic_armv6.h
+QtCore/qatomic_avr32.h
+/opt/local/include/QtCore/QtCore/qatomic_avr32.h
+QtCore/qatomic_bfin.h
+/opt/local/include/QtCore/QtCore/qatomic_bfin.h
+QtCore/qatomic_generic.h
+/opt/local/include/QtCore/QtCore/qatomic_generic.h
+QtCore/qatomic_i386.h
+/opt/local/include/QtCore/QtCore/qatomic_i386.h
+QtCore/qatomic_ia64.h
+/opt/local/include/QtCore/QtCore/qatomic_ia64.h
+QtCore/qatomic_macosx.h
+/opt/local/include/QtCore/QtCore/qatomic_macosx.h
+QtCore/qatomic_mips.h
+/opt/local/include/QtCore/QtCore/qatomic_mips.h
+QtCore/qatomic_parisc.h
+/opt/local/include/QtCore/QtCore/qatomic_parisc.h
+QtCore/qatomic_powerpc.h
+/opt/local/include/QtCore/QtCore/qatomic_powerpc.h
+QtCore/qatomic_s390.h
+/opt/local/include/QtCore/QtCore/qatomic_s390.h
+QtCore/qatomic_sparc.h
+/opt/local/include/QtCore/QtCore/qatomic_sparc.h
+QtCore/qatomic_windows.h
+/opt/local/include/QtCore/QtCore/qatomic_windows.h
+QtCore/qatomic_windowsce.h
+/opt/local/include/QtCore/QtCore/qatomic_windowsce.h
+QtCore/qatomic_x86_64.h
+/opt/local/include/QtCore/QtCore/qatomic_x86_64.h
+QtCore/qatomic_symbian.h
+/opt/local/include/QtCore/QtCore/qatomic_symbian.h
+QtCore/qatomic_sh.h
+/opt/local/include/QtCore/QtCore/qatomic_sh.h
+QtCore/qatomic_sh4a.h
+/opt/local/include/QtCore/QtCore/qatomic_sh4a.h
+QtCore/qatomic_generic.h
+/opt/local/include/QtCore/QtCore/qatomic_generic.h
+
+/opt/local/include/QtCore/qatomic_arm.h
+QtCore/qatomic_armv7.h
+/opt/local/include/QtCore/QtCore/qatomic_armv7.h
+QtCore/qatomic_armv6.h
+/opt/local/include/QtCore/QtCore/qatomic_armv6.h
+QtCore/qatomic_armv5.h
+/opt/local/include/QtCore/QtCore/qatomic_armv5.h
+
+/opt/local/include/QtCore/qatomic_armv5.h
+
+/opt/local/include/QtCore/qatomic_armv6.h
+
+/opt/local/include/QtCore/qatomic_armv7.h
+QtCore/qatomic_armv6.h
+/opt/local/include/QtCore/QtCore/qatomic_armv6.h
+
+/opt/local/include/QtCore/qatomic_avr32.h
+
+/opt/local/include/QtCore/qatomic_bfin.h
+asm/fixed_code.h
+-
+
+/opt/local/include/QtCore/qatomic_bootstrap.h
+
+/opt/local/include/QtCore/qatomic_generic.h
+
+/opt/local/include/QtCore/qatomic_i386.h
+
+/opt/local/include/QtCore/qatomic_ia64.h
+ia64intrin.h
+-
+ia64/sys/inline.h
+-
+
+/opt/local/include/QtCore/qatomic_integrity.h
+INTEGRITY.h
+-
+
+/opt/local/include/QtCore/qatomic_macosx.h
+QtCore/qatomic_x86_64.h
+-
+QtCore/qatomic_i386.h
+-
+QtCore/qatomic_powerpc.h
+-
+
+/opt/local/include/QtCore/qatomic_mips.h
+
+/opt/local/include/QtCore/qatomic_parisc.h
+
+/opt/local/include/QtCore/qatomic_powerpc.h
+
+/opt/local/include/QtCore/qatomic_s390.h
+
+/opt/local/include/QtCore/qatomic_sh.h
+
+/opt/local/include/QtCore/qatomic_sh4a.h
+
+/opt/local/include/QtCore/qatomic_sparc.h
+
+/opt/local/include/QtCore/qatomic_symbian.h
+QtCore/qglobal.h
+-
+e32std.h
+-
+
+/opt/local/include/QtCore/qatomic_vxworks.h
+QtCore/qatomic_powerpc.h
+-
+vxWorksCommon.h
+-
+taskLib.h
+-
+
+/opt/local/include/QtCore/qatomic_windows.h
+QtCore/qatomic_i386.h
+/opt/local/include/QtCore/QtCore/qatomic_i386.h
+QtCore/qatomic_x86_64.h
+/opt/local/include/QtCore/QtCore/qatomic_x86_64.h
+winbase.h
+-
+
+/opt/local/include/QtCore/qatomic_windowsce.h
+QtCore/qglobal.h
+-
+QtCore/qatomic_windows.h
+/opt/local/include/QtCore/QtCore/qatomic_windows.h
+
+/opt/local/include/QtCore/qatomic_x86_64.h
+
+/opt/local/include/QtCore/qbasicatomic.h
+QtCore/qglobal.h
+-
+QtCore/qatomic_bootstrap.h
+-
+QtCore/qatomic_arch.h
+-
+
+/opt/local/include/QtCore/qbasictimer.h
+QtCore/qglobal.h
+-
+
+/opt/local/include/QtCore/qbuffer.h
+QtCore/qiodevice.h
+-
+QtCore/qbytearray.h
+-
+
+/opt/local/include/QtCore/qbytearray.h
+QtCore/qatomic.h
+-
+QtCore/qnamespace.h
+-
+string.h
+-
+stdarg.h
+-
+QtCore/qstring.h
+-
+
+/opt/local/include/QtCore/qchar.h
+QtCore/qglobal.h
+-
+
+/opt/local/include/QtCore/qconfig.h
+
+/opt/local/include/QtCore/qcoreapplication.h
+QtCore/qobject.h
+-
+QtCore/qcoreevent.h
+-
+QtCore/qeventloop.h
+-
+QtCore/qstringlist.h
+-
+
+/opt/local/include/QtCore/qcoreevent.h
+QtCore/qnamespace.h
+-
+QtCore/qbytearray.h
+-
+QtCore/qobjectdefs.h
+-
+
+/opt/local/include/QtCore/qdatastream.h
+QtCore/qscopedpointer.h
+-
+QtCore/qiodevice.h
+-
+QtCore/qglobal.h
+-
+
+/opt/local/include/QtCore/qdatetime.h
+QtCore/qstring.h
+-
+QtCore/qnamespace.h
+-
+QtCore/qsharedpointer.h
+-
+
+/opt/local/include/QtCore/qdir.h
+QtCore/qstring.h
+-
+QtCore/qfileinfo.h
+-
+QtCore/qstringlist.h
+-
+QtCore/qshareddata.h
+-
+
+/opt/local/include/QtCore/qeventloop.h
+QtCore/qobject.h
+-
+
+/opt/local/include/QtCore/qfeatures.h
+
+/opt/local/include/QtCore/qfile.h
+QtCore/qiodevice.h
+-
+QtCore/qstring.h
+-
+stdio.h
+-
+f32file.h
+-
+
+/opt/local/include/QtCore/qfileinfo.h
+QtCore/qfile.h
+-
+QtCore/qlist.h
+-
+QtCore/qshareddata.h
+-
+
+/opt/local/include/QtCore/qglobal.h
+stddef.h
+-
+QtCore/qconfig.h
+-
+algorithm
+-
+AvailabilityMacros.h
+-
+e32def.h
+-
+QtCore/qfeatures.h
+-
+
+/opt/local/include/QtCore/qhash.h
+QtCore/qatomic.h
+-
+QtCore/qchar.h
+-
+QtCore/qiterator.h
+-
+QtCore/qlist.h
+-
+QtCore/qpair.h
+-
+
+/opt/local/include/QtCore/qiodevice.h
+QtCore/qobject.h
+-
+QtCore/qobjectdefs.h
+-
+QtCore/qscopedpointer.h
+-
+QtCore/qstring.h
+-
+
+/opt/local/include/QtCore/qiterator.h
+QtCore/qglobal.h
+-
+
+/opt/local/include/QtCore/qline.h
+QtCore/qpoint.h
+-
+
+/opt/local/include/QtCore/qlinkedlist.h
+QtCore/qiterator.h
+-
+QtCore/qatomic.h
+-
+iterator
+-
+list
+-
+
+/opt/local/include/QtCore/qlist.h
+QtCore/qiterator.h
+-
+QtCore/qatomic.h
+-
+QtCore/qalgorithms.h
+-
+iterator
+-
+list
+-
+iterator
+-
+initializer_list
+-
+new
+-
+limits.h
+-
+string.h
+-
+
+/opt/local/include/QtCore/qlocale.h
+QtCore/qvariant.h
+-
+QtCore/qstring.h
+-
+QtCore/qobjectdefs.h
+-
+
+/opt/local/include/QtCore/qmap.h
+QtCore/qatomic.h
+-
+QtCore/qiterator.h
+-
+QtCore/qlist.h
+-
+map
+-
+new
+-
+
+/opt/local/include/QtCore/qmargins.h
+QtCore/qnamespace.h
+-
+
+/opt/local/include/QtCore/qmetatype.h
+QtCore/qglobal.h
+-
+QtCore/qatomic.h
+-
+QtCore/qdatastream.h
+-
+
+/opt/local/include/QtCore/qmimedata.h
+QtCore/qvariant.h
+-
+QtCore/qobject.h
+-
+
+/opt/local/include/QtCore/qnamespace.h
+QtCore/qglobal.h
+-
+
+/opt/local/include/QtCore/qobject.h
+QtCore/qobjectdefs.h
+-
+QtCore/qstring.h
+-
+QtCore/qbytearray.h
+-
+QtCore/qlist.h
+-
+QtCore/qcoreevent.h
+-
+QtCore/qscopedpointer.h
+-
+
+/opt/local/include/QtCore/qobjectdefs.h
+QtCore/qnamespace.h
+-
+
+/opt/local/include/QtCore/qpair.h
+QtCore/qdatastream.h
+-
+
+/opt/local/include/QtCore/qpoint.h
+QtCore/qnamespace.h
+-
+
+/opt/local/include/QtCore/qpointer.h
+QtCore/qobject.h
+-
+
+/opt/local/include/QtCore/qrect.h
+QtCore/qsize.h
+-
+QtCore/qpoint.h
+-
+
+/opt/local/include/QtCore/qregexp.h
+QtCore/qstring.h
+-
+new
+-
+
+/opt/local/include/QtCore/qscopedpointer.h
+QtCore/qglobal.h
+-
+
+/opt/local/include/QtCore/qset.h
+QtCore/qhash.h
+-
+
+/opt/local/include/QtCore/qsettings.h
+QtCore/qobject.h
+-
+QtCore/qvariant.h
+-
+QtCore/qstring.h
+-
+QtCore/qstringlist.h
+-
+ctype.h
+-
+
+/opt/local/include/QtCore/qshareddata.h
+QtCore/qglobal.h
+-
+QtCore/qatomic.h
+-
+
+/opt/local/include/QtCore/qsharedpointer.h
+QtCore/qglobal.h
+-
+QtCore/qatomic.h
+-
+QtCore/qshareddata.h
+-
+QtCore/qsharedpointer_impl.h
+-
+
+/opt/local/include/QtCore/qsharedpointer_impl.h
+new
+-
+QtCore/qatomic.h
+-
+QtCore/qobject.h
+-
+
+/opt/local/include/QtCore/qsize.h
+QtCore/qnamespace.h
+-
+
+/opt/local/include/QtCore/qsocketnotifier.h
+QtCore/qobject.h
+-
+
+/opt/local/include/QtCore/qstring.h
+QtCore/qchar.h
+-
+QtCore/qbytearray.h
+-
+QtCore/qatomic.h
+-
+QtCore/qnamespace.h
+-
+Qt3Support/q3cstring.h
+-
+string
+-
+stdarg.h
+-
+QtCore/qstringbuilder.h
+-
+
+/opt/local/include/QtCore/qstringbuilder.h
+QtCore/qstring.h
+-
+QtCore/qbytearray.h
+-
+QtCore/qmap.h
+-
+string.h
+-
+
+/opt/local/include/QtCore/qstringlist.h
+QtCore/qalgorithms.h
+-
+QtCore/qdatastream.h
+-
+QtCore/qlist.h
+-
+QtCore/qregexp.h
+-
+QtCore/qstring.h
+-
+QtCore/qstringmatcher.h
+-
+Qt3Support/q3valuelist.h
+-
+
+/opt/local/include/QtCore/qstringmatcher.h
+QtCore/qstring.h
+-
+
+/opt/local/include/QtCore/qtextcodec.h
+QtCore/qstring.h
+-
+QtCore/qlist.h
+-
+
+/opt/local/include/QtCore/qtextstream.h
+QtCore/qiodevice.h
+-
+QtCore/qstring.h
+-
+QtCore/qchar.h
+-
+QtCore/qlocale.h
+-
+QtCore/qscopedpointer.h
+-
+QtCore/qtextcodec.h
+-
+stdio.h
+-
+
+/opt/local/include/QtCore/qtimer.h
+QtCore/qbasictimer.h
+-
+QtCore/qobject.h
+-
+
+/opt/local/include/QtCore/qurl.h
+QtCore/qbytearray.h
+-
+QtCore/qobjectdefs.h
+-
+QtCore/qpair.h
+-
+QtCore/qstring.h
+-
+QtCore/qhash.h
+-
+
+/opt/local/include/QtCore/qvariant.h
+QtCore/qatomic.h
+-
+QtCore/qbytearray.h
+-
+QtCore/qlist.h
+-
+QtCore/qmetatype.h
+-
+QtCore/qmap.h
+-
+QtCore/qhash.h
+-
+QtCore/qstring.h
+-
+
+/opt/local/include/QtCore/qvector.h
+QtCore/qiterator.h
+-
+QtCore/qatomic.h
+-
+QtCore/qalgorithms.h
+-
+QtCore/qlist.h
+-
+iterator
+-
+vector
+-
+stdlib.h
+-
+string.h
+-
+initializer_list
+-
+QtCore/QPointF
+-
+QtCore/QPoint
+-
+
+/opt/local/include/QtGui/QAction
+qaction.h
+/opt/local/include/QtGui/qaction.h
+
+/opt/local/include/QtGui/QApplication
+qapplication.h
+/opt/local/include/QtGui/qapplication.h
+
+/opt/local/include/QtGui/QButtonGroup
+qbuttongroup.h
+/opt/local/include/QtGui/qbuttongroup.h
+
+/opt/local/include/QtGui/QCheckBox
+qcheckbox.h
+/opt/local/include/QtGui/qcheckbox.h
+
+/opt/local/include/QtGui/QComboBox
+qcombobox.h
+/opt/local/include/QtGui/qcombobox.h
+
+/opt/local/include/QtGui/QFrame
+qframe.h
+/opt/local/include/QtGui/qframe.h
+
+/opt/local/include/QtGui/QGridLayout
+qgridlayout.h
+/opt/local/include/QtGui/qgridlayout.h
+
+/opt/local/include/QtGui/QHBoxLayout
+qboxlayout.h
+/opt/local/include/QtGui/qboxlayout.h
+
+/opt/local/include/QtGui/QHeaderView
+qheaderview.h
+/opt/local/include/QtGui/qheaderview.h
+
+/opt/local/include/QtGui/QKeyEvent
+qevent.h
+/opt/local/include/QtGui/qevent.h
+
+/opt/local/include/QtGui/QLabel
+qlabel.h
+/opt/local/include/QtGui/qlabel.h
+
+/opt/local/include/QtGui/QLineEdit
+qlineedit.h
+/opt/local/include/QtGui/qlineedit.h
+
+/opt/local/include/QtGui/QListWidget
+qlistwidget.h
+/opt/local/include/QtGui/qlistwidget.h
+
+/opt/local/include/QtGui/QPlatformWindow
+qplatformwindow_qpa.h
+/opt/local/include/QtGui/qplatformwindow_qpa.h
+
+/opt/local/include/QtGui/QPushButton
+qpushbutton.h
+/opt/local/include/QtGui/qpushbutton.h
+
+/opt/local/include/QtGui/QResizeEvent
+qevent.h
+/opt/local/include/QtGui/qevent.h
+
+/opt/local/include/QtGui/QSpacerItem
+qlayoutitem.h
+/opt/local/include/QtGui/qlayoutitem.h
+
+/opt/local/include/QtGui/QSpinBox
+qspinbox.h
+/opt/local/include/QtGui/qspinbox.h
+
+/opt/local/include/QtGui/QSplitter
+qsplitter.h
+/opt/local/include/QtGui/qsplitter.h
+
+/opt/local/include/QtGui/QTextBrowser
+qtextbrowser.h
+/opt/local/include/QtGui/qtextbrowser.h
+
+/opt/local/include/QtGui/QVBoxLayout
+qboxlayout.h
+/opt/local/include/QtGui/qboxlayout.h
+
+/opt/local/include/QtGui/QWidget
+qwidget.h
+/opt/local/include/QtGui/qwidget.h
+
+/opt/local/include/QtGui/qabstractbutton.h
+QtGui/qicon.h
+-
+QtGui/qkeysequence.h
+-
+QtGui/qwidget.h
+-
+
+/opt/local/include/QtGui/qabstractitemdelegate.h
+QtCore/qobject.h
+-
+QtGui/qstyleoption.h
+-
+
+/opt/local/include/QtGui/qabstractitemview.h
+QtGui/qabstractscrollarea.h
+-
+QtCore/qabstractitemmodel.h
+-
+QtGui/qitemselectionmodel.h
+-
+QtGui/qabstractitemdelegate.h
+-
+
+/opt/local/include/QtGui/qabstractscrollarea.h
+QtGui/qframe.h
+-
+
+/opt/local/include/QtGui/qabstractslider.h
+QtGui/qwidget.h
+-
+
+/opt/local/include/QtGui/qabstractspinbox.h
+QtGui/qwidget.h
+-
+QtGui/qvalidator.h
+-
+
+/opt/local/include/QtGui/qaction.h
+QtGui/qkeysequence.h
+-
+QtCore/qstring.h
+-
+QtGui/qwidget.h
+-
+QtCore/qvariant.h
+-
+QtGui/qicon.h
+-
+QtGui/qactiongroup.h
+-
+
+/opt/local/include/QtGui/qactiongroup.h
+QtGui/qaction.h
+-
+
+/opt/local/include/QtGui/qapplication.h
+QtCore/qcoreapplication.h
+-
+QtGui/qwindowdefs.h
+-
+QtCore/qpoint.h
+-
+QtCore/qsize.h
+-
+QtGui/qcursor.h
+-
+QtGui/qdesktopwidget.h
+-
+QtGui/qwidget.h
+-
+QtGui/qpalette.h
+-
+QtGui/qrgb.h
+-
+QtGui/qtransportauth_qws.h
+-
+
+/opt/local/include/QtGui/qboxlayout.h
+QtGui/qlayout.h
+-
+QtGui/qwidget.h
+-
+limits.h
+-
+
+/opt/local/include/QtGui/qbrush.h
+QtCore/qpair.h
+-
+QtCore/qpoint.h
+-
+QtCore/qvector.h
+-
+QtCore/qscopedpointer.h
+-
+QtGui/qcolor.h
+-
+QtGui/qmatrix.h
+-
+QtGui/qtransform.h
+-
+QtGui/qimage.h
+-
+QtGui/qpixmap.h
+-
+
+/opt/local/include/QtGui/qbuttongroup.h
+QtCore/qobject.h
+-
+
+/opt/local/include/QtGui/qcheckbox.h
+QtGui/qabstractbutton.h
+-
+
+/opt/local/include/QtGui/qcolor.h
+QtGui/qrgb.h
+-
+QtCore/qnamespace.h
+-
+QtCore/qstringlist.h
+-
+
+/opt/local/include/QtGui/qcombobox.h
+QtGui/qwidget.h
+-
+QtGui/qabstractitemdelegate.h
+-
+QtCore/qabstractitemmodel.h
+-
+QtCore/qvariant.h
+-
+
+/opt/local/include/QtGui/qcursor.h
+QtCore/qpoint.h
+-
+QtGui/qwindowdefs.h
+-
+
+/opt/local/include/QtGui/qdesktopwidget.h
+QtGui/qwidget.h
+-
+
+/opt/local/include/QtGui/qdialog.h
+QtGui/qwidget.h
+-
+
+/opt/local/include/QtGui/qdrag.h
+QtCore/qobject.h
+-
+
+/opt/local/include/QtGui/qevent.h
+QtGui/qwindowdefs.h
+-
+QtCore/qobject.h
+-
+QtGui/qregion.h
+-
+QtCore/qnamespace.h
+-
+QtCore/qstring.h
+-
+QtGui/qkeysequence.h
+-
+QtCore/qcoreevent.h
+-
+QtGui/qmime.h
+-
+QtGui/qdrag.h
+-
+QtCore/qvariant.h
+-
+QtCore/qmap.h
+-
+QtCore/qset.h
+-
+QtCore/qfile.h
+-
+
+/opt/local/include/QtGui/qfiledialog.h
+QtCore/qdir.h
+-
+QtCore/qstring.h
+-
+QtGui/qdialog.h
+-
+
+/opt/local/include/QtGui/qfont.h
+QtGui/qwindowdefs.h
+-
+QtCore/qstring.h
+-
+QtCore/qsharedpointer.h
+-
+
+/opt/local/include/QtGui/qfontdatabase.h
+QtGui/qwindowdefs.h
+-
+QtCore/qstring.h
+-
+QtGui/qfont.h
+-
+QtCore/qstringlist.h
+-
+QtCore/qlist.h
+-
+
+/opt/local/include/QtGui/qfontinfo.h
+QtGui/qfont.h
+-
+QtCore/qsharedpointer.h
+-
+
+/opt/local/include/QtGui/qfontmetrics.h
+QtGui/qfont.h
+-
+QtCore/qsharedpointer.h
+-
+QtCore/qrect.h
+-
+
+/opt/local/include/QtGui/qframe.h
+QtGui/qwidget.h
+-
+
+/opt/local/include/QtGui/qglyphrun.h
+QtCore/qsharedpointer.h
+-
+QtCore/qvector.h
+-
+QtCore/qpoint.h
+-
+QtGui/qrawfont.h
+-
+
+/opt/local/include/QtGui/qgridlayout.h
+QtGui/qlayout.h
+-
+QtGui/qwidget.h
+-
+limits.h
+-
+
+/opt/local/include/QtGui/qheaderview.h
+QtGui/qabstractitemview.h
+-
+
+/opt/local/include/QtGui/qicon.h
+QtCore/qglobal.h
+-
+QtCore/qsize.h
+-
+QtCore/qlist.h
+-
+QtGui/qpixmap.h
+-
+
+/opt/local/include/QtGui/qimage.h
+QtGui/qtransform.h
+-
+QtGui/qpaintdevice.h
+-
+QtGui/qrgb.h
+-
+QtCore/qbytearray.h
+-
+QtCore/qrect.h
+-
+QtCore/qstring.h
+-
+
+/opt/local/include/QtGui/qitemselectionmodel.h
+QtCore/qset.h
+-
+QtCore/qvector.h
+-
+QtCore/qlist.h
+-
+QtCore/qabstractitemmodel.h
+-
+
+/opt/local/include/QtGui/qkeysequence.h
+QtCore/qnamespace.h
+-
+QtCore/qstring.h
+-
+
+/opt/local/include/QtGui/qlabel.h
+QtGui/qframe.h
+-
+
+/opt/local/include/QtGui/qlayout.h
+QtCore/qobject.h
+-
+QtGui/qlayoutitem.h
+-
+QtGui/qsizepolicy.h
+-
+QtCore/qrect.h
+-
+QtCore/qmargins.h
+-
+limits.h
+-
+QtGui/qboxlayout.h
+-
+QtGui/qgridlayout.h
+-
+
+/opt/local/include/QtGui/qlayoutitem.h
+QtGui/qsizepolicy.h
+-
+QtCore/qrect.h
+-
+limits.h
+-
+
+/opt/local/include/QtGui/qlineedit.h
+QtGui/qframe.h
+-
+QtGui/qtextcursor.h
+-
+QtCore/qstring.h
+-
+QtCore/qmargins.h
+-
+
+/opt/local/include/QtGui/qlistview.h
+QtGui/qabstractitemview.h
+-
+
+/opt/local/include/QtGui/qlistwidget.h
+QtGui/qlistview.h
+-
+QtCore/qvariant.h
+-
+QtCore/qvector.h
+-
+QtGui/qitemselectionmodel.h
+-
+
+/opt/local/include/QtGui/qmacdefines_mac.h
+QtCore/qglobal.h
+-
+Cocoa/Cocoa.h
+-
+
+/opt/local/include/QtGui/qmatrix.h
+QtGui/qpolygon.h
+-
+QtGui/qregion.h
+-
+QtGui/qwindowdefs.h
+-
+QtCore/qline.h
+-
+QtCore/qpoint.h
+-
+QtCore/qrect.h
+-
+QtGui/qwmatrix.h
+-
+
+/opt/local/include/QtGui/qmessagebox.h
+QtGui/qdialog.h
+-
+
+/opt/local/include/QtGui/qmime.h
+QtCore/qmimedata.h
+-
+QtCore/qvariant.h
+-
+
+/opt/local/include/QtGui/qpaintdevice.h
+QtGui/qwindowdefs.h
+-
+QtCore/qrect.h
+-
+
+/opt/local/include/QtGui/qpainterpath.h
+QtGui/qmatrix.h
+-
+QtCore/qglobal.h
+-
+QtCore/qrect.h
+-
+QtCore/qline.h
+-
+QtCore/qvector.h
+-
+QtCore/qscopedpointer.h
+-
+
+/opt/local/include/QtGui/qpalette.h
+QtGui/qwindowdefs.h
+-
+QtGui/qcolor.h
+-
+QtGui/qbrush.h
+-
+
+/opt/local/include/QtGui/qpen.h
+QtGui/qcolor.h
+-
+QtGui/qbrush.h
+-
+
+/opt/local/include/QtGui/qpixmap.h
+QtGui/qpaintdevice.h
+-
+QtGui/qcolor.h
+-
+QtCore/qnamespace.h
+-
+QtCore/qstring.h
+-
+QtCore/qsharedpointer.h
+-
+QtGui/qimage.h
+-
+QtGui/qtransform.h
+-
+
+/opt/local/include/QtGui/qplatformwindow_qpa.h
+QtCore/qscopedpointer.h
+-
+QtCore/qrect.h
+-
+QtCore/qstring.h
+-
+QtGui/qwindowdefs.h
+-
+
+/opt/local/include/QtGui/qplatformwindowformat_qpa.h
+QtGui/QPlatformWindow
+-
+
+/opt/local/include/QtGui/qpolygon.h
+QtCore/qvector.h
+-
+QtCore/qpoint.h
+-
+QtCore/qrect.h
+-
+
+/opt/local/include/QtGui/qprogressdialog.h
+QtGui/qdialog.h
+-
+
+/opt/local/include/QtGui/qpushbutton.h
+QtGui/qabstractbutton.h
+-
+
+/opt/local/include/QtGui/qrawfont.h
+QtCore/qstring.h
+-
+QtCore/qiodevice.h
+-
+QtCore/qglobal.h
+-
+QtCore/qobject.h
+-
+QtCore/qpoint.h
+-
+QtGui/qfont.h
+-
+QtGui/qtransform.h
+-
+QtGui/qfontdatabase.h
+-
+
+/opt/local/include/QtGui/qregion.h
+QtCore/qatomic.h
+-
+QtCore/qrect.h
+-
+QtGui/qwindowdefs.h
+-
+QtCore/qdatastream.h
+-
+
+/opt/local/include/QtGui/qrgb.h
+QtCore/qglobal.h
+-
+
+/opt/local/include/QtGui/qrubberband.h
+QtGui/qwidget.h
+-
+
+/opt/local/include/QtGui/qsizepolicy.h
+QtCore/qobject.h
+-
+
+/opt/local/include/QtGui/qslider.h
+QtGui/qabstractslider.h
+-
+
+/opt/local/include/QtGui/qspinbox.h
+QtGui/qabstractspinbox.h
+-
+
+/opt/local/include/QtGui/qsplitter.h
+QtGui/qframe.h
+-
+QtGui/qsizepolicy.h
+-
+
+/opt/local/include/QtGui/qstyle.h
+QtCore/qobject.h
+-
+QtCore/qrect.h
+-
+QtCore/qsize.h
+-
+QtGui/qicon.h
+-
+QtGui/qpixmap.h
+-
+QtGui/qpalette.h
+-
+QtGui/qsizepolicy.h
+-
+
+/opt/local/include/QtGui/qstyleoption.h
+QtCore/qvariant.h
+-
+QtGui/qabstractspinbox.h
+-
+QtGui/qicon.h
+-
+QtGui/qmatrix.h
+-
+QtGui/qslider.h
+-
+QtGui/qstyle.h
+-
+QtGui/qtabbar.h
+-
+QtGui/qtabwidget.h
+-
+QtGui/qrubberband.h
+-
+QtGui/qframe.h
+-
+QtCore/qabstractitemmodel.h
+-
+
+/opt/local/include/QtGui/qtabbar.h
+QtGui/qwidget.h
+-
+
+/opt/local/include/QtGui/qtabwidget.h
+QtGui/qwidget.h
+-
+QtGui/qicon.h
+-
+
+/opt/local/include/QtGui/qtextbrowser.h
+QtGui/qtextedit.h
+-
+QtCore/qurl.h
+-
+
+/opt/local/include/QtGui/qtextcursor.h
+QtCore/qstring.h
+-
+QtCore/qshareddata.h
+-
+QtGui/qtextformat.h
+-
+
+/opt/local/include/QtGui/qtextdocument.h
+QtCore/qobject.h
+-
+QtCore/qsize.h
+-
+QtCore/qrect.h
+-
+QtGui/qfont.h
+-
+
+/opt/local/include/QtGui/qtextedit.h
+QtGui/qabstractscrollarea.h
+-
+QtGui/qtextdocument.h
+-
+QtGui/qtextoption.h
+-
+QtGui/qtextcursor.h
+-
+QtGui/qtextformat.h
+-
+QtGui/qtextobject.h
+-
+QtGui/qtextlayout.h
+-
+
+/opt/local/include/QtGui/qtextformat.h
+QtGui/qcolor.h
+-
+QtGui/qfont.h
+-
+QtCore/qshareddata.h
+-
+QtCore/qvector.h
+-
+QtCore/qvariant.h
+-
+QtGui/qpen.h
+-
+QtGui/qbrush.h
+-
+QtGui/qtextoption.h
+-
+
+/opt/local/include/QtGui/qtextlayout.h
+QtCore/qstring.h
+-
+QtCore/qnamespace.h
+-
+QtCore/qrect.h
+-
+QtCore/qvector.h
+-
+QtGui/qcolor.h
+-
+QtCore/qobject.h
+-
+QtGui/qevent.h
+-
+QtGui/qtextformat.h
+-
+QtGui/qglyphrun.h
+-
+QtGui/qtextcursor.h
+-
+
+/opt/local/include/QtGui/qtextobject.h
+QtCore/qobject.h
+-
+QtGui/qtextformat.h
+-
+QtGui/qglyphrun.h
+-
+
+/opt/local/include/QtGui/qtextoption.h
+QtCore/qnamespace.h
+-
+QtCore/qchar.h
+-
+QtCore/qmetatype.h
+-
+
+/opt/local/include/QtGui/qtransform.h
+QtGui/qmatrix.h
+-
+QtGui/qpainterpath.h
+-
+QtGui/qpolygon.h
+-
+QtGui/qregion.h
+-
+QtGui/qwindowdefs.h
+-
+QtCore/qline.h
+-
+QtCore/qpoint.h
+-
+QtCore/qrect.h
+-
+
+/opt/local/include/QtGui/qtransportauth_qws.h
+QtCore/qglobal.h
+-
+QtCore/qobject.h
+-
+QtCore/qhash.h
+-
+QtCore/qstring.h
+-
+QtCore/qbuffer.h
+-
+QtCore/qpointer.h
+-
+sys/types.h
+-
+
+/opt/local/include/QtGui/qvalidator.h
+QtCore/qobject.h
+-
+QtCore/qstring.h
+-
+QtCore/qregexp.h
+-
+QtCore/qlocale.h
+-
+
+/opt/local/include/QtGui/qwidget.h
+QtGui/qwindowdefs.h
+-
+QtCore/qobject.h
+-
+QtCore/qmargins.h
+-
+QtGui/qpaintdevice.h
+-
+QtGui/qpalette.h
+-
+QtGui/qfont.h
+-
+QtGui/qfontmetrics.h
+-
+QtGui/qfontinfo.h
+-
+QtGui/qsizepolicy.h
+-
+QtGui/qregion.h
+-
+QtGui/qbrush.h
+-
+QtGui/qcursor.h
+-
+QtGui/qkeysequence.h
+-
+QtGui/qplatformwindowformat_qpa.h
+-
+QtGui/qevent.h
+-
+
+/opt/local/include/QtGui/qwindowdefs.h
+QtCore/qobjectdefs.h
+-
+QtCore/qnamespace.h
+-
+QtGui/qmacdefines_mac.h
+-
+QtGui/qwindowdefs_win.h
+-
+
+/opt/local/include/QtGui/qwindowdefs_win.h
+QtCore/qglobal.h
+-
+
+/opt/local/include/QtGui/qwmatrix.h
+QtGui/qmatrix.h
+-
+
diff --git a/cutecom-0.22.0/CMakeFiles/cutecom.dir/DependInfo.cmake b/cutecom-0.22.0/CMakeFiles/cutecom.dir/DependInfo.cmake
new file mode 100644
index 0000000..cbaf74a
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/cutecom.dir/DependInfo.cmake
@@ -0,0 +1,49 @@
+# The set of languages for which implicit dependencies are needed:
+SET(CMAKE_DEPENDS_LANGUAGES
+ "CXX"
+ )
+# The set of files for implicit dependencies of each language:
+SET(CMAKE_DEPENDS_CHECK_CXX
+ "/Users/lynxeyed/Desktop/cutecom-0.22.0/main.cpp" "/Users/lynxeyed/Desktop/cutecom-0.22.0/CMakeFiles/cutecom.dir/main.cpp.o"
+ "/Users/lynxeyed/Desktop/cutecom-0.22.0/moc_qcppdialogimpl.cxx" "/Users/lynxeyed/Desktop/cutecom-0.22.0/CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o"
+ "/Users/lynxeyed/Desktop/cutecom-0.22.0/qcppdialogimpl.cpp" "/Users/lynxeyed/Desktop/cutecom-0.22.0/CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o"
+ )
+SET(CMAKE_CXX_COMPILER_ID "Clang")
+
+# Preprocessor definitions for this target.
+SET(CMAKE_TARGET_DEFINITIONS
+ "QT3_SUPPORT"
+ )
+
+# Targets to which this target links.
+SET(CMAKE_TARGET_LINKED_INFO_FILES
+ )
+
+# The include file search paths:
+SET(CMAKE_C_TARGET_INCLUDE_PATH
+ "/opt/local/include/QtDesigner"
+ "/opt/local/include/QtDeclarative"
+ "/opt/local/include/QtScriptTools"
+ "/opt/local/include/QtDBus"
+ "/opt/local/include/QtXml"
+ "/opt/local/include/QtSql"
+ "/opt/local/include/QtOpenGL"
+ "/opt/local/include/QtMultimedia"
+ "/opt/local/include/QtNetwork"
+ "/opt/local/include/QtXmlPatterns"
+ "/opt/local/include/QtWebKit"
+ "/opt/local/include/QtHelp"
+ "/opt/local/include/QtUiTools"
+ "/opt/local/include/QtTest"
+ "/opt/local/include/QtScript"
+ "/opt/local/include/QtSvg"
+ "/opt/local/include/Qt3Support"
+ "/opt/local/include/QtGui"
+ "/opt/local/include/QtCore"
+ "/opt/local/share/qt4/mkspecs/default"
+ "/opt/local/include"
+ "."
+ )
+SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
+SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
diff --git a/cutecom-0.22.0/CMakeFiles/cutecom.dir/build.make b/cutecom-0.22.0/CMakeFiles/cutecom.dir/build.make
new file mode 100644
index 0000000..89074b0
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/cutecom.dir/build.make
@@ -0,0 +1,168 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /opt/local/bin/cmake
+
+# The command to remove a file.
+RM = /opt/local/bin/cmake -E remove -f
+
+# The program to use to edit the cache.
+CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /Users/lynxeyed/Desktop/cutecom-0.22.0
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /Users/lynxeyed/Desktop/cutecom-0.22.0
+
+# Include any dependencies generated for this target.
+include CMakeFiles/cutecom.dir/depend.make
+
+# Include the progress variables for this target.
+include CMakeFiles/cutecom.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include CMakeFiles/cutecom.dir/flags.make
+
+moc_qcppdialogimpl.cxx: qcppdialogimpl.h
+ $(CMAKE_COMMAND) -E cmake_progress_report /Users/lynxeyed/Desktop/cutecom-0.22.0/CMakeFiles $(CMAKE_PROGRESS_1)
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Generating moc_qcppdialogimpl.cxx"
+ /opt/local/bin/moc -I/opt/local/include/QtDesigner -I/opt/local/include/QtDeclarative -I/opt/local/include/QtScriptTools -I/opt/local/include/QtDBus -I/opt/local/include/QtDesigner -I/opt/local/include/QtXml -I/opt/local/include/QtSql -I/opt/local/include/QtOpenGL -I/opt/local/include/QtMultimedia -I/opt/local/include/QtNetwork -I/opt/local/include/QtXmlPatterns -I/opt/local/include/QtWebKit -I/opt/local/include/QtHelp -I/opt/local/include/QtUiTools -I/opt/local/include/QtTest -I/opt/local/include/QtScript -I/opt/local/include/QtSvg -I/opt/local/include/Qt3Support -I/opt/local/include/QtGui -I/opt/local/include/QtCore -I/opt/local/share/qt4/mkspecs/default -I/opt/local/include -I/opt/local/include/QtCore -I/Users/lynxeyed/Desktop/cutecom-0.22.0 -DQT3_SUPPORT -o /Users/lynxeyed/Desktop/cutecom-0.22.0/moc_qcppdialogimpl.cxx /Users/lynxeyed/Desktop/cutecom-0.22.0/qcppdialogimpl.h
+
+ui_cutecommdlg.h: cutecommdlg.ui
+ $(CMAKE_COMMAND) -E cmake_progress_report /Users/lynxeyed/Desktop/cutecom-0.22.0/CMakeFiles $(CMAKE_PROGRESS_2)
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Generating ui_cutecommdlg.h"
+ /opt/local/bin/uic -o /Users/lynxeyed/Desktop/cutecom-0.22.0/ui_cutecommdlg.h /Users/lynxeyed/Desktop/cutecom-0.22.0/cutecommdlg.ui
+
+CMakeFiles/cutecom.dir/main.cpp.o: CMakeFiles/cutecom.dir/flags.make
+CMakeFiles/cutecom.dir/main.cpp.o: main.cpp
+ $(CMAKE_COMMAND) -E cmake_progress_report /Users/lynxeyed/Desktop/cutecom-0.22.0/CMakeFiles $(CMAKE_PROGRESS_3)
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/cutecom.dir/main.cpp.o"
+ /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/cutecom.dir/main.cpp.o -c /Users/lynxeyed/Desktop/cutecom-0.22.0/main.cpp
+
+CMakeFiles/cutecom.dir/main.cpp.i: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/cutecom.dir/main.cpp.i"
+ /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /Users/lynxeyed/Desktop/cutecom-0.22.0/main.cpp > CMakeFiles/cutecom.dir/main.cpp.i
+
+CMakeFiles/cutecom.dir/main.cpp.s: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/cutecom.dir/main.cpp.s"
+ /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /Users/lynxeyed/Desktop/cutecom-0.22.0/main.cpp -o CMakeFiles/cutecom.dir/main.cpp.s
+
+CMakeFiles/cutecom.dir/main.cpp.o.requires:
+.PHONY : CMakeFiles/cutecom.dir/main.cpp.o.requires
+
+CMakeFiles/cutecom.dir/main.cpp.o.provides: CMakeFiles/cutecom.dir/main.cpp.o.requires
+ $(MAKE) -f CMakeFiles/cutecom.dir/build.make CMakeFiles/cutecom.dir/main.cpp.o.provides.build
+.PHONY : CMakeFiles/cutecom.dir/main.cpp.o.provides
+
+CMakeFiles/cutecom.dir/main.cpp.o.provides.build: CMakeFiles/cutecom.dir/main.cpp.o
+
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: CMakeFiles/cutecom.dir/flags.make
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: qcppdialogimpl.cpp
+ $(CMAKE_COMMAND) -E cmake_progress_report /Users/lynxeyed/Desktop/cutecom-0.22.0/CMakeFiles $(CMAKE_PROGRESS_4)
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o"
+ /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o -c /Users/lynxeyed/Desktop/cutecom-0.22.0/qcppdialogimpl.cpp
+
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.i: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.i"
+ /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /Users/lynxeyed/Desktop/cutecom-0.22.0/qcppdialogimpl.cpp > CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.i
+
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.s: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.s"
+ /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /Users/lynxeyed/Desktop/cutecom-0.22.0/qcppdialogimpl.cpp -o CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.s
+
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o.requires:
+.PHONY : CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o.requires
+
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o.provides: CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o.requires
+ $(MAKE) -f CMakeFiles/cutecom.dir/build.make CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o.provides.build
+.PHONY : CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o.provides
+
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o.provides.build: CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o
+
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: CMakeFiles/cutecom.dir/flags.make
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: moc_qcppdialogimpl.cxx
+ $(CMAKE_COMMAND) -E cmake_progress_report /Users/lynxeyed/Desktop/cutecom-0.22.0/CMakeFiles $(CMAKE_PROGRESS_5)
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o"
+ /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o -c /Users/lynxeyed/Desktop/cutecom-0.22.0/moc_qcppdialogimpl.cxx
+
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.i: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.i"
+ /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /Users/lynxeyed/Desktop/cutecom-0.22.0/moc_qcppdialogimpl.cxx > CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.i
+
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.s: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.s"
+ /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /Users/lynxeyed/Desktop/cutecom-0.22.0/moc_qcppdialogimpl.cxx -o CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.s
+
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o.requires:
+.PHONY : CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o.requires
+
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o.provides: CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o.requires
+ $(MAKE) -f CMakeFiles/cutecom.dir/build.make CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o.provides.build
+.PHONY : CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o.provides
+
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o.provides.build: CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o
+
+# Object files for target cutecom
+cutecom_OBJECTS = \
+"CMakeFiles/cutecom.dir/main.cpp.o" \
+"CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o" \
+"CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o"
+
+# External object files for target cutecom
+cutecom_EXTERNAL_OBJECTS =
+
+CuteCom.app/Contents/MacOS/CuteCom: CMakeFiles/cutecom.dir/main.cpp.o
+CuteCom.app/Contents/MacOS/CuteCom: CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o
+CuteCom.app/Contents/MacOS/CuteCom: CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o
+CuteCom.app/Contents/MacOS/CuteCom: CMakeFiles/cutecom.dir/build.make
+CuteCom.app/Contents/MacOS/CuteCom: /opt/local/lib/libQt3Support.dylib
+CuteCom.app/Contents/MacOS/CuteCom: /opt/local/lib/libQtGui.dylib
+CuteCom.app/Contents/MacOS/CuteCom: /opt/local/lib/libQtCore.dylib
+CuteCom.app/Contents/MacOS/CuteCom: CMakeFiles/cutecom.dir/link.txt
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable CuteCom.app/Contents/MacOS/CuteCom"
+ $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/cutecom.dir/link.txt --verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+CMakeFiles/cutecom.dir/build: CuteCom.app/Contents/MacOS/CuteCom
+.PHONY : CMakeFiles/cutecom.dir/build
+
+CMakeFiles/cutecom.dir/requires: CMakeFiles/cutecom.dir/main.cpp.o.requires
+CMakeFiles/cutecom.dir/requires: CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o.requires
+CMakeFiles/cutecom.dir/requires: CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o.requires
+.PHONY : CMakeFiles/cutecom.dir/requires
+
+CMakeFiles/cutecom.dir/clean:
+ $(CMAKE_COMMAND) -P CMakeFiles/cutecom.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/cutecom.dir/clean
+
+CMakeFiles/cutecom.dir/depend: moc_qcppdialogimpl.cxx
+CMakeFiles/cutecom.dir/depend: ui_cutecommdlg.h
+ cd /Users/lynxeyed/Desktop/cutecom-0.22.0 && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/lynxeyed/Desktop/cutecom-0.22.0 /Users/lynxeyed/Desktop/cutecom-0.22.0 /Users/lynxeyed/Desktop/cutecom-0.22.0 /Users/lynxeyed/Desktop/cutecom-0.22.0 /Users/lynxeyed/Desktop/cutecom-0.22.0/CMakeFiles/cutecom.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/cutecom.dir/depend
+
diff --git a/cutecom-0.22.0/CMakeFiles/cutecom.dir/cmake_clean.cmake b/cutecom-0.22.0/CMakeFiles/cutecom.dir/cmake_clean.cmake
new file mode 100644
index 0000000..04981f5
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/cutecom.dir/cmake_clean.cmake
@@ -0,0 +1,14 @@
+FILE(REMOVE_RECURSE
+ "moc_qcppdialogimpl.cxx"
+ "ui_cutecommdlg.h"
+ "CMakeFiles/cutecom.dir/main.cpp.o"
+ "CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o"
+ "CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o"
+ "CuteCom.app/Contents/MacOS/CuteCom.pdb"
+ "CuteCom.app/Contents/MacOS/CuteCom"
+)
+
+# Per-language clean rules from dependency scanning.
+FOREACH(lang CXX)
+ INCLUDE(CMakeFiles/cutecom.dir/cmake_clean_${lang}.cmake OPTIONAL)
+ENDFOREACH(lang)
diff --git a/cutecom-0.22.0/CMakeFiles/cutecom.dir/depend.internal b/cutecom-0.22.0/CMakeFiles/cutecom.dir/depend.internal
new file mode 100644
index 0000000..d7b8e85
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/cutecom.dir/depend.internal
@@ -0,0 +1,572 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+CMakeFiles/cutecom.dir/main.cpp.o
+ /Users/lynxeyed/Desktop/cutecom-0.22.0/main.cpp
+ /Users/lynxeyed/Desktop/cutecom-0.22.0/qcppdialogimpl.h
+ /Users/lynxeyed/Desktop/cutecom-0.22.0/ui_cutecommdlg.h
+ /opt/local/include/Qt3Support/Q3MimeSourceFactory
+ /opt/local/include/Qt3Support/q3cstring.h
+ /opt/local/include/Qt3Support/q3mimefactory.h
+ /opt/local/include/Qt3Support/q3valuelist.h
+ /opt/local/include/QtCore/QEvent
+ /opt/local/include/QtCore/QPoint
+ /opt/local/include/QtCore/QPointF
+ /opt/local/include/QtCore/QVariant
+ /opt/local/include/QtCore/qabstractitemmodel.h
+ /opt/local/include/QtCore/qalgorithms.h
+ /opt/local/include/QtCore/qatomic.h
+ /opt/local/include/QtCore/qatomic_alpha.h
+ /opt/local/include/QtCore/qatomic_arch.h
+ /opt/local/include/QtCore/qatomic_arm.h
+ /opt/local/include/QtCore/qatomic_armv5.h
+ /opt/local/include/QtCore/qatomic_armv6.h
+ /opt/local/include/QtCore/qatomic_armv7.h
+ /opt/local/include/QtCore/qatomic_avr32.h
+ /opt/local/include/QtCore/qatomic_bfin.h
+ /opt/local/include/QtCore/qatomic_bootstrap.h
+ /opt/local/include/QtCore/qatomic_generic.h
+ /opt/local/include/QtCore/qatomic_i386.h
+ /opt/local/include/QtCore/qatomic_ia64.h
+ /opt/local/include/QtCore/qatomic_integrity.h
+ /opt/local/include/QtCore/qatomic_macosx.h
+ /opt/local/include/QtCore/qatomic_mips.h
+ /opt/local/include/QtCore/qatomic_parisc.h
+ /opt/local/include/QtCore/qatomic_powerpc.h
+ /opt/local/include/QtCore/qatomic_s390.h
+ /opt/local/include/QtCore/qatomic_sh.h
+ /opt/local/include/QtCore/qatomic_sh4a.h
+ /opt/local/include/QtCore/qatomic_sparc.h
+ /opt/local/include/QtCore/qatomic_symbian.h
+ /opt/local/include/QtCore/qatomic_vxworks.h
+ /opt/local/include/QtCore/qatomic_windows.h
+ /opt/local/include/QtCore/qatomic_windowsce.h
+ /opt/local/include/QtCore/qatomic_x86_64.h
+ /opt/local/include/QtCore/qbasicatomic.h
+ /opt/local/include/QtCore/qbasictimer.h
+ /opt/local/include/QtCore/qbuffer.h
+ /opt/local/include/QtCore/qbytearray.h
+ /opt/local/include/QtCore/qchar.h
+ /opt/local/include/QtCore/qconfig.h
+ /opt/local/include/QtCore/qcoreapplication.h
+ /opt/local/include/QtCore/qcoreevent.h
+ /opt/local/include/QtCore/qdatastream.h
+ /opt/local/include/QtCore/qdatetime.h
+ /opt/local/include/QtCore/qeventloop.h
+ /opt/local/include/QtCore/qfeatures.h
+ /opt/local/include/QtCore/qfile.h
+ /opt/local/include/QtCore/qglobal.h
+ /opt/local/include/QtCore/qhash.h
+ /opt/local/include/QtCore/qiodevice.h
+ /opt/local/include/QtCore/qiterator.h
+ /opt/local/include/QtCore/qline.h
+ /opt/local/include/QtCore/qlinkedlist.h
+ /opt/local/include/QtCore/qlist.h
+ /opt/local/include/QtCore/qlocale.h
+ /opt/local/include/QtCore/qmap.h
+ /opt/local/include/QtCore/qmargins.h
+ /opt/local/include/QtCore/qmetatype.h
+ /opt/local/include/QtCore/qmimedata.h
+ /opt/local/include/QtCore/qnamespace.h
+ /opt/local/include/QtCore/qobject.h
+ /opt/local/include/QtCore/qobjectdefs.h
+ /opt/local/include/QtCore/qpair.h
+ /opt/local/include/QtCore/qpoint.h
+ /opt/local/include/QtCore/qpointer.h
+ /opt/local/include/QtCore/qrect.h
+ /opt/local/include/QtCore/qregexp.h
+ /opt/local/include/QtCore/qscopedpointer.h
+ /opt/local/include/QtCore/qset.h
+ /opt/local/include/QtCore/qshareddata.h
+ /opt/local/include/QtCore/qsharedpointer.h
+ /opt/local/include/QtCore/qsharedpointer_impl.h
+ /opt/local/include/QtCore/qsize.h
+ /opt/local/include/QtCore/qsocketnotifier.h
+ /opt/local/include/QtCore/qstring.h
+ /opt/local/include/QtCore/qstringbuilder.h
+ /opt/local/include/QtCore/qstringlist.h
+ /opt/local/include/QtCore/qstringmatcher.h
+ /opt/local/include/QtCore/qtimer.h
+ /opt/local/include/QtCore/qurl.h
+ /opt/local/include/QtCore/qvariant.h
+ /opt/local/include/QtCore/qvector.h
+ /opt/local/include/QtGui/QAction
+ /opt/local/include/QtGui/QApplication
+ /opt/local/include/QtGui/QButtonGroup
+ /opt/local/include/QtGui/QCheckBox
+ /opt/local/include/QtGui/QComboBox
+ /opt/local/include/QtGui/QFrame
+ /opt/local/include/QtGui/QGridLayout
+ /opt/local/include/QtGui/QHBoxLayout
+ /opt/local/include/QtGui/QHeaderView
+ /opt/local/include/QtGui/QLabel
+ /opt/local/include/QtGui/QLineEdit
+ /opt/local/include/QtGui/QListWidget
+ /opt/local/include/QtGui/QPlatformWindow
+ /opt/local/include/QtGui/QPushButton
+ /opt/local/include/QtGui/QResizeEvent
+ /opt/local/include/QtGui/QSpacerItem
+ /opt/local/include/QtGui/QSpinBox
+ /opt/local/include/QtGui/QSplitter
+ /opt/local/include/QtGui/QTextBrowser
+ /opt/local/include/QtGui/QVBoxLayout
+ /opt/local/include/QtGui/QWidget
+ /opt/local/include/QtGui/qabstractbutton.h
+ /opt/local/include/QtGui/qabstractitemdelegate.h
+ /opt/local/include/QtGui/qabstractitemview.h
+ /opt/local/include/QtGui/qabstractscrollarea.h
+ /opt/local/include/QtGui/qabstractslider.h
+ /opt/local/include/QtGui/qabstractspinbox.h
+ /opt/local/include/QtGui/qaction.h
+ /opt/local/include/QtGui/qactiongroup.h
+ /opt/local/include/QtGui/qapplication.h
+ /opt/local/include/QtGui/qboxlayout.h
+ /opt/local/include/QtGui/qbrush.h
+ /opt/local/include/QtGui/qbuttongroup.h
+ /opt/local/include/QtGui/qcheckbox.h
+ /opt/local/include/QtGui/qcolor.h
+ /opt/local/include/QtGui/qcombobox.h
+ /opt/local/include/QtGui/qcursor.h
+ /opt/local/include/QtGui/qdesktopwidget.h
+ /opt/local/include/QtGui/qdrag.h
+ /opt/local/include/QtGui/qevent.h
+ /opt/local/include/QtGui/qfont.h
+ /opt/local/include/QtGui/qfontdatabase.h
+ /opt/local/include/QtGui/qfontinfo.h
+ /opt/local/include/QtGui/qfontmetrics.h
+ /opt/local/include/QtGui/qframe.h
+ /opt/local/include/QtGui/qglyphrun.h
+ /opt/local/include/QtGui/qgridlayout.h
+ /opt/local/include/QtGui/qheaderview.h
+ /opt/local/include/QtGui/qicon.h
+ /opt/local/include/QtGui/qimage.h
+ /opt/local/include/QtGui/qitemselectionmodel.h
+ /opt/local/include/QtGui/qkeysequence.h
+ /opt/local/include/QtGui/qlabel.h
+ /opt/local/include/QtGui/qlayout.h
+ /opt/local/include/QtGui/qlayoutitem.h
+ /opt/local/include/QtGui/qlineedit.h
+ /opt/local/include/QtGui/qlistview.h
+ /opt/local/include/QtGui/qlistwidget.h
+ /opt/local/include/QtGui/qmacdefines_mac.h
+ /opt/local/include/QtGui/qmatrix.h
+ /opt/local/include/QtGui/qmime.h
+ /opt/local/include/QtGui/qpaintdevice.h
+ /opt/local/include/QtGui/qpainterpath.h
+ /opt/local/include/QtGui/qpalette.h
+ /opt/local/include/QtGui/qpen.h
+ /opt/local/include/QtGui/qpixmap.h
+ /opt/local/include/QtGui/qplatformwindow_qpa.h
+ /opt/local/include/QtGui/qplatformwindowformat_qpa.h
+ /opt/local/include/QtGui/qpolygon.h
+ /opt/local/include/QtGui/qpushbutton.h
+ /opt/local/include/QtGui/qrawfont.h
+ /opt/local/include/QtGui/qregion.h
+ /opt/local/include/QtGui/qrgb.h
+ /opt/local/include/QtGui/qrubberband.h
+ /opt/local/include/QtGui/qsizepolicy.h
+ /opt/local/include/QtGui/qslider.h
+ /opt/local/include/QtGui/qspinbox.h
+ /opt/local/include/QtGui/qsplitter.h
+ /opt/local/include/QtGui/qstyle.h
+ /opt/local/include/QtGui/qstyleoption.h
+ /opt/local/include/QtGui/qtabbar.h
+ /opt/local/include/QtGui/qtabwidget.h
+ /opt/local/include/QtGui/qtextbrowser.h
+ /opt/local/include/QtGui/qtextcursor.h
+ /opt/local/include/QtGui/qtextdocument.h
+ /opt/local/include/QtGui/qtextedit.h
+ /opt/local/include/QtGui/qtextformat.h
+ /opt/local/include/QtGui/qtextlayout.h
+ /opt/local/include/QtGui/qtextobject.h
+ /opt/local/include/QtGui/qtextoption.h
+ /opt/local/include/QtGui/qtransform.h
+ /opt/local/include/QtGui/qtransportauth_qws.h
+ /opt/local/include/QtGui/qvalidator.h
+ /opt/local/include/QtGui/qwidget.h
+ /opt/local/include/QtGui/qwindowdefs.h
+ /opt/local/include/QtGui/qwindowdefs_win.h
+ /opt/local/include/QtGui/qwmatrix.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o
+ /Users/lynxeyed/Desktop/cutecom-0.22.0/moc_qcppdialogimpl.cxx
+ /Users/lynxeyed/Desktop/cutecom-0.22.0/qcppdialogimpl.h
+ /Users/lynxeyed/Desktop/cutecom-0.22.0/ui_cutecommdlg.h
+ /opt/local/include/Qt3Support/Q3MimeSourceFactory
+ /opt/local/include/Qt3Support/q3cstring.h
+ /opt/local/include/Qt3Support/q3mimefactory.h
+ /opt/local/include/Qt3Support/q3valuelist.h
+ /opt/local/include/QtCore/QEvent
+ /opt/local/include/QtCore/QPoint
+ /opt/local/include/QtCore/QPointF
+ /opt/local/include/QtCore/QVariant
+ /opt/local/include/QtCore/qabstractitemmodel.h
+ /opt/local/include/QtCore/qalgorithms.h
+ /opt/local/include/QtCore/qatomic.h
+ /opt/local/include/QtCore/qatomic_alpha.h
+ /opt/local/include/QtCore/qatomic_arch.h
+ /opt/local/include/QtCore/qatomic_arm.h
+ /opt/local/include/QtCore/qatomic_armv5.h
+ /opt/local/include/QtCore/qatomic_armv6.h
+ /opt/local/include/QtCore/qatomic_armv7.h
+ /opt/local/include/QtCore/qatomic_avr32.h
+ /opt/local/include/QtCore/qatomic_bfin.h
+ /opt/local/include/QtCore/qatomic_bootstrap.h
+ /opt/local/include/QtCore/qatomic_generic.h
+ /opt/local/include/QtCore/qatomic_i386.h
+ /opt/local/include/QtCore/qatomic_ia64.h
+ /opt/local/include/QtCore/qatomic_integrity.h
+ /opt/local/include/QtCore/qatomic_macosx.h
+ /opt/local/include/QtCore/qatomic_mips.h
+ /opt/local/include/QtCore/qatomic_parisc.h
+ /opt/local/include/QtCore/qatomic_powerpc.h
+ /opt/local/include/QtCore/qatomic_s390.h
+ /opt/local/include/QtCore/qatomic_sh.h
+ /opt/local/include/QtCore/qatomic_sh4a.h
+ /opt/local/include/QtCore/qatomic_sparc.h
+ /opt/local/include/QtCore/qatomic_symbian.h
+ /opt/local/include/QtCore/qatomic_vxworks.h
+ /opt/local/include/QtCore/qatomic_windows.h
+ /opt/local/include/QtCore/qatomic_windowsce.h
+ /opt/local/include/QtCore/qatomic_x86_64.h
+ /opt/local/include/QtCore/qbasicatomic.h
+ /opt/local/include/QtCore/qbasictimer.h
+ /opt/local/include/QtCore/qbuffer.h
+ /opt/local/include/QtCore/qbytearray.h
+ /opt/local/include/QtCore/qchar.h
+ /opt/local/include/QtCore/qconfig.h
+ /opt/local/include/QtCore/qcoreapplication.h
+ /opt/local/include/QtCore/qcoreevent.h
+ /opt/local/include/QtCore/qdatastream.h
+ /opt/local/include/QtCore/qdatetime.h
+ /opt/local/include/QtCore/qeventloop.h
+ /opt/local/include/QtCore/qfeatures.h
+ /opt/local/include/QtCore/qfile.h
+ /opt/local/include/QtCore/qglobal.h
+ /opt/local/include/QtCore/qhash.h
+ /opt/local/include/QtCore/qiodevice.h
+ /opt/local/include/QtCore/qiterator.h
+ /opt/local/include/QtCore/qline.h
+ /opt/local/include/QtCore/qlinkedlist.h
+ /opt/local/include/QtCore/qlist.h
+ /opt/local/include/QtCore/qlocale.h
+ /opt/local/include/QtCore/qmap.h
+ /opt/local/include/QtCore/qmargins.h
+ /opt/local/include/QtCore/qmetatype.h
+ /opt/local/include/QtCore/qmimedata.h
+ /opt/local/include/QtCore/qnamespace.h
+ /opt/local/include/QtCore/qobject.h
+ /opt/local/include/QtCore/qobjectdefs.h
+ /opt/local/include/QtCore/qpair.h
+ /opt/local/include/QtCore/qpoint.h
+ /opt/local/include/QtCore/qpointer.h
+ /opt/local/include/QtCore/qrect.h
+ /opt/local/include/QtCore/qregexp.h
+ /opt/local/include/QtCore/qscopedpointer.h
+ /opt/local/include/QtCore/qset.h
+ /opt/local/include/QtCore/qshareddata.h
+ /opt/local/include/QtCore/qsharedpointer.h
+ /opt/local/include/QtCore/qsharedpointer_impl.h
+ /opt/local/include/QtCore/qsize.h
+ /opt/local/include/QtCore/qsocketnotifier.h
+ /opt/local/include/QtCore/qstring.h
+ /opt/local/include/QtCore/qstringbuilder.h
+ /opt/local/include/QtCore/qstringlist.h
+ /opt/local/include/QtCore/qstringmatcher.h
+ /opt/local/include/QtCore/qtimer.h
+ /opt/local/include/QtCore/qurl.h
+ /opt/local/include/QtCore/qvariant.h
+ /opt/local/include/QtCore/qvector.h
+ /opt/local/include/QtGui/QAction
+ /opt/local/include/QtGui/QApplication
+ /opt/local/include/QtGui/QButtonGroup
+ /opt/local/include/QtGui/QCheckBox
+ /opt/local/include/QtGui/QComboBox
+ /opt/local/include/QtGui/QFrame
+ /opt/local/include/QtGui/QGridLayout
+ /opt/local/include/QtGui/QHBoxLayout
+ /opt/local/include/QtGui/QHeaderView
+ /opt/local/include/QtGui/QLabel
+ /opt/local/include/QtGui/QLineEdit
+ /opt/local/include/QtGui/QListWidget
+ /opt/local/include/QtGui/QPlatformWindow
+ /opt/local/include/QtGui/QPushButton
+ /opt/local/include/QtGui/QResizeEvent
+ /opt/local/include/QtGui/QSpacerItem
+ /opt/local/include/QtGui/QSpinBox
+ /opt/local/include/QtGui/QSplitter
+ /opt/local/include/QtGui/QTextBrowser
+ /opt/local/include/QtGui/QVBoxLayout
+ /opt/local/include/QtGui/QWidget
+ /opt/local/include/QtGui/qabstractbutton.h
+ /opt/local/include/QtGui/qabstractitemdelegate.h
+ /opt/local/include/QtGui/qabstractitemview.h
+ /opt/local/include/QtGui/qabstractscrollarea.h
+ /opt/local/include/QtGui/qabstractslider.h
+ /opt/local/include/QtGui/qabstractspinbox.h
+ /opt/local/include/QtGui/qaction.h
+ /opt/local/include/QtGui/qactiongroup.h
+ /opt/local/include/QtGui/qapplication.h
+ /opt/local/include/QtGui/qboxlayout.h
+ /opt/local/include/QtGui/qbrush.h
+ /opt/local/include/QtGui/qbuttongroup.h
+ /opt/local/include/QtGui/qcheckbox.h
+ /opt/local/include/QtGui/qcolor.h
+ /opt/local/include/QtGui/qcombobox.h
+ /opt/local/include/QtGui/qcursor.h
+ /opt/local/include/QtGui/qdesktopwidget.h
+ /opt/local/include/QtGui/qdrag.h
+ /opt/local/include/QtGui/qevent.h
+ /opt/local/include/QtGui/qfont.h
+ /opt/local/include/QtGui/qfontdatabase.h
+ /opt/local/include/QtGui/qfontinfo.h
+ /opt/local/include/QtGui/qfontmetrics.h
+ /opt/local/include/QtGui/qframe.h
+ /opt/local/include/QtGui/qglyphrun.h
+ /opt/local/include/QtGui/qgridlayout.h
+ /opt/local/include/QtGui/qheaderview.h
+ /opt/local/include/QtGui/qicon.h
+ /opt/local/include/QtGui/qimage.h
+ /opt/local/include/QtGui/qitemselectionmodel.h
+ /opt/local/include/QtGui/qkeysequence.h
+ /opt/local/include/QtGui/qlabel.h
+ /opt/local/include/QtGui/qlayout.h
+ /opt/local/include/QtGui/qlayoutitem.h
+ /opt/local/include/QtGui/qlineedit.h
+ /opt/local/include/QtGui/qlistview.h
+ /opt/local/include/QtGui/qlistwidget.h
+ /opt/local/include/QtGui/qmacdefines_mac.h
+ /opt/local/include/QtGui/qmatrix.h
+ /opt/local/include/QtGui/qmime.h
+ /opt/local/include/QtGui/qpaintdevice.h
+ /opt/local/include/QtGui/qpainterpath.h
+ /opt/local/include/QtGui/qpalette.h
+ /opt/local/include/QtGui/qpen.h
+ /opt/local/include/QtGui/qpixmap.h
+ /opt/local/include/QtGui/qplatformwindow_qpa.h
+ /opt/local/include/QtGui/qplatformwindowformat_qpa.h
+ /opt/local/include/QtGui/qpolygon.h
+ /opt/local/include/QtGui/qpushbutton.h
+ /opt/local/include/QtGui/qrawfont.h
+ /opt/local/include/QtGui/qregion.h
+ /opt/local/include/QtGui/qrgb.h
+ /opt/local/include/QtGui/qrubberband.h
+ /opt/local/include/QtGui/qsizepolicy.h
+ /opt/local/include/QtGui/qslider.h
+ /opt/local/include/QtGui/qspinbox.h
+ /opt/local/include/QtGui/qsplitter.h
+ /opt/local/include/QtGui/qstyle.h
+ /opt/local/include/QtGui/qstyleoption.h
+ /opt/local/include/QtGui/qtabbar.h
+ /opt/local/include/QtGui/qtabwidget.h
+ /opt/local/include/QtGui/qtextbrowser.h
+ /opt/local/include/QtGui/qtextcursor.h
+ /opt/local/include/QtGui/qtextdocument.h
+ /opt/local/include/QtGui/qtextedit.h
+ /opt/local/include/QtGui/qtextformat.h
+ /opt/local/include/QtGui/qtextlayout.h
+ /opt/local/include/QtGui/qtextobject.h
+ /opt/local/include/QtGui/qtextoption.h
+ /opt/local/include/QtGui/qtransform.h
+ /opt/local/include/QtGui/qtransportauth_qws.h
+ /opt/local/include/QtGui/qvalidator.h
+ /opt/local/include/QtGui/qwidget.h
+ /opt/local/include/QtGui/qwindowdefs.h
+ /opt/local/include/QtGui/qwindowdefs_win.h
+ /opt/local/include/QtGui/qwmatrix.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o
+ /Users/lynxeyed/Desktop/cutecom-0.22.0/qcppdialogimpl.cpp
+ /Users/lynxeyed/Desktop/cutecom-0.22.0/qcppdialogimpl.h
+ /Users/lynxeyed/Desktop/cutecom-0.22.0/ui_cutecommdlg.h
+ /opt/local/include/Qt3Support/Q3MimeSourceFactory
+ /opt/local/include/Qt3Support/q3cstring.h
+ /opt/local/include/Qt3Support/q3mimefactory.h
+ /opt/local/include/Qt3Support/q3process.h
+ /opt/local/include/Qt3Support/q3valuelist.h
+ /opt/local/include/QtCore/QEvent
+ /opt/local/include/QtCore/QPoint
+ /opt/local/include/QtCore/QPointF
+ /opt/local/include/QtCore/QVariant
+ /opt/local/include/QtCore/qabstractitemmodel.h
+ /opt/local/include/QtCore/qalgorithms.h
+ /opt/local/include/QtCore/qatomic.h
+ /opt/local/include/QtCore/qatomic_alpha.h
+ /opt/local/include/QtCore/qatomic_arch.h
+ /opt/local/include/QtCore/qatomic_arm.h
+ /opt/local/include/QtCore/qatomic_armv5.h
+ /opt/local/include/QtCore/qatomic_armv6.h
+ /opt/local/include/QtCore/qatomic_armv7.h
+ /opt/local/include/QtCore/qatomic_avr32.h
+ /opt/local/include/QtCore/qatomic_bfin.h
+ /opt/local/include/QtCore/qatomic_bootstrap.h
+ /opt/local/include/QtCore/qatomic_generic.h
+ /opt/local/include/QtCore/qatomic_i386.h
+ /opt/local/include/QtCore/qatomic_ia64.h
+ /opt/local/include/QtCore/qatomic_integrity.h
+ /opt/local/include/QtCore/qatomic_macosx.h
+ /opt/local/include/QtCore/qatomic_mips.h
+ /opt/local/include/QtCore/qatomic_parisc.h
+ /opt/local/include/QtCore/qatomic_powerpc.h
+ /opt/local/include/QtCore/qatomic_s390.h
+ /opt/local/include/QtCore/qatomic_sh.h
+ /opt/local/include/QtCore/qatomic_sh4a.h
+ /opt/local/include/QtCore/qatomic_sparc.h
+ /opt/local/include/QtCore/qatomic_symbian.h
+ /opt/local/include/QtCore/qatomic_vxworks.h
+ /opt/local/include/QtCore/qatomic_windows.h
+ /opt/local/include/QtCore/qatomic_windowsce.h
+ /opt/local/include/QtCore/qatomic_x86_64.h
+ /opt/local/include/QtCore/qbasicatomic.h
+ /opt/local/include/QtCore/qbasictimer.h
+ /opt/local/include/QtCore/qbuffer.h
+ /opt/local/include/QtCore/qbytearray.h
+ /opt/local/include/QtCore/qchar.h
+ /opt/local/include/QtCore/qconfig.h
+ /opt/local/include/QtCore/qcoreapplication.h
+ /opt/local/include/QtCore/qcoreevent.h
+ /opt/local/include/QtCore/qdatastream.h
+ /opt/local/include/QtCore/qdatetime.h
+ /opt/local/include/QtCore/qdir.h
+ /opt/local/include/QtCore/qeventloop.h
+ /opt/local/include/QtCore/qfeatures.h
+ /opt/local/include/QtCore/qfile.h
+ /opt/local/include/QtCore/qfileinfo.h
+ /opt/local/include/QtCore/qglobal.h
+ /opt/local/include/QtCore/qhash.h
+ /opt/local/include/QtCore/qiodevice.h
+ /opt/local/include/QtCore/qiterator.h
+ /opt/local/include/QtCore/qline.h
+ /opt/local/include/QtCore/qlinkedlist.h
+ /opt/local/include/QtCore/qlist.h
+ /opt/local/include/QtCore/qlocale.h
+ /opt/local/include/QtCore/qmap.h
+ /opt/local/include/QtCore/qmargins.h
+ /opt/local/include/QtCore/qmetatype.h
+ /opt/local/include/QtCore/qmimedata.h
+ /opt/local/include/QtCore/qnamespace.h
+ /opt/local/include/QtCore/qobject.h
+ /opt/local/include/QtCore/qobjectdefs.h
+ /opt/local/include/QtCore/qpair.h
+ /opt/local/include/QtCore/qpoint.h
+ /opt/local/include/QtCore/qpointer.h
+ /opt/local/include/QtCore/qrect.h
+ /opt/local/include/QtCore/qregexp.h
+ /opt/local/include/QtCore/qscopedpointer.h
+ /opt/local/include/QtCore/qset.h
+ /opt/local/include/QtCore/qsettings.h
+ /opt/local/include/QtCore/qshareddata.h
+ /opt/local/include/QtCore/qsharedpointer.h
+ /opt/local/include/QtCore/qsharedpointer_impl.h
+ /opt/local/include/QtCore/qsize.h
+ /opt/local/include/QtCore/qsocketnotifier.h
+ /opt/local/include/QtCore/qstring.h
+ /opt/local/include/QtCore/qstringbuilder.h
+ /opt/local/include/QtCore/qstringlist.h
+ /opt/local/include/QtCore/qstringmatcher.h
+ /opt/local/include/QtCore/qtextcodec.h
+ /opt/local/include/QtCore/qtextstream.h
+ /opt/local/include/QtCore/qtimer.h
+ /opt/local/include/QtCore/qurl.h
+ /opt/local/include/QtCore/qvariant.h
+ /opt/local/include/QtCore/qvector.h
+ /opt/local/include/QtGui/QAction
+ /opt/local/include/QtGui/QApplication
+ /opt/local/include/QtGui/QButtonGroup
+ /opt/local/include/QtGui/QCheckBox
+ /opt/local/include/QtGui/QComboBox
+ /opt/local/include/QtGui/QFrame
+ /opt/local/include/QtGui/QGridLayout
+ /opt/local/include/QtGui/QHBoxLayout
+ /opt/local/include/QtGui/QHeaderView
+ /opt/local/include/QtGui/QKeyEvent
+ /opt/local/include/QtGui/QLabel
+ /opt/local/include/QtGui/QLineEdit
+ /opt/local/include/QtGui/QListWidget
+ /opt/local/include/QtGui/QPlatformWindow
+ /opt/local/include/QtGui/QPushButton
+ /opt/local/include/QtGui/QResizeEvent
+ /opt/local/include/QtGui/QSpacerItem
+ /opt/local/include/QtGui/QSpinBox
+ /opt/local/include/QtGui/QSplitter
+ /opt/local/include/QtGui/QTextBrowser
+ /opt/local/include/QtGui/QVBoxLayout
+ /opt/local/include/QtGui/QWidget
+ /opt/local/include/QtGui/qabstractbutton.h
+ /opt/local/include/QtGui/qabstractitemdelegate.h
+ /opt/local/include/QtGui/qabstractitemview.h
+ /opt/local/include/QtGui/qabstractscrollarea.h
+ /opt/local/include/QtGui/qabstractslider.h
+ /opt/local/include/QtGui/qabstractspinbox.h
+ /opt/local/include/QtGui/qaction.h
+ /opt/local/include/QtGui/qactiongroup.h
+ /opt/local/include/QtGui/qapplication.h
+ /opt/local/include/QtGui/qboxlayout.h
+ /opt/local/include/QtGui/qbrush.h
+ /opt/local/include/QtGui/qbuttongroup.h
+ /opt/local/include/QtGui/qcheckbox.h
+ /opt/local/include/QtGui/qcolor.h
+ /opt/local/include/QtGui/qcombobox.h
+ /opt/local/include/QtGui/qcursor.h
+ /opt/local/include/QtGui/qdesktopwidget.h
+ /opt/local/include/QtGui/qdialog.h
+ /opt/local/include/QtGui/qdrag.h
+ /opt/local/include/QtGui/qevent.h
+ /opt/local/include/QtGui/qfiledialog.h
+ /opt/local/include/QtGui/qfont.h
+ /opt/local/include/QtGui/qfontdatabase.h
+ /opt/local/include/QtGui/qfontinfo.h
+ /opt/local/include/QtGui/qfontmetrics.h
+ /opt/local/include/QtGui/qframe.h
+ /opt/local/include/QtGui/qglyphrun.h
+ /opt/local/include/QtGui/qgridlayout.h
+ /opt/local/include/QtGui/qheaderview.h
+ /opt/local/include/QtGui/qicon.h
+ /opt/local/include/QtGui/qimage.h
+ /opt/local/include/QtGui/qitemselectionmodel.h
+ /opt/local/include/QtGui/qkeysequence.h
+ /opt/local/include/QtGui/qlabel.h
+ /opt/local/include/QtGui/qlayout.h
+ /opt/local/include/QtGui/qlayoutitem.h
+ /opt/local/include/QtGui/qlineedit.h
+ /opt/local/include/QtGui/qlistview.h
+ /opt/local/include/QtGui/qlistwidget.h
+ /opt/local/include/QtGui/qmacdefines_mac.h
+ /opt/local/include/QtGui/qmatrix.h
+ /opt/local/include/QtGui/qmessagebox.h
+ /opt/local/include/QtGui/qmime.h
+ /opt/local/include/QtGui/qpaintdevice.h
+ /opt/local/include/QtGui/qpainterpath.h
+ /opt/local/include/QtGui/qpalette.h
+ /opt/local/include/QtGui/qpen.h
+ /opt/local/include/QtGui/qpixmap.h
+ /opt/local/include/QtGui/qplatformwindow_qpa.h
+ /opt/local/include/QtGui/qplatformwindowformat_qpa.h
+ /opt/local/include/QtGui/qpolygon.h
+ /opt/local/include/QtGui/qprogressdialog.h
+ /opt/local/include/QtGui/qpushbutton.h
+ /opt/local/include/QtGui/qrawfont.h
+ /opt/local/include/QtGui/qregion.h
+ /opt/local/include/QtGui/qrgb.h
+ /opt/local/include/QtGui/qrubberband.h
+ /opt/local/include/QtGui/qsizepolicy.h
+ /opt/local/include/QtGui/qslider.h
+ /opt/local/include/QtGui/qspinbox.h
+ /opt/local/include/QtGui/qsplitter.h
+ /opt/local/include/QtGui/qstyle.h
+ /opt/local/include/QtGui/qstyleoption.h
+ /opt/local/include/QtGui/qtabbar.h
+ /opt/local/include/QtGui/qtabwidget.h
+ /opt/local/include/QtGui/qtextbrowser.h
+ /opt/local/include/QtGui/qtextcursor.h
+ /opt/local/include/QtGui/qtextdocument.h
+ /opt/local/include/QtGui/qtextedit.h
+ /opt/local/include/QtGui/qtextformat.h
+ /opt/local/include/QtGui/qtextlayout.h
+ /opt/local/include/QtGui/qtextobject.h
+ /opt/local/include/QtGui/qtextoption.h
+ /opt/local/include/QtGui/qtransform.h
+ /opt/local/include/QtGui/qtransportauth_qws.h
+ /opt/local/include/QtGui/qvalidator.h
+ /opt/local/include/QtGui/qwidget.h
+ /opt/local/include/QtGui/qwindowdefs.h
+ /opt/local/include/QtGui/qwindowdefs_win.h
+ /opt/local/include/QtGui/qwmatrix.h
diff --git a/cutecom-0.22.0/CMakeFiles/cutecom.dir/depend.make b/cutecom-0.22.0/CMakeFiles/cutecom.dir/depend.make
new file mode 100644
index 0000000..4fed8e3
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/cutecom.dir/depend.make
@@ -0,0 +1,572 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+CMakeFiles/cutecom.dir/main.cpp.o: main.cpp
+CMakeFiles/cutecom.dir/main.cpp.o: qcppdialogimpl.h
+CMakeFiles/cutecom.dir/main.cpp.o: ui_cutecommdlg.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/Qt3Support/Q3MimeSourceFactory
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/Qt3Support/q3cstring.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/Qt3Support/q3mimefactory.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/Qt3Support/q3valuelist.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/QEvent
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/QPoint
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/QPointF
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/QVariant
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qabstractitemmodel.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qalgorithms.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_alpha.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_arch.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_arm.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_armv5.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_armv6.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_armv7.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_avr32.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_bfin.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_bootstrap.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_generic.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_i386.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_ia64.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_integrity.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_macosx.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_mips.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_parisc.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_powerpc.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_s390.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_sh.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_sh4a.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_sparc.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_symbian.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_vxworks.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_windows.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_windowsce.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qatomic_x86_64.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qbasicatomic.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qbasictimer.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qbuffer.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qbytearray.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qchar.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qconfig.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qcoreapplication.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qcoreevent.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qdatastream.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qdatetime.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qeventloop.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qfeatures.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qfile.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qglobal.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qhash.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qiodevice.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qiterator.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qline.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qlinkedlist.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qlist.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qlocale.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qmap.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qmargins.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qmetatype.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qmimedata.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qnamespace.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qobject.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qobjectdefs.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qpair.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qpoint.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qpointer.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qrect.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qregexp.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qscopedpointer.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qset.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qshareddata.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qsharedpointer.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qsharedpointer_impl.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qsize.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qsocketnotifier.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qstring.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qstringbuilder.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qstringlist.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qstringmatcher.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qtimer.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qurl.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qvariant.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtCore/qvector.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/QAction
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/QApplication
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/QButtonGroup
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/QCheckBox
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/QComboBox
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/QFrame
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/QGridLayout
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/QHBoxLayout
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/QHeaderView
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/QLabel
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/QLineEdit
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/QListWidget
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/QPlatformWindow
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/QPushButton
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/QResizeEvent
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/QSpacerItem
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/QSpinBox
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/QSplitter
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/QTextBrowser
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/QVBoxLayout
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/QWidget
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qabstractbutton.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qabstractitemdelegate.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qabstractitemview.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qabstractscrollarea.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qabstractslider.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qabstractspinbox.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qaction.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qactiongroup.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qapplication.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qboxlayout.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qbrush.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qbuttongroup.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qcheckbox.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qcolor.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qcombobox.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qcursor.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qdesktopwidget.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qdrag.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qevent.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qfont.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qfontdatabase.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qfontinfo.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qfontmetrics.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qframe.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qglyphrun.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qgridlayout.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qheaderview.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qicon.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qimage.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qitemselectionmodel.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qkeysequence.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qlabel.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qlayout.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qlayoutitem.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qlineedit.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qlistview.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qlistwidget.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qmacdefines_mac.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qmatrix.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qmime.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qpaintdevice.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qpainterpath.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qpalette.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qpen.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qpixmap.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qplatformwindow_qpa.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qplatformwindowformat_qpa.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qpolygon.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qpushbutton.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qrawfont.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qregion.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qrgb.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qrubberband.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qsizepolicy.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qslider.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qspinbox.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qsplitter.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qstyle.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qstyleoption.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qtabbar.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qtabwidget.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qtextbrowser.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qtextcursor.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qtextdocument.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qtextedit.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qtextformat.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qtextlayout.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qtextobject.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qtextoption.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qtransform.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qtransportauth_qws.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qvalidator.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qwidget.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qwindowdefs.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qwindowdefs_win.h
+CMakeFiles/cutecom.dir/main.cpp.o: /opt/local/include/QtGui/qwmatrix.h
+
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: moc_qcppdialogimpl.cxx
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: qcppdialogimpl.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: ui_cutecommdlg.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/Qt3Support/Q3MimeSourceFactory
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/Qt3Support/q3cstring.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/Qt3Support/q3mimefactory.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/Qt3Support/q3valuelist.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/QEvent
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/QPoint
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/QPointF
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/QVariant
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qabstractitemmodel.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qalgorithms.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_alpha.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_arch.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_arm.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_armv5.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_armv6.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_armv7.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_avr32.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_bfin.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_bootstrap.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_generic.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_i386.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_ia64.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_integrity.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_macosx.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_mips.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_parisc.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_powerpc.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_s390.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_sh.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_sh4a.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_sparc.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_symbian.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_vxworks.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_windows.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_windowsce.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qatomic_x86_64.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qbasicatomic.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qbasictimer.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qbuffer.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qbytearray.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qchar.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qconfig.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qcoreapplication.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qcoreevent.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qdatastream.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qdatetime.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qeventloop.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qfeatures.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qfile.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qglobal.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qhash.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qiodevice.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qiterator.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qline.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qlinkedlist.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qlist.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qlocale.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qmap.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qmargins.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qmetatype.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qmimedata.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qnamespace.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qobject.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qobjectdefs.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qpair.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qpoint.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qpointer.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qrect.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qregexp.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qscopedpointer.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qset.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qshareddata.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qsharedpointer.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qsharedpointer_impl.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qsize.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qsocketnotifier.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qstring.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qstringbuilder.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qstringlist.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qstringmatcher.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qtimer.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qurl.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qvariant.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtCore/qvector.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/QAction
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/QApplication
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/QButtonGroup
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/QCheckBox
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/QComboBox
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/QFrame
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/QGridLayout
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/QHBoxLayout
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/QHeaderView
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/QLabel
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/QLineEdit
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/QListWidget
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/QPlatformWindow
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/QPushButton
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/QResizeEvent
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/QSpacerItem
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/QSpinBox
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/QSplitter
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/QTextBrowser
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/QVBoxLayout
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/QWidget
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qabstractbutton.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qabstractitemdelegate.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qabstractitemview.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qabstractscrollarea.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qabstractslider.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qabstractspinbox.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qaction.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qactiongroup.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qapplication.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qboxlayout.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qbrush.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qbuttongroup.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qcheckbox.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qcolor.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qcombobox.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qcursor.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qdesktopwidget.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qdrag.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qevent.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qfont.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qfontdatabase.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qfontinfo.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qfontmetrics.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qframe.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qglyphrun.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qgridlayout.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qheaderview.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qicon.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qimage.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qitemselectionmodel.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qkeysequence.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qlabel.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qlayout.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qlayoutitem.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qlineedit.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qlistview.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qlistwidget.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qmacdefines_mac.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qmatrix.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qmime.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qpaintdevice.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qpainterpath.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qpalette.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qpen.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qpixmap.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qplatformwindow_qpa.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qplatformwindowformat_qpa.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qpolygon.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qpushbutton.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qrawfont.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qregion.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qrgb.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qrubberband.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qsizepolicy.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qslider.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qspinbox.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qsplitter.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qstyle.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qstyleoption.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qtabbar.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qtabwidget.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qtextbrowser.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qtextcursor.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qtextdocument.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qtextedit.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qtextformat.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qtextlayout.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qtextobject.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qtextoption.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qtransform.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qtransportauth_qws.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qvalidator.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qwidget.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qwindowdefs.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qwindowdefs_win.h
+CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o: /opt/local/include/QtGui/qwmatrix.h
+
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: qcppdialogimpl.cpp
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: qcppdialogimpl.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: ui_cutecommdlg.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/Qt3Support/Q3MimeSourceFactory
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/Qt3Support/q3cstring.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/Qt3Support/q3mimefactory.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/Qt3Support/q3process.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/Qt3Support/q3valuelist.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/QEvent
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/QPoint
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/QPointF
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/QVariant
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qabstractitemmodel.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qalgorithms.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_alpha.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_arch.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_arm.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_armv5.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_armv6.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_armv7.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_avr32.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_bfin.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_bootstrap.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_generic.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_i386.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_ia64.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_integrity.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_macosx.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_mips.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_parisc.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_powerpc.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_s390.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_sh.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_sh4a.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_sparc.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_symbian.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_vxworks.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_windows.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_windowsce.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qatomic_x86_64.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qbasicatomic.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qbasictimer.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qbuffer.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qbytearray.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qchar.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qconfig.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qcoreapplication.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qcoreevent.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qdatastream.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qdatetime.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qdir.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qeventloop.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qfeatures.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qfile.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qfileinfo.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qglobal.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qhash.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qiodevice.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qiterator.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qline.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qlinkedlist.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qlist.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qlocale.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qmap.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qmargins.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qmetatype.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qmimedata.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qnamespace.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qobject.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qobjectdefs.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qpair.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qpoint.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qpointer.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qrect.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qregexp.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qscopedpointer.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qset.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qsettings.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qshareddata.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qsharedpointer.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qsharedpointer_impl.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qsize.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qsocketnotifier.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qstring.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qstringbuilder.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qstringlist.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qstringmatcher.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qtextcodec.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qtextstream.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qtimer.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qurl.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qvariant.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtCore/qvector.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QAction
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QApplication
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QButtonGroup
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QCheckBox
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QComboBox
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QFrame
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QGridLayout
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QHBoxLayout
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QHeaderView
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QKeyEvent
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QLabel
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QLineEdit
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QListWidget
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QPlatformWindow
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QPushButton
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QResizeEvent
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QSpacerItem
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QSpinBox
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QSplitter
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QTextBrowser
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QVBoxLayout
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/QWidget
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qabstractbutton.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qabstractitemdelegate.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qabstractitemview.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qabstractscrollarea.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qabstractslider.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qabstractspinbox.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qaction.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qactiongroup.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qapplication.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qboxlayout.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qbrush.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qbuttongroup.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qcheckbox.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qcolor.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qcombobox.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qcursor.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qdesktopwidget.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qdialog.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qdrag.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qevent.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qfiledialog.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qfont.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qfontdatabase.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qfontinfo.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qfontmetrics.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qframe.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qglyphrun.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qgridlayout.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qheaderview.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qicon.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qimage.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qitemselectionmodel.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qkeysequence.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qlabel.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qlayout.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qlayoutitem.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qlineedit.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qlistview.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qlistwidget.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qmacdefines_mac.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qmatrix.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qmessagebox.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qmime.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qpaintdevice.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qpainterpath.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qpalette.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qpen.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qpixmap.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qplatformwindow_qpa.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qplatformwindowformat_qpa.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qpolygon.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qprogressdialog.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qpushbutton.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qrawfont.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qregion.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qrgb.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qrubberband.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qsizepolicy.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qslider.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qspinbox.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qsplitter.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qstyle.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qstyleoption.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qtabbar.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qtabwidget.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qtextbrowser.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qtextcursor.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qtextdocument.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qtextedit.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qtextformat.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qtextlayout.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qtextobject.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qtextoption.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qtransform.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qtransportauth_qws.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qvalidator.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qwidget.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qwindowdefs.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qwindowdefs_win.h
+CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o: /opt/local/include/QtGui/qwmatrix.h
+
diff --git a/cutecom-0.22.0/CMakeFiles/cutecom.dir/flags.make b/cutecom-0.22.0/CMakeFiles/cutecom.dir/flags.make
new file mode 100644
index 0000000..e0b33d6
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/cutecom.dir/flags.make
@@ -0,0 +1,8 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# compile CXX with /usr/bin/c++
+CXX_FLAGS = -I/opt/local/include/QtDesigner -I/opt/local/include/QtDeclarative -I/opt/local/include/QtScriptTools -I/opt/local/include/QtDBus -I/opt/local/include/QtXml -I/opt/local/include/QtSql -I/opt/local/include/QtOpenGL -I/opt/local/include/QtMultimedia -I/opt/local/include/QtNetwork -I/opt/local/include/QtXmlPatterns -I/opt/local/include/QtWebKit -I/opt/local/include/QtHelp -I/opt/local/include/QtUiTools -I/opt/local/include/QtTest -I/opt/local/include/QtScript -I/opt/local/include/QtSvg -I/opt/local/include/Qt3Support -I/opt/local/include/QtGui -I/opt/local/include/QtCore -I/opt/local/share/qt4/mkspecs/default -I/opt/local/include -I/Users/lynxeyed/Desktop/cutecom-0.22.0
+
+CXX_DEFINES = -DQT3_SUPPORT
+
diff --git a/cutecom-0.22.0/CMakeFiles/cutecom.dir/link.txt b/cutecom-0.22.0/CMakeFiles/cutecom.dir/link.txt
new file mode 100644
index 0000000..a437c57
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/cutecom.dir/link.txt
@@ -0,0 +1 @@
+/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -dylib_file QtSql.framework/Versions/4/QtSql:/Library/Frameworks/QtSql.framework/Versions/4/QtSql -dylib_file QtNetwork.framework/Versions/4/QtNetwork:/Library/Frameworks/QtNetwork.framework/Versions/4/QtNetwork -dylib_file QtXml.framework/Versions/4/QtXml:/Library/Frameworks/QtXml.framework/Versions/4/QtXml CMakeFiles/cutecom.dir/main.cpp.o CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o -o CuteCom.app/Contents/MacOS/CuteCom /opt/local/lib/libQt3Support.dylib /opt/local/lib/libQtGui.dylib /opt/local/lib/libQtCore.dylib
diff --git a/cutecom-0.22.0/CMakeFiles/cutecom.dir/progress.make b/cutecom-0.22.0/CMakeFiles/cutecom.dir/progress.make
new file mode 100644
index 0000000..33e6bff
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/cutecom.dir/progress.make
@@ -0,0 +1,6 @@
+CMAKE_PROGRESS_1 = 1
+CMAKE_PROGRESS_2 = 2
+CMAKE_PROGRESS_3 = 3
+CMAKE_PROGRESS_4 = 4
+CMAKE_PROGRESS_5 = 5
+
diff --git a/cutecom-0.22.0/CMakeFiles/progress.marks b/cutecom-0.22.0/CMakeFiles/progress.marks
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/cutecom-0.22.0/CMakeFiles/progress.marks
@@ -0,0 +1 @@
+5
diff --git a/cutecom-0.22.0/CMakeLists.txt b/cutecom-0.22.0/CMakeLists.txt
new file mode 100644
index 0000000..c8b7c90
--- /dev/null
+++ b/cutecom-0.22.0/CMakeLists.txt
@@ -0,0 +1,47 @@
+cmake_minimum_required(VERSION 2.4.3 FATAL_ERROR )
+
+project(CuteCom)
+
+set(QT_MIN_VERSION 4.1.0)
+find_package(Qt4 REQUIRED)
+
+include_directories(${QT_INCLUDES} ${CMAKE_BINARY_DIR})
+add_definitions(-DQT3_SUPPORT)
+set(cutecomSrcs main.cpp qcppdialogimpl.cpp)
+
+qt4_wrap_cpp(cutecomSrcs qcppdialogimpl.h)
+
+qt4_wrap_ui(cutecomSrcs cutecommdlg.ui)
+
+set(exeType)
+set(binInstallDir bin )
+
+if(APPLE)
+ # with cmake < 2.6 install(TARGETS ... BUNDLE DESTINATION ... ) doesn't work:
+ cmake_minimum_required(VERSION 2.6 FATAL_ERROR )
+ set(exeType MACOSX_BUNDLE)
+ set(binInstallDir /Applications )
+ # hint to linker for indirect referenced libs inside qt3support
+ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -dylib_file QtSql.framework/Versions/4/QtSql:/Library/Frameworks/QtSql.framework/Versions/4/QtSql")
+ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -dylib_file QtNetwork.framework/Versions/4/QtNetwork:/Library/Frameworks/QtNetwork.framework/Versions/4/QtNetwork")
+ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -dylib_file QtXml.framework/Versions/4/QtXml:/Library/Frameworks/QtXml.framework/Versions/4/QtXml")
+endif(APPLE)
+
+add_executable(cutecom ${exeType} ${cutecomSrcs} ${uiHeaders})
+target_link_libraries(cutecom ${QT_QT3SUPPORT_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTCORE_LIBRARY})
+
+if (APPLE)
+ set_target_properties(cutecom PROPERTIES OUTPUT_NAME CuteCom)
+endif (APPLE)
+
+install(TARGETS cutecom DESTINATION ${binInstallDir} )
+
+install(FILES cutecom.1 DESTINATION share/man/man1 )
+
+find_program(KDECONFIG_EXECUTABLE NAMES kde-config )
+
+if (KDECONFIG_EXECUTABLE)
+ # then ask kde-config for the kde data dirs
+ exec_program(${KDECONFIG_EXECUTABLE} ARGS --install apps --expandvars OUTPUT_VARIABLE _apps_DIR )
+ install(FILES cutecom.desktop DESTINATION ${_apps_DIR}/Utilities)
+endif (KDECONFIG_EXECUTABLE)
diff --git a/cutecom-0.22.0/COPYING b/cutecom-0.22.0/COPYING
new file mode 100644
index 0000000..caa0a06
--- /dev/null
+++ b/cutecom-0.22.0/COPYING
@@ -0,0 +1,341 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users. This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it. (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.) You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+ To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have. You must make sure that they, too, receive or can get the
+source code. And you must show them these terms so they know their
+rights.
+
+ We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+ Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software. If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+ Finally, any free program is threatened constantly by software
+patents. We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary. To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ GNU GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License. The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language. (Hereinafter, translation is included without limitation in
+the term "modification".) Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+ 1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+ 2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) You must cause the modified files to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ b) You must cause any work that you distribute or publish, that in
+ whole or in part contains or is derived from the Program or any
+ part thereof, to be licensed as a whole at no charge to all third
+ parties under the terms of this License.
+
+ c) If the modified program normally reads commands interactively
+ when run, you must cause it, when started running for such
+ interactive use in the most ordinary way, to print or display an
+ announcement including an appropriate copyright notice and a
+ notice that there is no warranty (or else, saying that you provide
+ a warranty) and that users may redistribute the program under
+ these conditions, and telling the user how to view a copy of this
+ License. (Exception: if the Program itself is interactive but
+ does not normally print such an announcement, your work based on
+ the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+ a) Accompany it with the complete corresponding machine-readable
+ source code, which must be distributed under the terms of Sections
+ 1 and 2 above on a medium customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least three
+ years, to give any third party, for a charge no more than your
+ cost of physically performing source distribution, a complete
+ machine-readable copy of the corresponding source code, to be
+ distributed under the terms of Sections 1 and 2 above on a medium
+ customarily used for software interchange; or,
+
+ c) Accompany it with the information you received as to the offer
+ to distribute corresponding source code. (This alternative is
+ allowed only for noncommercial distribution and only if you
+ received the program in object code or executable form with such
+ an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it. For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable. However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License. Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+ 5. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Program or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+ 6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+ 7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all. For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded. In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+ 9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation. If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+ 10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission. For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this. Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+ NO WARRANTY
+
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+ END OF TERMS AND CONDITIONS
+
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+ <one line to give the program's name and a brief idea of what it does.>
+ Copyright (C) 19yy <name of author>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+ Gnomovision version 69, Copyright (C) 19yy name of author
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary. Here is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+ <signature of Ty Coon>, 1 April 1989
+ Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs. If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library. If this is what you want to do, use the GNU Library General
+Public License instead of this License.
diff --git a/cutecom-0.22.0/Changelog b/cutecom-0.22.0/Changelog
new file mode 100644
index 0000000..b8cbfb7
--- /dev/null
+++ b/cutecom-0.22.0/Changelog
@@ -0,0 +1,101 @@
+0.22.0, June 27th, 2009
+-CuteCom now also works on Mac OS X, patch by Oliver Klauke
+-support for more baudrates
+-install man page to <prefix>/share/man/man1 instead to <prefix>/man/man1
+ (seems to be more standard conform)
+-require Qt >= 4.1.0 (0.21.0 required 4.3)
+
+0.21.0, May 11th, 2009
+-disconnect from the device if it disappears, e.g. from USB, patch by Bjoern Spruck
+-less Qt3Support usage
+
+0.20.0, Mar 12th, 2008
+-ported to Qt4, using the patches from Federico Fuga and Michael G. Hansen
+-same features as 0.14.2 otherwise
+
+0.14.2, Jan 26th, 2007
+-support for the 1k xmodem protocl, patch by yoann <ydiruzza AT free DOT fr>
+-a cutecom man page, patch from Roman I Khimov <roman AT khimov.ru>
+-there is now a cvs repository for CuteCom: http://cutecom.cvs.sourceforge.net/cutecom/cutecom/
+
+0.14.1, Nov 22nd, 2006
+-added patch by Bernhard Schiffner <bernhard AT schiffner-limbach DOT de>
+which flushes the device when it's opened
+-CuteCom can now also be built using CMake (http://www.cmake.org)
+
+0.14.0, Jul 16th, 2006
+-added log-to-file feature
+-save the directory used for sendFile()
+
+0.13.2, Jun 9th, 2005
+-by default give the output view more room than the input history
+-even higher repetition rate for Ctrl-C
+
+0.13.1, Feb 2nd, 2005
+-added CR line end
+-use the character delay also for sending files in "Plain" mode
+-use a slightly bigger delay after potential line ends when sending files in "Plain" or "Script" mode
+
+0.13.0, Jan 29th, 2005
+-different input modes (LF line end, LF-CR line end, no line end, hex input)
+-hex output
+-adjustable character delay
+
+0.12.0, Nov 09th, 2004
+-major performance improvement of the output view
+-increased repetition rate for Ctrl-C
+
+0.11.0, Oct 13th, 2004
+-NEW FEATURE: receive Ctrl+C, Ctrl+Q and Ctrl+S key presses and send them
+ over the serial line
+-added shortcut keys to some buttons
+-increased history from 20 to 50 lines
+
+0.10.2, Oct 10th, 2004
+-removed negative logic for "Apply settings"
+-output view: removed tooltip and now it's always enabled
+-BUGFIX: use the correct port settings for x/y/z modem transfer
+-BUGFIX: division by zero crash
+
+0.10.1
+-added checkbox "Dont apply settings when opening" - if checked, the selected
+ settings won't be applied to the terminal device, useful e.g. when
+ another program is running and already working with this device (e.g. gdb)
+-fixed read-only opening of the device file
+
+0.10.0
+-first stable release
+-NEW FEATURE: add checkboxes to select whether to open the device
+ read/write, read-only, write-only (write-only is especially useful when
+ debugging with gdb over a serial line and you need a terminaal to enter commands)
+
+0.0.8
+-BUGFIX: make the output view really actually work as expected
+-make xmodem, ymodem and zmodem transfers actually work
+-removed the "Exec file" button and added a "Script" protocol to "Send file"
+ -> it will be interpreted line by line, everything after a "#" will be ignored
+-improved focus and history handling
+-the file dialog now remembers the dir where it was closed the last time
+
+0.0.7
+-BUGFIX: make the output view actually work as expected
+
+0.0.6
+-save the last 20 history entries
+-only add a history entry if it differs from the previous one
+-maximum line count of the output view is 1000 lines
+-maximum history line count is 50
+-sending of an empty string (\n) when pressing enter
+
+0.0.5
+-the device combobox is now editable
+-added some tooltips
+
+0.0.4
+-first published version, state: beta
+-serial communication works basically
+-GUI polishing still needed
+-no translations
+
+Alexander Neundorf
+<neundorf@kde.org>
diff --git a/cutecom-0.22.0/CuteCom.app/Contents/Info.plist b/cutecom-0.22.0/CuteCom.app/Contents/Info.plist
new file mode 100644
index 0000000..39b0358
--- /dev/null
+++ b/cutecom-0.22.0/CuteCom.app/Contents/Info.plist
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>CuteCom</string>
+ <key>CFBundleGetInfoString</key>
+ <string></string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string></string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleLongVersionString</key>
+ <string></string>
+ <key>CFBundleName</key>
+ <string></string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string></string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string></string>
+ <key>CSResourcesFileMapped</key>
+ <true/>
+ <key>LSRequiresCarbon</key>
+ <true/>
+ <key>NSHumanReadableCopyright</key>
+ <string></string>
+</dict>
+</plist>
diff --git a/cutecom-0.22.0/CuteCom.app/Contents/MacOS/CuteCom b/cutecom-0.22.0/CuteCom.app/Contents/MacOS/CuteCom
new file mode 100755
index 0000000..8b46594
--- /dev/null
+++ b/cutecom-0.22.0/CuteCom.app/Contents/MacOS/CuteCom
Binary files differ
diff --git a/cutecom-0.22.0/Makefile b/cutecom-0.22.0/Makefile
new file mode 100644
index 0000000..a3a2e6c
--- /dev/null
+++ b/cutecom-0.22.0/Makefile
@@ -0,0 +1,262 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.8
+
+# Default target executed when no arguments are given to make.
+default_target: all
+.PHONY : default_target
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /opt/local/bin/cmake
+
+# The command to remove a file.
+RM = /opt/local/bin/cmake -E remove -f
+
+# The program to use to edit the cache.
+CMAKE_EDIT_COMMAND = /opt/local/bin/ccmake
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /Users/lynxeyed/Desktop/cutecom-0.22.0
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /Users/lynxeyed/Desktop/cutecom-0.22.0
+
+#=============================================================================
+# Targets provided globally by CMake.
+
+# Special rule for the target edit_cache
+edit_cache:
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
+ /opt/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
+.PHONY : edit_cache
+
+# Special rule for the target edit_cache
+edit_cache/fast: edit_cache
+.PHONY : edit_cache/fast
+
+# Special rule for the target install
+install: preinstall
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
+ /opt/local/bin/cmake -P cmake_install.cmake
+.PHONY : install
+
+# Special rule for the target install
+install/fast: preinstall/fast
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
+ /opt/local/bin/cmake -P cmake_install.cmake
+.PHONY : install/fast
+
+# Special rule for the target install/local
+install/local: preinstall
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
+ /opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
+.PHONY : install/local
+
+# Special rule for the target install/local
+install/local/fast: install/local
+.PHONY : install/local/fast
+
+# Special rule for the target install/strip
+install/strip: preinstall
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
+ /opt/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
+.PHONY : install/strip
+
+# Special rule for the target install/strip
+install/strip/fast: install/strip
+.PHONY : install/strip/fast
+
+# Special rule for the target list_install_components
+list_install_components:
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
+.PHONY : list_install_components
+
+# Special rule for the target list_install_components
+list_install_components/fast: list_install_components
+.PHONY : list_install_components/fast
+
+# Special rule for the target rebuild_cache
+rebuild_cache:
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
+ /opt/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
+.PHONY : rebuild_cache
+
+# Special rule for the target rebuild_cache
+rebuild_cache/fast: rebuild_cache
+.PHONY : rebuild_cache/fast
+
+# The main all target
+all: cmake_check_build_system
+ $(CMAKE_COMMAND) -E cmake_progress_start /Users/lynxeyed/Desktop/cutecom-0.22.0/CMakeFiles /Users/lynxeyed/Desktop/cutecom-0.22.0/CMakeFiles/progress.marks
+ $(MAKE) -f CMakeFiles/Makefile2 all
+ $(CMAKE_COMMAND) -E cmake_progress_start /Users/lynxeyed/Desktop/cutecom-0.22.0/CMakeFiles 0
+.PHONY : all
+
+# The main clean target
+clean:
+ $(MAKE) -f CMakeFiles/Makefile2 clean
+.PHONY : clean
+
+# The main clean target
+clean/fast: clean
+.PHONY : clean/fast
+
+# Prepare targets for installation.
+preinstall: all
+ $(MAKE) -f CMakeFiles/Makefile2 preinstall
+.PHONY : preinstall
+
+# Prepare targets for installation.
+preinstall/fast:
+ $(MAKE) -f CMakeFiles/Makefile2 preinstall
+.PHONY : preinstall/fast
+
+# clear depends
+depend:
+ $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
+.PHONY : depend
+
+#=============================================================================
+# Target rules for targets named cutecom
+
+# Build rule for target.
+cutecom: cmake_check_build_system
+ $(MAKE) -f CMakeFiles/Makefile2 cutecom
+.PHONY : cutecom
+
+# fast build rule for target.
+cutecom/fast:
+ $(MAKE) -f CMakeFiles/cutecom.dir/build.make CMakeFiles/cutecom.dir/build
+.PHONY : cutecom/fast
+
+main.o: main.cpp.o
+.PHONY : main.o
+
+# target to build an object file
+main.cpp.o:
+ $(MAKE) -f CMakeFiles/cutecom.dir/build.make CMakeFiles/cutecom.dir/main.cpp.o
+.PHONY : main.cpp.o
+
+main.i: main.cpp.i
+.PHONY : main.i
+
+# target to preprocess a source file
+main.cpp.i:
+ $(MAKE) -f CMakeFiles/cutecom.dir/build.make CMakeFiles/cutecom.dir/main.cpp.i
+.PHONY : main.cpp.i
+
+main.s: main.cpp.s
+.PHONY : main.s
+
+# target to generate assembly for a file
+main.cpp.s:
+ $(MAKE) -f CMakeFiles/cutecom.dir/build.make CMakeFiles/cutecom.dir/main.cpp.s
+.PHONY : main.cpp.s
+
+moc_qcppdialogimpl.o: moc_qcppdialogimpl.cxx.o
+.PHONY : moc_qcppdialogimpl.o
+
+# target to build an object file
+moc_qcppdialogimpl.cxx.o:
+ $(MAKE) -f CMakeFiles/cutecom.dir/build.make CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.o
+.PHONY : moc_qcppdialogimpl.cxx.o
+
+moc_qcppdialogimpl.i: moc_qcppdialogimpl.cxx.i
+.PHONY : moc_qcppdialogimpl.i
+
+# target to preprocess a source file
+moc_qcppdialogimpl.cxx.i:
+ $(MAKE) -f CMakeFiles/cutecom.dir/build.make CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.i
+.PHONY : moc_qcppdialogimpl.cxx.i
+
+moc_qcppdialogimpl.s: moc_qcppdialogimpl.cxx.s
+.PHONY : moc_qcppdialogimpl.s
+
+# target to generate assembly for a file
+moc_qcppdialogimpl.cxx.s:
+ $(MAKE) -f CMakeFiles/cutecom.dir/build.make CMakeFiles/cutecom.dir/moc_qcppdialogimpl.cxx.s
+.PHONY : moc_qcppdialogimpl.cxx.s
+
+qcppdialogimpl.o: qcppdialogimpl.cpp.o
+.PHONY : qcppdialogimpl.o
+
+# target to build an object file
+qcppdialogimpl.cpp.o:
+ $(MAKE) -f CMakeFiles/cutecom.dir/build.make CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.o
+.PHONY : qcppdialogimpl.cpp.o
+
+qcppdialogimpl.i: qcppdialogimpl.cpp.i
+.PHONY : qcppdialogimpl.i
+
+# target to preprocess a source file
+qcppdialogimpl.cpp.i:
+ $(MAKE) -f CMakeFiles/cutecom.dir/build.make CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.i
+.PHONY : qcppdialogimpl.cpp.i
+
+qcppdialogimpl.s: qcppdialogimpl.cpp.s
+.PHONY : qcppdialogimpl.s
+
+# target to generate assembly for a file
+qcppdialogimpl.cpp.s:
+ $(MAKE) -f CMakeFiles/cutecom.dir/build.make CMakeFiles/cutecom.dir/qcppdialogimpl.cpp.s
+.PHONY : qcppdialogimpl.cpp.s
+
+# Help Target
+help:
+ @echo "The following are some of the valid targets for this Makefile:"
+ @echo "... all (the default if no target is provided)"
+ @echo "... clean"
+ @echo "... depend"
+ @echo "... cutecom"
+ @echo "... edit_cache"
+ @echo "... install"
+ @echo "... install/local"
+ @echo "... install/strip"
+ @echo "... list_install_components"
+ @echo "... rebuild_cache"
+ @echo "... main.o"
+ @echo "... main.i"
+ @echo "... main.s"
+ @echo "... moc_qcppdialogimpl.o"
+ @echo "... moc_qcppdialogimpl.i"
+ @echo "... moc_qcppdialogimpl.s"
+ @echo "... qcppdialogimpl.o"
+ @echo "... qcppdialogimpl.i"
+ @echo "... qcppdialogimpl.s"
+.PHONY : help
+
+
+
+#=============================================================================
+# Special targets to cleanup operation of make.
+
+# Special rule to run CMake to check the build system integrity.
+# No rule that depends on this can have commands that come from listfiles
+# because they might be regenerated.
+cmake_check_build_system:
+ $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
+.PHONY : cmake_check_build_system
+
diff --git a/cutecom-0.22.0/README b/cutecom-0.22.0/README
new file mode 100644
index 0000000..00a4fd3
--- /dev/null
+++ b/cutecom-0.22.0/README
@@ -0,0 +1,36 @@
+CuteCom 0.22.0, June 27th, 2009
+
+CuteCom is a graphical serial terminal, similar to minicom.
+It is aimed mainly at hardware developers or other people
+who need a terminal to talk to their devices.
+It is free software and distributed under the GNU General
+Public License Version 2, which can find in the file COPYING.
+
+It is written using the Qt library by Trolltech (www.trolltech.com),
+at least version 4.1.0 is required.
+
+CuteCom doesn't use the autotools (autoconf, automake, libtool, etc.)
+but CMake (http://www.cmake.org), you need at least version 2.4.3.
+Enter the source directory and run "cmake ." followed by make and make
+install and you're done. To make sure it can find Qt4, set the PATH so that
+qmake from Qt4 is in the PATH (and comes before qmake from Qt3 in the PATH),
+e.g.: export PATH=/opt/qt4/bin:$PATH; cmake .
+
+If you are using CMake >= 2.6.0, adjust the CMAKE_PREFIX_PATH environment variable
+instead of PATH to help CMake finding Qt4, e.g.: export CMAKE_PREFIX_PATH=/opt/qt4; cmake .
+
+To uninstall cutecom simply delete the file "cutecom" and the file
+"cutecom.desktop" amd your done. The config file is ~/.config/CuteCom/CuteCom.conf.
+
+Currently it is known to run on Linux, FreeBSD and Mac OS X, and porting to other systems
+should be easy.
+Everything platformspecific should be in QCPPDialogImpl::setNewOptions().
+Distributions welcome :-)
+Now that it uses Qt4 it should also be portable to Windows.
+
+CuteCom is heavily inspired by Bray++ for Windows (http://bray.velenje.cx/avr/terminal/)
+
+Homepage: http://cutecom.sourceforge.net
+
+Alexander Neundorf
+<neundorf@kde.org>
diff --git a/cutecom-0.22.0/TODO b/cutecom-0.22.0/TODO
new file mode 100644
index 0000000..0ea2f5d
--- /dev/null
+++ b/cutecom-0.22.0/TODO
@@ -0,0 +1,7 @@
+-get rid of Qt3Support
+-add function to search for text in the output view (Ctrl+F and RMB menu of
+the output view)
+-make font of the output view configurable (RMB menu of the output view)
+-add something to measure time between outputs
+
+Alexander Neundorf <neundorf@kde.org>
diff --git a/cutecom-0.22.0/cmake_install.cmake b/cutecom-0.22.0/cmake_install.cmake
new file mode 100644
index 0000000..e37d814
--- /dev/null
+++ b/cutecom-0.22.0/cmake_install.cmake
@@ -0,0 +1,49 @@
+# Install script for directory: /Users/lynxeyed/Desktop/cutecom-0.22.0
+
+# Set the install prefix
+IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+ SET(CMAKE_INSTALL_PREFIX "/usr/local")
+ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+ IF(BUILD_TYPE)
+ STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+ ELSE(BUILD_TYPE)
+ SET(CMAKE_INSTALL_CONFIG_NAME "")
+ ENDIF(BUILD_TYPE)
+ MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+
+# Set the component getting installed.
+IF(NOT CMAKE_INSTALL_COMPONENT)
+ IF(COMPONENT)
+ MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
+ SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+ ELSE(COMPONENT)
+ SET(CMAKE_INSTALL_COMPONENT)
+ ENDIF(COMPONENT)
+ENDIF(NOT CMAKE_INSTALL_COMPONENT)
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+ list(APPEND CPACK_ABSOLUTE_DESTINATION_FILES
+ "/Applications/CuteCom.app")
+FILE(INSTALL DESTINATION "/Applications" TYPE DIRECTORY FILES "/Users/lynxeyed/Desktop/cutecom-0.22.0/CuteCom.app" USE_SOURCE_PERMISSIONS)
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+ FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man1" TYPE FILE FILES "/Users/lynxeyed/Desktop/cutecom-0.22.0/cutecom.1")
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
+
+IF(CMAKE_INSTALL_COMPONENT)
+ SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
+ELSE(CMAKE_INSTALL_COMPONENT)
+ SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
+ENDIF(CMAKE_INSTALL_COMPONENT)
+
+FILE(WRITE "/Users/lynxeyed/Desktop/cutecom-0.22.0/${CMAKE_INSTALL_MANIFEST}" "")
+FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES})
+ FILE(APPEND "/Users/lynxeyed/Desktop/cutecom-0.22.0/${CMAKE_INSTALL_MANIFEST}" "${file}\n")
+ENDFOREACH(file)
diff --git a/cutecom-0.22.0/configure b/cutecom-0.22.0/configure
new file mode 100755
index 0000000..99857b6
--- /dev/null
+++ b/cutecom-0.22.0/configure
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+echo
+echo "CuteCom uses the CMake build system, at least version 2.4.3 is required."
+echo "If there is no package for your distribution, you can "
+echo "get it from http://www.cmake.org/HTML/Download.html"
+echo
+echo "So instead of running ./configure, you need to run cmake:"
+echo "$ cmake ."
+echo
+
+
diff --git a/cutecom-0.22.0/cutecom.1 b/cutecom-0.22.0/cutecom.1
new file mode 100644
index 0000000..c1bb791
--- /dev/null
+++ b/cutecom-0.22.0/cutecom.1
@@ -0,0 +1,41 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH CUTECOM 1 "November 24, 2006"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+cutecom \- graphical serial terminal.
+.SH SYNOPSIS
+.B cutecom
+.SH DESCRIPTION
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+\fBCuteCom\fP is a graphical serial terminal, like \fBminicom\fP.
+It is aimed mainly at hardware developers or other people who need a
+terminal to talk to their devices. It features a lineoriented interface
+instead of character-oriented, xmodem, ymodem, zmodem support
+(requires the lrzsz package) and hexadecimal input and output among
+other things.
+.SH OPTIONS
+\fBCuteCom\fP doesn't really have any command-line options.
+.SH SEE ALSO
+.BR minicom (1),
+.BR sz (1).
+.SH AUTHOR
+CuteCom was written by Alexander Neundorf <neundorf@kde.org>.
+.PP
+This manual page was written by Roman I Khimov <roman@khimov.ru>,
+for the Debian project (but may be used by others).
diff --git a/cutecom-0.22.0/cutecom.desktop b/cutecom-0.22.0/cutecom.desktop
new file mode 100644
index 0000000..b27b511
--- /dev/null
+++ b/cutecom-0.22.0/cutecom.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Encoding=UTF-8
+BinaryPattern=
+Name=CuteCom
+MimeType=
+GenericName=Serial Terminal
+Exec=cutecom
+Icon=openterm
+TerminalOptions=
+Path=
+Type=Application
+Terminal=0
+X-KDE-StartupNotify=false
diff --git a/cutecom-0.22.0/cutecommdlg.ui b/cutecom-0.22.0/cutecommdlg.ui
new file mode 100644
index 0000000..d00070a
--- /dev/null
+++ b/cutecom-0.22.0/cutecommdlg.ui
@@ -0,0 +1,615 @@
+<ui version="4.0" >
+ <class>CuteCommDlg</class>
+ <widget class="QWidget" name="CuteCommDlg" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>756</width>
+ <height>648</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string>CuteCom</string>
+ </property>
+ <layout class="QVBoxLayout" >
+ <item>
+ <layout class="QGridLayout" >
+ <item row="3" column="1" >
+ <widget class="QLabel" name="textLabel5" >
+ <property name="text" >
+ <string>Stop bits:</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ <property name="buddy" >
+ <cstring>m_stopCb</cstring>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" >
+ <widget class="QPushButton" name="m_quitPb" >
+ <property name="text" >
+ <string>&amp;Quit</string>
+ </property>
+ <property name="shortcut" >
+ <string>Alt+Q</string>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1" >
+ <widget class="QLabel" name="textLabel3" >
+ <property name="text" >
+ <string>Data bits:</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ <property name="buddy" >
+ <cstring>m_dataBitsCb</cstring>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QPushButton" name="m_aboutPb" >
+ <property name="text" >
+ <string>&amp;About</string>
+ </property>
+ <property name="shortcut" >
+ <string>Alt+A</string>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="2" >
+ <widget class="QComboBox" name="m_dataBitsCb" >
+ <property name="currentIndex" >
+ <number>3</number>
+ </property>
+ <item>
+ <property name="text" >
+ <string>5</string>
+ </property>
+ </item>
+ <item>
+ <property name="text" >
+ <string>6</string>
+ </property>
+ </item>
+ <item>
+ <property name="text" >
+ <string>7</string>
+ </property>
+ </item>
+ <item>
+ <property name="text" >
+ <string>8</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QLabel" name="textLabel1" >
+ <property name="text" >
+ <string>Device:</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ <property name="buddy" >
+ <cstring>m_deviceCb</cstring>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QPushButton" name="m_connectPb" >
+ <property name="toolTip" >
+ <string/>
+ </property>
+ <property name="text" >
+ <string>&amp;Open device</string>
+ </property>
+ <property name="shortcut" >
+ <string>Alt+O</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QPushButton" name="m_closePb" >
+ <property name="text" >
+ <string>Cl&amp;ose device</string>
+ </property>
+ <property name="shortcut" >
+ <string>Alt+O</string>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="2" >
+ <widget class="QComboBox" name="m_stopCb" >
+ <item>
+ <property name="text" >
+ <string>1</string>
+ </property>
+ </item>
+ <item>
+ <property name="text" >
+ <string>2</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QLabel" name="textLabel2" >
+ <property name="text" >
+ <string>Baud rate:</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ <property name="buddy" >
+ <cstring>m_baudCb</cstring>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QComboBox" name="m_deviceCb" >
+ <property name="editable" >
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QComboBox" name="m_baudCb" >
+ <property name="currentIndex" >
+ <number>7</number>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="4" row="0" column="3" >
+ <layout class="QVBoxLayout" >
+ <item>
+ <layout class="QHBoxLayout" >
+ <item>
+ <widget class="QLabel" name="textLabel4" >
+ <property name="text" >
+ <string>Parity:</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ <property name="buddy" >
+ <cstring>m_parityCb</cstring>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QComboBox" name="m_parityCb" >
+ <item>
+ <property name="text" >
+ <string>None</string>
+ </property>
+ </item>
+ <item>
+ <property name="text" >
+ <string>Odd</string>
+ </property>
+ </item>
+ <item>
+ <property name="text" >
+ <string>Even</string>
+ </property>
+ </item>
+ <item>
+ <property name="text" >
+ <string>Mark</string>
+ </property>
+ </item>
+ <item>
+ <property name="text" >
+ <string>Space</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QGridLayout" >
+ <item row="0" column="2" >
+ <widget class="QCheckBox" name="m_hardwareCb" >
+ <property name="toolTip" >
+ <string>Enable Hardware Handshake</string>
+ </property>
+ <property name="text" >
+ <string>Hardware</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QCheckBox" name="m_softwareCb" >
+ <property name="toolTip" >
+ <string>Enable Software Handshake (XON/XOFF)</string>
+ </property>
+ <property name="text" >
+ <string>Software</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QCheckBox" name="m_writeCb" >
+ <property name="toolTip" >
+ <string>Usually you want to use read and write</string>
+ </property>
+ <property name="text" >
+ <string>Writing</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QCheckBox" name="m_readCb" >
+ <property name="toolTip" >
+ <string>Usually you want to use read and write</string>
+ </property>
+ <property name="text" >
+ <string>Reading</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="textLabel1_3" >
+ <property name="text" >
+ <string>Open for:</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="textLabel2_2" >
+ <property name="text" >
+ <string>Handshake:</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="m_applyCb" >
+ <property name="text" >
+ <string>Apply settings when opening</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <widget class="QSplitter" name="splitter2" >
+ <property name="orientation" >
+ <enum>Qt::Vertical</enum>
+ </property>
+ <widget class="QFrame" name="frame3" >
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
+ <horstretch>0</horstretch>
+ <verstretch>2</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="frameShape" >
+ <enum>QFrame::NoFrame</enum>
+ </property>
+ <property name="frameShadow" >
+ <enum>QFrame::Plain</enum>
+ </property>
+ <layout class="QVBoxLayout" >
+ <item>
+ <widget class="QTextBrowser" name="m_outputView" >
+ <property name="font" >
+ <font>
+ <family>Courier</family>
+ </font>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" >
+ <item>
+ <widget class="QPushButton" name="m_clearOutputPb" >
+ <property name="toolTip" >
+ <string>Clear the output window</string>
+ </property>
+ <property name="text" >
+ <string>&amp;Clear</string>
+ </property>
+ <property name="shortcut" >
+ <string>Alt+C</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="m_hexOutputCb" >
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
+ <horstretch>1</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="toolTip" >
+ <string>Show the output in hexadecimal format</string>
+ </property>
+ <property name="text" >
+ <string>&amp;Hex output</string>
+ </property>
+ <property name="shortcut" >
+ <string>Alt+H</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="m_enableLoggingCb" >
+ <property name="toolTip" >
+ <string>Enable logging the data to a file. Chose "Append to" to append instead overwrite to an existing file.</string>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QComboBox" name="m_logAppendCb" >
+ <property name="toolTip" >
+ <string>Enable logging the data to a file. Chose "Append to" to append instead overwrite to an existing file.</string>
+ </property>
+ <item>
+ <property name="text" >
+ <string>Log to:</string>
+ </property>
+ </item>
+ <item>
+ <property name="text" >
+ <string>Append to:</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="m_logFileLe" >
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
+ <horstretch>2</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="toolTip" >
+ <string>The logfile</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="m_logFileFileDialog" >
+ <property name="toolTip" >
+ <string>Open file dialog</string>
+ </property>
+ <property name="text" >
+ <string>...</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
+ <widget class="QFrame" name="frame4" >
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
+ <horstretch>0</horstretch>
+ <verstretch>1</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="frameShape" >
+ <enum>QFrame::NoFrame</enum>
+ </property>
+ <property name="frameShadow" >
+ <enum>QFrame::Plain</enum>
+ </property>
+ <layout class="QVBoxLayout" >
+ <item>
+ <widget class="QListWidget" name="m_oldCmdsLb" />
+ </item>
+ <item>
+ <layout class="QHBoxLayout" >
+ <item>
+ <widget class="QLabel" name="textLabel1_2" >
+ <property name="text" >
+ <string>&amp;Input:</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ <property name="buddy" >
+ <cstring>m_cmdLe</cstring>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="m_cmdLe" >
+ <property name="toolTip" >
+ <string>Enter commands here, Ctrl+C, Ctrl+S, Ctrl+Q also work</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" >
+ <item>
+ <widget class="QPushButton" name="m_sendPb" >
+ <property name="toolTip" >
+ <string>Select a file to be sent using the specified protocol</string>
+ </property>
+ <property name="text" >
+ <string>Send file...</string>
+ </property>
+ <property name="autoDefault" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QComboBox" name="m_protoPb" >
+ <property name="toolTip" >
+ <string>Select the transfer protocol</string>
+ </property>
+ <item>
+ <property name="text" >
+ <string>Plain</string>
+ </property>
+ </item>
+ <item>
+ <property name="text" >
+ <string>XModem</string>
+ </property>
+ </item>
+ <item>
+ <property name="text" >
+ <string>ZModem</string>
+ </property>
+ </item>
+ <item>
+ <property name="text" >
+ <string>YModem</string>
+ </property>
+ </item>
+ <item>
+ <property name="text" >
+ <string>1kXModem</string>
+ </property>
+ </item>
+ <item>
+ <property name="text" >
+ <string>Script</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ <item>
+ <spacer>
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeType" >
+ <enum>QSizePolicy::Expanding</enum>
+ </property>
+ <property name="sizeHint" >
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QComboBox" name="m_inputModeCb" >
+ <property name="toolTip" >
+ <string>Select the line end termination</string>
+ </property>
+ <item>
+ <property name="text" >
+ <string>LF line end</string>
+ </property>
+ </item>
+ <item>
+ <property name="text" >
+ <string>CR line end</string>
+ </property>
+ </item>
+ <item>
+ <property name="text" >
+ <string>CR,LF line end</string>
+ </property>
+ </item>
+ <item>
+ <property name="text" >
+ <string>No line end</string>
+ </property>
+ </item>
+ <item>
+ <property name="text" >
+ <string>Hex input</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="textLabel1_4" >
+ <property name="text" >
+ <string>Char delay:</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QSpinBox" name="m_charDelaySb" >
+ <property name="toolTip" >
+ <string>Delay between single characters</string>
+ </property>
+ <property name="suffix" >
+ <string> ms</string>
+ </property>
+ <property name="maximum" >
+ <number>250</number>
+ </property>
+ <property name="value" >
+ <number>1</number>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>m_connectPb</tabstop>
+ <tabstop>m_closePb</tabstop>
+ <tabstop>m_aboutPb</tabstop>
+ <tabstop>m_quitPb</tabstop>
+ <tabstop>m_deviceCb</tabstop>
+ <tabstop>m_baudCb</tabstop>
+ <tabstop>m_dataBitsCb</tabstop>
+ <tabstop>m_stopCb</tabstop>
+ <tabstop>m_parityCb</tabstop>
+ <tabstop>m_softwareCb</tabstop>
+ <tabstop>m_hardwareCb</tabstop>
+ <tabstop>m_readCb</tabstop>
+ <tabstop>m_writeCb</tabstop>
+ <tabstop>m_applyCb</tabstop>
+ <tabstop>m_outputView</tabstop>
+ <tabstop>m_clearOutputPb</tabstop>
+ <tabstop>m_hexOutputCb</tabstop>
+ <tabstop>m_enableLoggingCb</tabstop>
+ <tabstop>m_logAppendCb</tabstop>
+ <tabstop>m_logFileLe</tabstop>
+ <tabstop>m_logFileFileDialog</tabstop>
+ <tabstop>m_cmdLe</tabstop>
+ <tabstop>m_sendPb</tabstop>
+ <tabstop>m_protoPb</tabstop>
+ <tabstop>m_inputModeCb</tabstop>
+ <tabstop>m_charDelaySb</tabstop>
+ <tabstop>m_oldCmdsLb</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
diff --git a/cutecom-0.22.0/main.cpp b/cutecom-0.22.0/main.cpp
new file mode 100644
index 0000000..66bfafb
--- /dev/null
+++ b/cutecom-0.22.0/main.cpp
@@ -0,0 +1,32 @@
+/* Copyright (C) 2004-2005 Alexander Neundorf <neundorf@kde.org>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+*/
+
+#include <QApplication>
+
+#include "qcppdialogimpl.h"
+
+//signal handlers should be installed...
+int main( int argc, char ** argv )
+{
+ QApplication a( argc, argv );
+ QCPPDialogImpl w(0);
+ w.show();
+ a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) );
+ return a.exec();
+}
+
diff --git a/cutecom-0.22.0/moc_qcppdialogimpl.cxx b/cutecom-0.22.0/moc_qcppdialogimpl.cxx
new file mode 100644
index 0000000..b3c945d
--- /dev/null
+++ b/cutecom-0.22.0/moc_qcppdialogimpl.cxx
@@ -0,0 +1,140 @@
+/****************************************************************************
+** Meta object code from reading C++ file 'qcppdialogimpl.h'
+**
+** Created: Fri Jun 15 23:10:11 2012
+** by: The Qt Meta Object Compiler version 63 (Qt 4.8.2)
+**
+** WARNING! All changes made in this file will be lost!
+*****************************************************************************/
+
+#include "qcppdialogimpl.h"
+#if !defined(Q_MOC_OUTPUT_REVISION)
+#error "The header file 'qcppdialogimpl.h' doesn't include <QObject>."
+#elif Q_MOC_OUTPUT_REVISION != 63
+#error "This file was generated using the moc from 4.8.2. It"
+#error "cannot be used with the include files from this version of Qt."
+#error "(The moc has changed too much.)"
+#endif
+
+QT_BEGIN_MOC_NAMESPACE
+static const uint qt_meta_data_QCPPDialogImpl[] = {
+
+ // content:
+ 6, // revision
+ 0, // classname
+ 0, 0, // classinfo
+ 19, 14, // methods
+ 0, 0, // properties
+ 0, 0, // enums/sets
+ 0, 0, // constructors
+ 0, // flags
+ 0, // signalCount
+
+ // slots: signature, parameters, type, tag, flags
+ 16, 15, 15, 15, 0x09,
+ 29, 26, 15, 15, 0x09,
+ 43, 15, 15, 15, 0x09,
+ 54, 15, 15, 15, 0x09,
+ 74, 69, 15, 15, 0x09,
+ 106, 15, 15, 15, 0x09,
+ 121, 15, 15, 15, 0x09,
+ 138, 15, 15, 15, 0x09,
+ 155, 15, 15, 15, 0x09,
+ 166, 15, 15, 15, 0x09,
+ 179, 15, 15, 15, 0x09,
+ 195, 15, 15, 15, 0x09,
+ 211, 204, 15, 15, 0x09,
+ 238, 15, 15, 15, 0x09,
+ 249, 15, 15, 15, 0x09,
+ 262, 259, 15, 15, 0x09,
+ 285, 259, 15, 15, 0x09,
+ 305, 15, 15, 15, 0x09,
+ 321, 15, 15, 15, 0x09,
+
+ 0 // eod
+};
+
+static const char qt_meta_stringdata_QCPPDialogImpl[] = {
+ "QCPPDialogImpl\0\0execCmd()\0fd\0readData(int)\0"
+ "sendFile()\0showAboutMsg()\0item\0"
+ "oldCmdClicked(QListWidgetItem*)\0"
+ "saveSettings()\0readFromStdout()\0"
+ "readFromStderr()\0sendDone()\0connectTTY()\0"
+ "disconnectTTY()\0killSz()\0enable\0"
+ "enableSettingWidgets(bool)\0doOutput()\0"
+ "sendKey()\0on\0hexOutputClicked(bool)\0"
+ "enableLogging(bool)\0chooseLogFile()\0"
+ "clearOutput()\0"
+};
+
+void QCPPDialogImpl::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
+{
+ if (_c == QMetaObject::InvokeMetaMethod) {
+ Q_ASSERT(staticMetaObject.cast(_o));
+ QCPPDialogImpl *_t = static_cast<QCPPDialogImpl *>(_o);
+ switch (_id) {
+ case 0: _t->execCmd(); break;
+ case 1: _t->readData((*reinterpret_cast< int(*)>(_a[1]))); break;
+ case 2: _t->sendFile(); break;
+ case 3: _t->showAboutMsg(); break;
+ case 4: _t->oldCmdClicked((*reinterpret_cast< QListWidgetItem*(*)>(_a[1]))); break;
+ case 5: _t->saveSettings(); break;
+ case 6: _t->readFromStdout(); break;
+ case 7: _t->readFromStderr(); break;
+ case 8: _t->sendDone(); break;
+ case 9: _t->connectTTY(); break;
+ case 10: _t->disconnectTTY(); break;
+ case 11: _t->killSz(); break;
+ case 12: _t->enableSettingWidgets((*reinterpret_cast< bool(*)>(_a[1]))); break;
+ case 13: _t->doOutput(); break;
+ case 14: _t->sendKey(); break;
+ case 15: _t->hexOutputClicked((*reinterpret_cast< bool(*)>(_a[1]))); break;
+ case 16: _t->enableLogging((*reinterpret_cast< bool(*)>(_a[1]))); break;
+ case 17: _t->chooseLogFile(); break;
+ case 18: _t->clearOutput(); break;
+ default: ;
+ }
+ }
+}
+
+const QMetaObjectExtraData QCPPDialogImpl::staticMetaObjectExtraData = {
+ 0, qt_static_metacall
+};
+
+const QMetaObject QCPPDialogImpl::staticMetaObject = {
+ { &QWidget::staticMetaObject, qt_meta_stringdata_QCPPDialogImpl,
+ qt_meta_data_QCPPDialogImpl, &staticMetaObjectExtraData }
+};
+
+#ifdef Q_NO_DATA_RELOCATION
+const QMetaObject &QCPPDialogImpl::getStaticMetaObject() { return staticMetaObject; }
+#endif //Q_NO_DATA_RELOCATION
+
+const QMetaObject *QCPPDialogImpl::metaObject() const
+{
+ return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
+}
+
+void *QCPPDialogImpl::qt_metacast(const char *_clname)
+{
+ if (!_clname) return 0;
+ if (!strcmp(_clname, qt_meta_stringdata_QCPPDialogImpl))
+ return static_cast<void*>(const_cast< QCPPDialogImpl*>(this));
+ if (!strcmp(_clname, "Ui::CuteCommDlg"))
+ return static_cast< Ui::CuteCommDlg*>(const_cast< QCPPDialogImpl*>(this));
+ return QWidget::qt_metacast(_clname);
+}
+
+int QCPPDialogImpl::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
+{
+ _id = QWidget::qt_metacall(_c, _id, _a);
+ if (_id < 0)
+ return _id;
+ if (_c == QMetaObject::InvokeMetaMethod) {
+ if (_id < 19)
+ qt_static_metacall(this, _c, _id, _a);
+ _id -= 19;
+ }
+ return _id;
+}
+QT_END_MOC_NAMESPACE
diff --git a/cutecom-0.22.0/qcppdialogimpl.cpp b/cutecom-0.22.0/qcppdialogimpl.cpp
new file mode 100644
index 0000000..c419d0f
--- /dev/null
+++ b/cutecom-0.22.0/qcppdialogimpl.cpp
@@ -0,0 +1,1440 @@
+/* Copyright (C) 2004-2009 Alexander Neundorf <neundorf@kde.org>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+*/
+
+#include "qcppdialogimpl.h"
+
+#include <qcombobox.h>
+#include <qpushbutton.h>
+#include <qcheckbox.h>
+#include <qlistwidget.h>
+#include <qlineedit.h>
+#include <qfiledialog.h>
+#include <qdir.h>
+#include <qfile.h>
+#include <qmessagebox.h>
+#include <qsettings.h>
+#include <qevent.h>
+#include <qprogressdialog.h>
+#include <qapplication.h>
+#include <qfileinfo.h>
+#include <qregexp.h>
+#include <qspinbox.h>
+//Added by qt3to4:
+#include <QKeyEvent>
+#include <QResizeEvent>
+#include <qtextbrowser.h>
+#include <qtextstream.h>
+
+#include <q3process.h>
+#include <q3cstring.h>
+
+
+#include <iostream>
+using namespace std;
+
+#include <errno.h>
+#include <unistd.h>
+#include <ctype.h>
+#include <sys/ioctl.h>
+#include <sys/termios.h>
+#include <sys/time.h>
+#include <sys/types.h>
+#include <sys/select.h>
+#include <fcntl.h>
+
+void millisleep(int ms)
+{
+ if (ms>0)
+ {
+ struct timeval tv;
+ tv.tv_sec=0;
+ tv.tv_usec=ms*1000;
+ select(0, 0, 0, 0, &tv);
+ }
+}
+
+QCPPDialogImpl::QCPPDialogImpl(QWidget* parent)
+:QWidget(parent)
+,m_isConnected(false)
+,m_fd(-1)
+,m_cmdBufIndex(0)
+,m_notifier(0)
+,m_sz(0)
+,m_progress(0)
+,m_progressStepSize(1000)
+,m_fileDlg(0)
+,m_outputTimer(this)
+,m_keyRepeatTimer(this)
+,m_keyCode(0)
+,m_hexBytes(0)
+,m_previousChar('\0')
+{
+ QCoreApplication::setOrganizationName("CuteCom");
+// QCoreApplication::setOrganizationDomain("mysoft.com");
+ QCoreApplication::setApplicationName("CuteCom");
+
+ this->setupUi(this);
+ fillBaudCb();
+
+ connect(m_connectPb, SIGNAL(clicked()), this, SLOT(connectTTY()));
+ connect(m_closePb, SIGNAL(clicked()), this, SLOT(disconnectTTY()));
+ connect(m_clearOutputPb, SIGNAL(clicked()), this, SLOT(clearOutput()));
+// connect(m_clearInputPb, SIGNAL(clicked()), m_oldCmdsLb, SLOT(clear()));
+
+ connect(m_cmdLe, SIGNAL(returnPressed()), this, SLOT(execCmd()));
+
+ connect(m_sendPb, SIGNAL(clicked()), this, SLOT(sendFile()));
+ connect(m_aboutPb, SIGNAL(clicked()), this, SLOT(showAboutMsg()));
+ connect(m_quitPb, SIGNAL(clicked()), this, SLOT(close()));
+
+ connect(m_oldCmdsLb, SIGNAL(itemClicked(QListWidgetItem*)), this, SLOT(oldCmdClicked(QListWidgetItem*)));
+ connect(m_oldCmdsLb, SIGNAL(itemDoubleClicked(QListWidgetItem*)), this, SLOT(execCmd()));
+
+ connect(m_hexOutputCb, SIGNAL(toggled(bool)), this, SLOT(hexOutputClicked(bool)));
+
+ connect(m_connectPb, SIGNAL(clicked()), this, SLOT(saveSettings()));
+ connect(m_deviceCb, SIGNAL(activated(int)), this, SLOT(saveSettings()));
+ connect(m_baudCb, SIGNAL(activated(int)), this, SLOT(saveSettings()));
+ connect(m_dataBitsCb, SIGNAL(activated(int)), this, SLOT(saveSettings()));
+ connect(m_parityCb, SIGNAL(activated(int)), this, SLOT(saveSettings()));
+ connect(m_stopCb, SIGNAL(activated(int)), this, SLOT(saveSettings()));
+ connect(m_protoPb, SIGNAL(activated(int)), this, SLOT(saveSettings()));
+ connect(m_softwareCb, SIGNAL(clicked()), this, SLOT(saveSettings()));
+ connect(m_hardwareCb, SIGNAL(clicked()), this, SLOT(saveSettings()));
+ connect(m_readCb, SIGNAL(clicked()), this, SLOT(saveSettings()));
+ connect(m_writeCb, SIGNAL(clicked()), this, SLOT(saveSettings()));
+ connect(m_applyCb, SIGNAL(clicked()), this, SLOT(saveSettings()));
+ connect(m_hexOutputCb, SIGNAL(clicked()), this, SLOT(saveSettings()));
+ connect(m_inputModeCb, SIGNAL(activated(int)), this, SLOT(saveSettings()));
+ connect(m_charDelaySb, SIGNAL(valueChanged(int)), this, SLOT(saveSettings()));
+ connect(m_logAppendCb, SIGNAL(activated(int)), this, SLOT(saveSettings()));
+
+ connect(m_applyCb, SIGNAL(toggled(bool)), this, SLOT(enableSettingWidgets(bool)));
+ connect(m_logFileFileDialog, SIGNAL(clicked()), this, SLOT(chooseLogFile()));
+
+ connect(&m_outputTimer, SIGNAL(timeout()), this, SLOT(doOutput()));
+ connect(&m_keyRepeatTimer, SIGNAL(timeout()), this, SLOT(sendKey()));
+
+ connect(m_enableLoggingCb, SIGNAL(toggled(bool)), this, SLOT(enableLogging(bool)));
+// connect(m_enableLoggingCb, SIGNAL(toggled(bool)), this, SLOT(enableLogging(bool)));
+
+ m_outputView->setWordWrapMode(QTextOption::WrapAnywhere);
+ m_outputView->document()->setMaximumBlockCount(500);
+// TODO ? m_outputView->setWordWrap(Q3TextEdit::WidgetWidth);
+
+/* QAccel* accel=new QAccel(this);
+ accel->insertItem(CTRL+Key_C, 3);
+ accel->insertItem(CTRL+Key_Q, 17);
+ accel->insertItem(CTRL+Key_S, 19);
+ connect(accel, SIGNAL(activated(int)), this, SLOT(sendByte(int)));*/
+
+ m_outputTimerStart.start();
+
+ readSettings();
+
+ disconnectTTY();
+
+ m_cmdLe->installEventFilter(this);
+}
+
+void QCPPDialogImpl::fillBaudCb()
+{
+#ifdef B0
+ m_baudCb->addItem("0");
+#endif
+
+#ifdef B50
+ m_baudCb->addItem("50");
+#endif
+#ifdef B75
+ m_baudCb->addItem("75");
+#endif
+#ifdef B110
+ m_baudCb->addItem("110");
+#endif
+#ifdef B134
+ m_baudCb->addItem("134");
+#endif
+#ifdef B150
+ m_baudCb->addItem("150");
+#endif
+#ifdef B200
+ m_baudCb->addItem("200");
+#endif
+#ifdef B300
+ m_baudCb->addItem("300");
+#endif
+#ifdef B600
+ m_baudCb->addItem("600");
+#endif
+#ifdef B1200
+ m_baudCb->addItem("1200");
+#endif
+#ifdef B1800
+ m_baudCb->addItem("1800");
+#endif
+#ifdef B2400
+ m_baudCb->addItem("2400");
+#endif
+#ifdef B4800
+ m_baudCb->addItem("4800");
+#endif
+#ifdef B7200
+ m_baudCb->addItem("7200");
+#endif
+#ifdef B9600
+ m_baudCb->addItem("9600");
+#endif
+#ifdef B14400
+ m_baudCb->addItem("14400");
+#endif
+#ifdef B19200
+ m_baudCb->addItem("19200");
+#endif
+#ifdef B28800
+ m_baudCb->addItem("28800");
+#endif
+#ifdef B38400
+ m_baudCb->addItem("38400");
+#endif
+#ifdef B57600
+ m_baudCb->addItem("57600");
+#endif
+#ifdef B76800
+ m_baudCb->addItem("76800");
+#endif
+
+ // this one is the default (without special reason)
+ m_baudCb->addItem("115200");
+ m_baudCb->setCurrentIndex(m_baudCb->count()-1);
+
+#ifdef B128000
+ m_baudCb->addItem("128000");
+#endif
+#ifdef B230400
+ m_baudCb->addItem("230400");
+#endif
+#ifdef B460800
+ m_baudCb->addItem("460800");
+#endif
+#ifdef B576000
+ m_baudCb->addItem("576000");
+#endif
+#ifdef B921600
+ m_baudCb->addItem("921600");
+#endif
+}
+
+void QCPPDialogImpl::resizeEvent(QResizeEvent *e)
+{
+ QWidget::resizeEvent(e);
+ saveSettings();
+}
+
+void QCPPDialogImpl::saveSettings()
+{
+ QSettings settings;
+ settings.setValue("/cutecom/HardwareHandshake", m_hardwareCb->isChecked());
+ settings.setValue("/cutecom/SoftwareHandshake", m_softwareCb->isChecked());
+
+ settings.setValue("/cutecom/OpenForReading", m_readCb->isChecked());
+ settings.setValue("/cutecom/OpenForWriting", m_writeCb->isChecked());
+ settings.setValue("/cutecom/DontApplySettings", !m_applyCb->isChecked());
+
+ settings.setValue("/cutecom/Device", m_deviceCb->currentText());
+ settings.setValue("/cutecom/Baud", m_baudCb->currentItem());
+ settings.setValue("/cutecom/Databits", m_dataBitsCb->currentItem());
+ settings.setValue("/cutecom/Parity", m_parityCb->currentItem());
+ settings.setValue("/cutecom/Stopbits", m_stopCb->currentItem());
+ settings.setValue("/cutecom/Protocol", m_protoPb->currentItem());
+ settings.setValue("/cutecom/width", width());
+ settings.setValue("/cutecom/height", height());
+
+ settings.setValue("/cutecom/LineMode", m_inputModeCb->currentItem());
+ settings.setValue("/cutecom/HexOutput", m_hexOutputCb->isChecked());
+ settings.setValue("/cutecom/CharDelay", m_charDelaySb->value());
+
+ settings.setValue("/cutecom/SendFileDialogStartDir", m_sendFileDialogStartDir);
+ settings.setValue("/cutecom/LogFileName", m_logFileLe->text());
+
+ settings.setValue("/cutecom/AppendToLogFile", m_logAppendCb->currentItem());
+
+
+ QString currentDevice=m_deviceCb->currentText();
+ settings.setValue("/cutecom/CurrentDevice", currentDevice);
+ bool currentDeviceIsInList=false;
+ QStringList devices;
+ for (int i=0; i<m_deviceCb->count(); i++)
+ {
+ QString s=m_deviceCb->itemText(i);
+ devices<<s;
+ if (s==currentDevice)
+ {
+ currentDeviceIsInList=true;
+ }
+ }
+
+ if (!currentDeviceIsInList)
+ {
+ devices<<currentDevice;
+ }
+
+ settings.setValue("/cutecom/AllDevices", devices);
+
+ int historyCount=m_oldCmdsLb->count();
+ if (historyCount>50)
+ {
+ historyCount=50;
+ }
+
+ QStringList saveHist;
+ for (unsigned int i=m_oldCmdsLb->count()-historyCount; i<m_oldCmdsLb->count(); i++)
+ {
+ saveHist << m_oldCmdsLb->item(i)->text();
+ }
+ settings.setValue("/cutecom/History", saveHist);
+}
+
+void QCPPDialogImpl::readSettings()
+{
+ QSettings settings;
+ m_hardwareCb->setChecked(settings.value("/cutecom/HardwareHandshake", false).toBool());
+ m_softwareCb->setChecked(settings.value("/cutecom/SoftwareHandshake", false).toBool());
+ m_readCb->setChecked(settings.value("/cutecom/OpenForReading", true).toBool());
+ m_writeCb->setChecked(settings.value("/cutecom/OpenForWriting", true).toBool());
+
+ m_applyCb->setChecked(!settings.value("/cutecom/DontApplySettings", false).toBool());
+ enableSettingWidgets(m_applyCb->isChecked());
+
+ int defaultBaud = settings.value("/cutecom/Baud", -1).toInt();
+ if (defaultBaud != -1)
+ {
+ m_baudCb->setCurrentIndex(defaultBaud);
+ }
+ m_dataBitsCb->setCurrentIndex(settings.value("/cutecom/Databits", 3).toInt());
+ m_parityCb->setCurrentIndex(settings.value("/cutecom/Parity", 0).toInt());
+ m_stopCb->setCurrentIndex(settings.value("/cutecom/Stopbits", 0).toInt());
+ m_protoPb->setCurrentIndex(settings.value("/cutecom/Protocol", 0).toInt());
+
+ m_inputModeCb->setCurrentIndex(settings.value("/cutecom/LineMode", 0).toInt());
+ m_hexOutputCb->setChecked(settings.value("/cutecom/HexOutput", false).toBool());
+ m_charDelaySb->setValue(settings.value("/cutecom/CharDelay", 1).toInt());
+
+ m_sendFileDialogStartDir=settings.value("/cutecom/SendFileDialogStartDir", QDir::homePath()).toString();
+ m_logFileLe->setText(settings.value("/cutecom/LogFileName", QDir::homePath()+"/cutecom.log").toString());
+
+ m_logAppendCb->setCurrentIndex(settings.value("/cutecom/AppendToLogFile", 0).toInt());
+
+ int x=settings.value("/cutecom/width", -1).toInt();
+ int y=settings.value("/cutecom/height", -1).toInt();
+ if ((x>100) && (y>100))
+ {
+ resize(x,y);
+ }
+
+ bool entryFound = settings.contains("/cutecom/AllDevices");
+ QStringList devices=settings.value("/cutecom/AllDevices").toStringList();
+ if (!entryFound)
+ {
+ devices<<"/dev/ttyS0"<<"/dev/ttyS1"<<"/dev/ttyS2"<<"/dev/ttyS3";
+ }
+
+ m_deviceCb->insertItems(0, devices);
+
+ int indexOfCurrentDevice = devices.indexOf(settings.value("/cutecom/CurrentDevice", "/dev/ttyS0").toString());
+ // fprintf(stderr, "currentDEev: -%s - index: %d\n", settings.value("/cutecom/CurrentDevice", "/dev/ttyS0").toString().toLatin1().constData(), indexOfCurrentDevice);
+ if (indexOfCurrentDevice!=-1)
+ {
+ m_deviceCb->setCurrentIndex(indexOfCurrentDevice);
+ }
+
+ QStringList history=settings.value("/cutecom/History").toStringList();
+
+ if (!history.empty())
+ {
+ m_oldCmdsLb->addItems(history);
+ m_oldCmdsLb->setCurrentRow(m_oldCmdsLb->count()-1);
+ m_oldCmdsLb->scrollToItem(m_oldCmdsLb->currentItem());
+ m_oldCmdsLb->clearSelection();
+ }
+}
+
+void QCPPDialogImpl::showAboutMsg()
+{
+ QMessageBox::about(this, tr("About CuteCom"), tr("This is CuteCom 0.22.0<br>(c)2004-2009 Alexander Neundorf, &lt;neundorf@kde.org&gt;<br>Licensed under the GNU GPL v2"));
+}
+
+void QCPPDialogImpl::sendFile()
+{
+ if (m_fileDlg==0)
+ {
+ m_fileDlg=new QFileDialog();
+ m_fileDlg->setDirectory(m_sendFileDialogStartDir);
+ m_fileDlg->setFileMode(QFileDialog::ExistingFile);
+ }
+
+ QString filename;
+ if ( m_fileDlg->exec() == QDialog::Accepted )
+ {
+ QStringList fn = m_fileDlg->selectedFiles();
+ if(!fn.isEmpty())
+ {
+ filename = fn[0];
+ }
+ m_sendFileDialogStartDir=m_fileDlg->directory().absolutePath();
+ saveSettings();
+ }
+ else
+ {
+ return;
+ }
+
+ unsigned int charDelay=m_charDelaySb->value();
+ if (m_protoPb->currentText()=="Script")
+ {
+ QFile file(filename);
+ if (!file.open(QIODevice::ReadOnly))
+ {
+ QMessageBox::information(this, tr("Opening file failed"), tr("Could not open file %1").arg(filename));
+ return;
+ }
+
+ QTextStream stream(&file);
+ while (!stream.atEnd())
+ {
+ QString nextLine=stream.readLine();
+ nextLine=nextLine.left((unsigned int)nextLine.indexOf('#'));
+ if (nextLine.isEmpty())
+ {
+ continue;
+ }
+
+ if (!sendString(nextLine))
+ {
+ QMessageBox::information(this, tr("Comm error"), tr("Sending failed"));
+ return;
+ }
+ millisleep(charDelay*3);
+ }
+ }
+ else if (m_protoPb->currentText()=="Plain")
+ {
+ QFile file(filename);
+ if (!file.open(QIODevice::ReadOnly))
+ {
+ QMessageBox::information(this, tr("Opening file failed"), tr("Could not open file %1").arg(filename));
+ return;
+ }
+ QByteArray data=file.readAll();
+ delete m_progress;
+ m_progress=new QProgressDialog(tr("Sending file..."), tr("Cancel"), 0, 100, this);
+ m_progress->setMinimumDuration(100);
+ unsigned int step=data.size()/100;
+ if (step<1)
+ {
+ step=1;
+ }
+ for (int i=0; i<data.size(); i++)
+ {
+ if ((i%step)==0)
+ {
+ m_progress->setValue(i/step);
+ qApp->processEvents();
+ }
+ sendByte(data.data()[i], charDelay);
+ if ((data.data()[i]=='\n') || (data.data()[i]=='\r')) //wait twice as long after bytes which might be line ends (helps some uCs)
+ {
+ millisleep(charDelay);
+ }
+// if (!sendByte(data.data()[i]))
+ if (0)
+ {
+ QMessageBox::information(this, tr("Comm error"), tr("Sending failed (%1/%2").arg(i).arg(data.count()));
+ break;
+ }
+ if ( m_progress->wasCanceled() )
+ {
+ break;
+ }
+ }
+ delete m_progress;
+ m_progress=0;
+ }
+ else if ((m_protoPb->currentText()=="XModem")
+ || (m_protoPb->currentText()=="YModem")
+ || (m_protoPb->currentText()=="ZModem")
+ || (m_protoPb->currentText()=="1kXModem"))
+ {
+// QProcess sx(this);
+ disconnectTTYRestore(false);
+ m_sz=new Q3Process(this);
+ m_sz->addArgument("sh");
+ m_sz->addArgument("-c");
+// QString tmp=QString("sx -vv \"")+filename+"\" < "+m_deviceCb->currentText()+" > "+m_deviceCb->currentText();
+ QString tmp=QString("sz ");
+ if (m_protoPb->currentText()=="XModem")
+ {
+ tmp+="--xmodem ";
+ }
+ else if (m_protoPb->currentText()=="YModem")
+ {
+ tmp+="--ymodem ";
+ }
+ else if (m_protoPb->currentText()=="ZModem")
+ {
+ tmp+="--zmodem ";
+ }
+ else if (m_protoPb->currentText()=="1kXModem")
+ {
+ tmp+="--xmodem --1k ";
+ }
+
+ tmp=tmp+"-vv \""+filename+"\" < "+m_deviceCb->currentText()+" > "+m_deviceCb->currentText();
+ m_sz->addArgument(tmp);
+ m_sz->setCommunication(Q3Process::Stderr);
+
+ connect(m_sz, SIGNAL(readyReadStderr()), this, SLOT(readFromStderr()));
+/* m_sz->addArgument("sx");
+ m_sz->addArgument("-vv");
+ m_sz->addArgument(filename);
+ m_sz->setCommunication(QProcess::Stdin|QProcess::Stdout|QProcess::Stderr);
+
+ connect(m_sz, SIGNAL(readyReadStdout()), this, SLOT(readFromStdout()));
+ connect(m_sz, SIGNAL(readyReadStderr()), this, SLOT(readFromStderr()));*/
+ connect(m_sz, SIGNAL(processExited()), this, SLOT(sendDone()));
+ if (!m_sz->start())
+ {
+ QMessageBox::information(this, tr("Comm error"), tr("Could not start sx"));
+ delete m_sz;
+ m_sz=0;
+ connectTTY();
+ return;
+ }
+ m_progress=new QProgressDialog(tr("Sending file via xmodem..."), tr("Cancel"), 0, 100, this);
+ connect(m_progress, SIGNAL(cancelled()), this, SLOT(killSz()));
+ m_progress->setMinimumDuration(100);
+ QFileInfo fi(filename);
+ m_progressStepSize=fi.size()/1024/100;
+ if (m_progressStepSize<1)
+ {
+ m_progressStepSize=1;
+ }
+// cerr<<"while(isRunning)"<<std::endl;
+ m_progress->setValue(0);
+ while (m_sz->isRunning())
+ {
+ qApp->processEvents();
+ millisleep(10);
+ }
+// cerr<<"----------------- sx done"<<std::endl;
+
+ delete m_sz;
+ m_sz=0;
+ delete m_progress;
+ m_progress=0;
+ connectTTY();
+ }
+ else
+ {
+ QMessageBox::information(this, tr("Opening file failed"), tr("Protocol %1 not supported yet").arg(m_protoPb->currentText()));
+ }
+}
+
+void QCPPDialogImpl::killSz()
+{
+ if (m_sz==0)
+ {
+ return;
+ }
+ m_sz->tryTerminate();
+}
+
+void QCPPDialogImpl::readFromStdout()
+{
+ QByteArray ba=m_sz->readStdout();
+// cerr<<"readFromStdout() "<<ba.count()<<std::endl;
+ unsigned int bytesToWrite=ba.count();
+ char* src=ba.data();
+ while (bytesToWrite>0)
+ {
+ int bytesWritten=::write(m_fd, src, (bytesToWrite>CUTECOMM_BUFSIZE?CUTECOMM_BUFSIZE:bytesToWrite));
+ if (bytesWritten<0)
+ {
+// cerr<<"readFromStdout() error "<<bytesWritten<<" , "<<bytesToWrite<<" left"<<std::endl;
+ return;
+ }
+ src+=bytesWritten;
+ bytesToWrite-=bytesWritten;
+
+ }
+}
+
+void QCPPDialogImpl::readFromStderr()
+{
+ QByteArray ba=m_sz->readStderr();
+// cerr<<"readFromStderr() "<<ba.count()<<std::endl;
+ if (m_progress==0)
+ {
+ return;
+ }
+ QString s(ba);
+ QRegExp regex(".+\\d+/ *(\\d+)k.*");
+ int pos=regex.indexIn(s);
+ if (pos>-1)
+ {
+ QString captured=regex.cap(1);
+// cerr<<"captured kb: -"<<captured.latin1()<<"-"<<std::endl;
+ int kb=captured.toUInt();
+ if ((kb%m_progressStepSize)==0)
+ {
+ int p=kb/m_progressStepSize;
+ if (p<100)
+ {
+ m_progress->setValue(p);
+ }
+ }
+ }
+// else
+// cerr<<"--------"<<s.latin1()<<"-"<<std::endl;
+/* for (unsigned int i=0; i<ba.count(); i++)
+ {
+ char c=ba.data()[i];
+ unsigned int tmp=c;
+ if (isprint(tmp))
+ cerr<<c;
+ else
+ fprintf(stderr, " \\0x%02x ", tmp&0xff);
+ }*/
+}
+
+void QCPPDialogImpl::sendDone()
+{
+ std::cerr<<"sx exited"<<std::endl;
+}
+
+bool QCPPDialogImpl::eventFilter(QObject* watched, QEvent *e)
+{
+ QKeyEvent *ke=(QKeyEvent*)e;
+ if ((watched==m_cmdLe)
+ && (e->type()==QEvent::KeyPress))
+ {
+ if (ke->state()==Qt::NoModifier)
+ {
+ if (ke->key()==Qt::Key_Up)
+ {
+ prevCmd();
+ return true;
+ }
+ else if (ke->key()==Qt::Key_Down)
+ {
+ nextCmd();
+ return true;
+ }
+ }
+ else if (ke->modifiers()==Qt::ControlModifier)
+ {
+ if (ke->key()==Qt::Key_C)
+ {
+// std::cerr<<"c";
+ m_keyCode=3;
+ sendByte(m_keyCode, 0);
+ m_keyRepeatTimer.setSingleShot(false);
+ m_keyRepeatTimer.start(0);
+ return true;
+ }
+ else if (ke->key()==Qt::Key_Q)
+ {
+// std::cerr<<"#";
+ m_keyCode=17;
+ sendByte(m_keyCode, 0);
+ return true;
+ }
+ else if (ke->key()==Qt::Key_S)
+ {
+ m_keyCode=19;
+ sendByte(m_keyCode, 0);
+ return true;
+ }
+ }
+ }
+ else if ((watched==m_cmdLe) && (e->type()==QEvent::KeyRelease))
+ {
+ m_keyRepeatTimer.stop();
+ }
+
+ return false;
+}
+
+void QCPPDialogImpl::sendKey()
+{
+// std::cerr<<"-";
+ sendByte(m_keyCode, 0);
+}
+
+void QCPPDialogImpl::oldCmdClicked(QListWidgetItem* item)
+{
+ if (item==0)
+ {
+ return;
+ }
+ int index=m_oldCmdsLb->row(item);
+ m_cmdLe->setText(item->text());
+ m_cmdBufIndex=m_oldCmdsLb->count()-index;
+ m_cmdLe->setFocus();
+}
+
+void QCPPDialogImpl::prevCmd()
+{
+ if (m_oldCmdsLb->count()<=m_cmdBufIndex)
+ {
+ return;
+ }
+
+// std::cerr<<"prevCmd() count: "<<m_oldCmdsLb->count()<<" bufIndex: "<<
+ m_cmdBufIndex++;
+ QListWidgetItem* item=m_oldCmdsLb->item(m_oldCmdsLb->count()-m_cmdBufIndex);
+ if (item!=0)
+ {
+ m_oldCmdsLb->setCurrentItem(item);
+ m_cmdLe->setText(item->text());
+ }
+// std::cerr<<"prev() count: "<<m_oldCmdsLb->count()<<" bufIndex: "<<m_cmdBufIndex<<std::endl;
+}
+
+void QCPPDialogImpl::nextCmd()
+{
+ if (m_cmdBufIndex==0)
+ {
+ return;
+ }
+
+ m_cmdBufIndex--;
+ if (m_cmdBufIndex==0)
+ {
+ m_cmdLe->clear();
+ m_oldCmdsLb->setCurrentItem(0);
+// TODO ? m_oldCmdsLb->setCurrentIndex(0);
+ }
+ else
+ {
+ QListWidgetItem* it=m_oldCmdsLb->item(m_oldCmdsLb->count()-m_cmdBufIndex);
+ m_oldCmdsLb->setCurrentItem(it);
+ m_cmdLe->setText(it->text());
+ }
+// std::cerr<<"next() count: "<<m_oldCmdsLb->count()<<" bufIndex: "<<m_cmdBufIndex<<std::endl;
+}
+
+void QCPPDialogImpl::execCmd()
+{
+ m_cmdBufIndex=0;
+ QString cmd=m_cmdLe->text().trimmed();
+ m_cmdLe->clear();
+ if (!cmd.isEmpty())
+ {
+ if ((m_oldCmdsLb->count()<1) || (m_oldCmdsLb->item(m_oldCmdsLb->count()-1)->text()!=cmd))
+ {
+ m_oldCmdsLb->addItem(cmd);
+ m_oldCmdsLb->setCurrentRow(m_oldCmdsLb->count()-1);
+ if (m_oldCmdsLb->count()>50)
+ {
+#if QT_VERSION >= 0x040300
+ m_oldCmdsLb->removeItemWidget(m_oldCmdsLb->item(0));
+#else /* QT_VERSION >= 0x030000 */
+ m_oldCmdsLb->setItemWidget(m_oldCmdsLb->item(0), 0);
+#endif /* QT_VERSION >= 0x030000 */
+ }
+ saveSettings();
+ }
+ }
+ m_oldCmdsLb->clearSelection();
+ if (m_fd==-1)
+ {
+ return;
+ }
+
+ sendString(cmd);
+
+/* std::cerr<<"paras: "<<m_outputView->paragraphs()<<std::endl;
+ if (m_outputView->paragraphs()>1100)
+ {
+ m_outputView->setUpdatesEnabled(false);
+ m_outputView->setSelection(0, 0, 100, 0);
+ m_outputView->removeSelectedText();
+ m_outputView->scrollToBottom();
+ m_outputView->append("abc\n");
+ m_outputView->setUpdatesEnabled(true);
+ }
+ else*/
+/* m_outputView->setCursorPosition(m_outputView->paragraphs()-1, 0);
+ static int i=0;
+ i++;
+ QString s=QString::number(i);
+ s=" -"+s+"-\n ";
+ m_outputView->insert(s);*/
+/* m_outputView->insert("abc");
+ m_outputView->insert("def");
+ m_outputView->insert("ghi\n");
+ m_outputView->update();*/
+}
+
+bool QCPPDialogImpl::sendString(const QString& s)
+{
+ unsigned int lineMode=m_inputModeCb->currentIndex();
+ unsigned int charDelay=m_charDelaySb->value();
+
+ if (lineMode==4) // hex
+ {
+ QString hex=s;
+ hex.remove(QRegExp("\\s"));
+ if ((hex.startsWith("0x")) || (hex.startsWith("0X")))
+ {
+ hex=hex.mid(2);
+ }
+
+ if (hex.length()%2 != 0)
+ {
+ hex="0"+hex;
+ }
+
+ for (int i=0; i<hex.length()/2; i++)
+ {
+ QString nextByte=hex.mid(i*2, 2);
+ bool ok=true;
+ nextByte.toUInt(&ok, 16);
+ if (!ok)
+ {
+ QMessageBox::information(this, tr("Invalid hex characters"), tr("The input string contains invalid hex characters: 0x%1").arg(nextByte));
+ return false;
+ }
+ }
+
+ for (int i=0; i<hex.length()/2; i++)
+ {
+ QString nextByte=hex.mid(i*2, 2);
+ unsigned int byte=nextByte.toUInt(0, 16);
+ sendByte(byte & 0xff, charDelay);
+ // fprintf(stderr, " 0x%x d:%d ", byte & 0xff, charDelay);
+ }
+ return true;
+ }
+
+ const char *bytes=s.toLatin1();
+ for (int i=0; i<s.length(); i++)
+ {
+ if (!sendByte(*bytes, charDelay))
+ {
+ return false;
+ }
+ bytes++;
+ }
+
+ if (lineMode==0)
+ {
+ if (!sendByte('\n', charDelay))
+ {
+ return false;
+ }
+ }
+ else if (lineMode==1)
+ {
+ if (!sendByte('\r', charDelay))
+ {
+ return false;
+ }
+ }
+ else if (lineMode==2)
+ {
+ if (!sendByte('\r', charDelay))
+ {
+ return false;
+ }
+ if (!sendByte('\n', charDelay))
+ {
+ return false;
+ }
+ }
+ return true;
+}
+
+bool QCPPDialogImpl::sendByte(char c, unsigned int delay)
+{
+ if (m_fd==-1)
+ {
+ return false;
+ }
+ int res=::write(m_fd, &c, 1);
+// std::cerr<<"wrote "<<(unsigned int)(c)<<std::endl;
+ if (res<1)
+ {
+ std::cerr<<"write returned "<<res<<" errno: "<<errno<<std::endl;
+ perror("write\n");
+ return false;
+ }
+ millisleep(delay);
+ return true;
+}
+
+
+void QCPPDialogImpl::connectTTY()
+{
+ QString dev=m_deviceCb->currentText();
+ int baudrate=m_baudCb->currentText().toInt();
+ int dataBits=m_dataBitsCb->currentText().toInt();
+ QString parity=m_parityCb->currentText();
+ QString stop=m_stopCb->currentText();
+ bool softwareHandshake=m_softwareCb->isChecked();
+ bool hardwareHandshake=m_hardwareCb->isChecked();
+
+ int flags=0;
+ if (m_readCb->isChecked() && m_writeCb->isChecked())
+ {
+ flags=O_RDWR;
+ }
+ else if (!m_readCb->isChecked() && m_writeCb->isChecked())
+ {
+ flags=O_WRONLY;
+ }
+ else if (m_readCb->isChecked() && !m_writeCb->isChecked())
+ {
+ flags=O_RDONLY;
+ }
+ else
+ {
+ QMessageBox::information(this, tr("Error"), tr("Opening the device neither for reading nor writing doesn't seem to make much sense ;-)"));
+ return;
+ }
+
+ m_fd=open(dev.toLatin1(), flags | O_NDELAY);
+ if (m_fd<0)
+ {
+ std::cerr<<"opening failed"<<std::endl;
+ m_fd=-1;
+ QMessageBox::information(this, tr("Error"), tr("Could not open %1").arg(dev));
+ return;
+ }
+
+ // flushing is to be done after opening. This prevents first read and write to be spam'ish.
+ tcflush(m_fd, TCIOFLUSH);
+
+ if (m_applyCb->isChecked())
+ {
+ int n = fcntl(m_fd, F_GETFL, 0);
+ fcntl(m_fd, F_SETFL, n & ~O_NDELAY);
+
+ if (tcgetattr(m_fd, &m_oldtio)!=0)
+ {
+ std::cerr<<"tcgetattr() 2 failed"<<std::endl;
+ }
+
+ setNewOptions(baudrate, dataBits, parity, stop, softwareHandshake, hardwareHandshake);
+ }
+
+ m_connectPb->setEnabled(false);
+ m_deviceCb->setEnabled(false);
+
+ enableSettingWidgets(false);
+ m_applyCb->setEnabled(false);
+
+ m_readCb->setEnabled(false);
+ m_writeCb->setEnabled(false);
+ m_isConnected=true;
+
+
+ if (m_readCb->isChecked())
+ {
+ m_notifier=new QSocketNotifier(m_fd, QSocketNotifier::Read, this);
+ connect(m_notifier, SIGNAL(activated(int)), this, SLOT(readData(int)));
+ }
+ m_oldCmdsLb->setEnabled(true);
+ m_cmdLe->setEnabled(true);
+ m_sendPb->setEnabled(true);
+ m_protoPb->setEnabled(true);
+ m_closePb->setEnabled(true);
+
+ m_cmdLe->setFocus();
+
+ m_previousChar = '\0';
+ m_hexBytes=0;
+}
+
+void QCPPDialogImpl::enableSettingWidgets(bool enable)
+{
+ m_baudCb->setEnabled(enable);
+ m_dataBitsCb->setEnabled(enable);
+ m_parityCb->setEnabled(enable);
+ m_stopCb->setEnabled(enable);
+ m_softwareCb->setEnabled(enable);
+ m_hardwareCb->setEnabled(enable);
+}
+
+void QCPPDialogImpl::disconnectTTY()
+{
+ disconnectTTYRestore(m_applyCb->isChecked());
+}
+
+void QCPPDialogImpl::disconnectTTYRestore(bool restoreSettings)
+{
+ m_outputTimer.stop();
+ m_outputBuffer="";
+
+// std::cerr<<"closing "<<m_fd<<std::endl;
+ if (m_fd!=-1)
+ {
+ if (restoreSettings)
+ {
+ tcsetattr(m_fd, TCSANOW, &m_oldtio);
+ }
+ ::close(m_fd);
+ }
+ m_fd=-1;
+ m_connectPb->setEnabled(true);
+ m_deviceCb->setEnabled(true);
+
+ if (m_applyCb->isChecked())
+ {
+ enableSettingWidgets(true);
+ }
+
+ m_applyCb->setEnabled(true);
+ m_readCb->setEnabled(true);
+ m_writeCb->setEnabled(true);
+
+ m_oldCmdsLb->setEnabled(false);
+ m_cmdLe->setEnabled(false);
+ m_sendPb->setEnabled(false);
+ m_protoPb->setEnabled(false);
+ m_closePb->setEnabled(false);
+
+ m_connectPb->setFocus();
+
+ m_isConnected=false;
+ delete m_notifier;
+ m_notifier=0;
+}
+
+
+
+/** This function features some code from minicom 2.0.0, src/sysdep1.c */
+void QCPPDialogImpl::setNewOptions(int baudrate, int databits, const QString& parity, const QString& stop, bool softwareHandshake, bool hardwareHandshake)
+{
+ struct termios newtio;
+// memset(&newtio, 0, sizeof(newtio));
+ if (tcgetattr(m_fd, &newtio)!=0)
+ {
+ std::cerr<<"tcgetattr() 3 failed"<<std::endl;
+ }
+
+ speed_t _baud=0;
+ switch (baudrate)
+ {
+#ifdef B0
+ case 0: _baud=B0; break;
+#endif
+
+#ifdef B50
+ case 50: _baud=B50; break;
+#endif
+#ifdef B75
+ case 75: _baud=B75; break;
+#endif
+#ifdef B110
+ case 110: _baud=B110; break;
+#endif
+#ifdef B134
+ case 134: _baud=B134; break;
+#endif
+#ifdef B150
+ case 150: _baud=B150; break;
+#endif
+#ifdef B200
+ case 200: _baud=B200; break;
+#endif
+#ifdef B300
+ case 300: _baud=B300; break;
+#endif
+#ifdef B600
+ case 600: _baud=B600; break;
+#endif
+#ifdef B1200
+ case 1200: _baud=B1200; break;
+#endif
+#ifdef B1800
+ case 1800: _baud=B1800; break;
+#endif
+#ifdef B2400
+ case 2400: _baud=B2400; break;
+#endif
+#ifdef B4800
+ case 4800: _baud=B4800; break;
+#endif
+#ifdef B7200
+ case 7200: _baud=B7200; break;
+#endif
+#ifdef B9600
+ case 9600: _baud=B9600; break;
+#endif
+#ifdef B14400
+ case 14400: _baud=B14400; break;
+#endif
+#ifdef B19200
+ case 19200: _baud=B19200; break;
+#endif
+#ifdef B28800
+ case 28800: _baud=B28800; break;
+#endif
+#ifdef B38400
+ case 38400: _baud=B38400; break;
+#endif
+#ifdef B57600
+ case 57600: _baud=B57600; break;
+#endif
+#ifdef B76800
+ case 76800: _baud=B76800; break;
+#endif
+#ifdef B115200
+ case 115200: _baud=B115200; break;
+#endif
+#ifdef B128000
+ case 128000: _baud=B128000; break;
+#endif
+#ifdef B230400
+ case 230400: _baud=B230400; break;
+#endif
+#ifdef B460800
+ case 460800: _baud=B460800; break;
+#endif
+#ifdef B576000
+ case 576000: _baud=B576000; break;
+#endif
+#ifdef B921600
+ case 921600: _baud=B921600; break;
+#endif
+ default:
+// case 256000:
+// _baud=B256000;
+ break;
+ }
+ cfsetospeed(&newtio, (speed_t)_baud);
+ cfsetispeed(&newtio, (speed_t)_baud);
+
+ /* We generate mark and space parity ourself. */
+ if (databits == 7 && (parity=="Mark" || parity == "Space"))
+ {
+ databits = 8;
+ }
+ switch (databits)
+ {
+ case 5:
+ newtio.c_cflag = (newtio.c_cflag & ~CSIZE) | CS5;
+ break;
+ case 6:
+ newtio.c_cflag = (newtio.c_cflag & ~CSIZE) | CS6;
+ break;
+ case 7:
+ newtio.c_cflag = (newtio.c_cflag & ~CSIZE) | CS7;
+ break;
+ case 8:
+ default:
+ newtio.c_cflag = (newtio.c_cflag & ~CSIZE) | CS8;
+ break;
+ }
+ newtio.c_cflag |= CLOCAL | CREAD;
+
+ //parity
+ newtio.c_cflag &= ~(PARENB | PARODD);
+ if (parity == "Even")
+ {
+ newtio.c_cflag |= PARENB;
+ }
+ else if (parity== "Odd")
+ {
+ newtio.c_cflag |= (PARENB | PARODD);
+ }
+
+ //hardware handshake
+/* if (hardwareHandshake)
+ newtio.c_cflag |= CRTSCTS;
+ else
+ newtio.c_cflag &= ~CRTSCTS;*/
+ newtio.c_cflag &= ~CRTSCTS;
+
+ //stopbits
+ if (stop=="2")
+ {
+ newtio.c_cflag |= CSTOPB;
+ }
+ else
+ {
+ newtio.c_cflag &= ~CSTOPB;
+ }
+
+// newtio.c_iflag=IGNPAR | IGNBRK;
+ newtio.c_iflag=IGNBRK;
+// newtio.c_iflag=IGNPAR;
+
+ //software handshake
+ if (softwareHandshake)
+ {
+ newtio.c_iflag |= IXON | IXOFF;
+ }
+ else
+ {
+ newtio.c_iflag &= ~(IXON|IXOFF|IXANY);
+ }
+
+ newtio.c_lflag=0;
+ newtio.c_oflag=0;
+
+ newtio.c_cc[VTIME]=1;
+ newtio.c_cc[VMIN]=60;
+
+// tcflush(m_fd, TCIFLUSH);
+ if (tcsetattr(m_fd, TCSANOW, &newtio)!=0)
+ {
+ std::cerr<<"tcsetattr() 1 failed"<<std::endl;
+ }
+
+ int mcs=0;
+ ioctl(m_fd, TIOCMGET, &mcs);
+ mcs |= TIOCM_RTS;
+ ioctl(m_fd, TIOCMSET, &mcs);
+
+ if (tcgetattr(m_fd, &newtio)!=0)
+ {
+ std::cerr<<"tcgetattr() 4 failed"<<std::endl;
+ }
+
+ //hardware handshake
+ if (hardwareHandshake)
+ {
+ newtio.c_cflag |= CRTSCTS;
+ }
+ else
+ {
+ newtio.c_cflag &= ~CRTSCTS;
+ }
+/* if (on)
+ newtio.c_cflag |= CRTSCTS;
+ else
+ newtio.c_cflag &= ~CRTSCTS;*/
+ if (tcsetattr(m_fd, TCSANOW, &newtio)!=0)
+ {
+ std::cerr<<"tcsetattr() 2 failed"<<std::endl;
+ }
+
+}
+
+void QCPPDialogImpl::readData(int fd)
+{
+ if (fd!=m_fd)
+ {
+ return;
+ }
+
+ int bytesRead=::read(m_fd, m_buf, CUTECOMM_BUFSIZE);
+
+ if (bytesRead<0)
+ {
+ std::cerr<<"read result: "<<bytesRead<<std::endl;
+ perror("read: \n");
+ return;
+ }
+ // if the device "disappeared", e.g. from USB, we get a read event for 0 bytes
+ else if (bytesRead==0)
+ {
+ disconnectTTY();
+ return;
+ }
+
+ const char* c=m_buf;
+ if (m_sz!=0)
+ {
+// std::cerr<<"readData() "<<bytesRead<<std::endl;
+ QByteArray ba(m_buf, bytesRead);
+ m_sz->writeToStdin(ba);
+ return;
+ }
+
+ if (m_logFile.isOpen())
+ {
+ m_logFile.write(m_buf, bytesRead);
+ }
+
+ QString text;
+ char buf[16];
+ for (int i=0; i<bytesRead; i++)
+ {
+ if (m_hexOutputCb->isChecked())
+ {
+ if ((m_hexBytes % 16) == 0)
+ {
+ snprintf(buf, 16, "%08x: ", m_hexBytes);
+ text+=buf;
+ }
+ unsigned int b=*c;
+ snprintf(buf, 16, "%02x ", b & 0xff);
+ text+=buf;
+
+ m_hexBytes++;
+ if ((m_hexBytes % 16)==0)
+ {
+ text+="\n";
+ }
+ else if ((m_hexBytes % 8)==0)
+ {
+ text+=" ";
+ }
+ }
+ else
+ {
+ // also print a newline for \r, and print only one newline for \r\n
+ if ((isprint(*c)) || (*c=='\n') || (*c=='\r'))
+ {
+ if (*c=='\r')
+ {
+ text+='\n';
+ }
+ else if (*c=='\n')
+ {
+ if (m_previousChar != '\r')
+ {
+ text+='\n';
+ }
+ }
+ else
+ {
+ text+=(*c);
+ }
+
+ m_previousChar = *c;
+ }
+ else
+ {
+ unsigned int b=*c;
+ snprintf(buf, 16, "\\0x%02x", b & 0xff);
+ text+=buf;
+ }
+ }
+ c++;
+ }
+
+ addOutput(text);
+}
+
+void QCPPDialogImpl::addOutput(const QString& text)
+{
+ m_outputBuffer+=text;
+
+ if (!m_outputTimer.isActive())
+ {
+ doOutput();
+ m_outputTimerStart.restart();
+ m_outputTimer.setSingleShot(true);
+ m_outputTimer.start(50);
+ }
+ else
+ {
+ if ((m_outputTimerStart.elapsed()>400)
+ || ((m_outputTimerStart.elapsed()>200) && (m_outputBuffer.length()<100)))
+ {
+ doOutput();
+ m_outputTimerStart.restart();
+ }
+ m_outputTimer.setSingleShot(true);
+ m_outputTimer.start(50);
+ }
+}
+
+void QCPPDialogImpl::doOutput()
+{
+ if (m_outputBuffer.isEmpty())
+ {
+ return;
+ }
+
+ m_outputView->append(m_outputBuffer);
+ m_outputBuffer.clear();
+}
+
+void QCPPDialogImpl::hexOutputClicked(bool /* on */)
+{
+ addOutput("\n");
+ m_hexBytes=0;
+}
+
+void QCPPDialogImpl::clearOutput()
+{
+ m_outputView->clear();
+ m_hexBytes=0;
+}
+
+void QCPPDialogImpl::enableLogging(bool on)
+{
+ if (m_logFile.isOpen()==on)
+ {
+ return;
+ }
+
+ if (on)
+ {
+ m_logFile.setFileName(m_logFileLe->text());
+ QIODevice::OpenMode mode=QIODevice::ReadWrite;
+ if (m_logAppendCb->currentIndex()==0)
+ {
+ mode=mode | QIODevice::Truncate;
+ }
+ else
+ {
+ mode=mode | QIODevice::Append;
+ }
+
+ if (!m_logFile.open(mode))
+ {
+ QMessageBox::information(this, tr("Opening file failed"), tr("Could not open file %1 for writing").arg(m_logFileLe->text()));
+ m_enableLoggingCb->setChecked(false);
+ }
+ else
+ {
+ m_logAppendCb->setEnabled(false);
+ m_logFileLe->setEnabled(false);
+ m_logFileFileDialog->setEnabled(false);
+ saveSettings();
+ }
+ }
+ else
+ {
+ m_logFile.close();
+
+ m_logAppendCb->setEnabled(true);
+ m_logFileLe->setEnabled(true);
+ m_logFileFileDialog->setEnabled(true);
+
+ }
+
+}
+
+
+void QCPPDialogImpl::chooseLogFile()
+{
+ QString logFile=QFileDialog::getSaveFileName(this, tr("Save log file ..."), m_logFileLe->text());
+ if (!logFile.isEmpty())
+ {
+ m_logFileLe->setText(logFile);
+ }
+}
+
diff --git a/cutecom-0.22.0/qcppdialogimpl.h b/cutecom-0.22.0/qcppdialogimpl.h
new file mode 100644
index 0000000..a70c506
--- /dev/null
+++ b/cutecom-0.22.0/qcppdialogimpl.h
@@ -0,0 +1,108 @@
+/* Copyright (C) 2004-2005 Alexander Neundorf <neundorf@kde.org>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+*/
+
+#ifndef QCPPIALOGIMPL_H
+#define QCPPIALOGIMPL_H
+
+#include "ui_cutecommdlg.h"
+
+#include <termios.h>
+
+#include <qsocketnotifier.h>
+#include <qtimer.h>
+#include <qdatetime.h>
+#include <qfile.h>
+//Added by qt3to4:
+#include <QResizeEvent>
+#include <QEvent>
+#include <QWidget>
+
+#define CUTECOMM_BUFSIZE (4096)
+
+class QListWidgetItem;
+class QResizeEvent;
+class Q3Process;
+class QProgressDialog;
+class QFileDialog;
+
+class QCPPDialogImpl:public QWidget, public Ui::CuteCommDlg
+{
+ Q_OBJECT
+ public:
+ QCPPDialogImpl(QWidget* parent);
+ virtual bool eventFilter(QObject* watched, QEvent *e);
+ protected slots:
+ void execCmd();
+ void readData(int fd);
+ void sendFile();
+ void showAboutMsg();
+
+ void oldCmdClicked(QListWidgetItem* item);
+ void saveSettings();
+ void readFromStdout();
+ void readFromStderr();
+ void sendDone();
+ void connectTTY();
+ void disconnectTTY();
+ void killSz();
+ void enableSettingWidgets(bool enable);
+ void doOutput();
+ void sendKey();
+ void hexOutputClicked(bool on);
+ void enableLogging(bool on);
+ void chooseLogFile();
+ void clearOutput();
+ protected:
+ void fillBaudCb();
+ void addOutput(const QString& text);
+ bool sendByte(char c, unsigned int delay);
+ void disconnectTTYRestore(bool restore);
+ void readSettings();
+ void prevCmd();
+ void nextCmd();
+ bool sendString(const QString& s);
+ void setNewOptions(int baudrate, int databits, const QString& parity, const QString& stop, bool softwareHandshake, bool hardwareHandshake);
+ virtual void resizeEvent(QResizeEvent *e);
+
+ bool m_isConnected;
+ int m_fd;
+ struct termios m_oldtio;
+ unsigned int m_cmdBufIndex;
+ QSocketNotifier *m_notifier;
+ char m_buf[CUTECOMM_BUFSIZE];
+ Q3Process *m_sz;
+ QProgressDialog *m_progress;
+ int m_progressStepSize;
+
+ QFileDialog *m_fileDlg;
+ QString m_sendFileDialogStartDir;
+
+ QTimer m_outputTimer;
+ QTime m_outputTimerStart;
+ QString m_outputBuffer;
+
+ QTimer m_keyRepeatTimer;
+ char m_keyCode;
+ unsigned int m_hexBytes;
+ char m_previousChar;
+
+ QFile m_logFile;
+
+};
+
+#endif
diff --git a/cutecom-0.22.0/ui_cutecommdlg.h b/cutecom-0.22.0/ui_cutecommdlg.h
new file mode 100644
index 0000000..48df9f4
--- /dev/null
+++ b/cutecom-0.22.0/ui_cutecommdlg.h
@@ -0,0 +1,563 @@
+/********************************************************************************
+** Form generated from reading UI file 'cutecommdlg.ui'
+**
+** Created: Fri Jun 15 23:10:11 2012
+** by: Qt User Interface Compiler version 4.8.2
+**
+** WARNING! All changes made in this file will be lost when recompiling UI file!
+********************************************************************************/
+
+#ifndef UI_CUTECOMMDLG_H
+#define UI_CUTECOMMDLG_H
+
+#include <Qt3Support/Q3MimeSourceFactory>
+#include <QtCore/QVariant>
+#include <QtGui/QAction>
+#include <QtGui/QApplication>
+#include <QtGui/QButtonGroup>
+#include <QtGui/QCheckBox>
+#include <QtGui/QComboBox>
+#include <QtGui/QFrame>
+#include <QtGui/QGridLayout>
+#include <QtGui/QHBoxLayout>
+#include <QtGui/QHeaderView>
+#include <QtGui/QLabel>
+#include <QtGui/QLineEdit>
+#include <QtGui/QListWidget>
+#include <QtGui/QPushButton>
+#include <QtGui/QSpacerItem>
+#include <QtGui/QSpinBox>
+#include <QtGui/QSplitter>
+#include <QtGui/QTextBrowser>
+#include <QtGui/QVBoxLayout>
+#include <QtGui/QWidget>
+
+QT_BEGIN_NAMESPACE
+
+class Ui_CuteCommDlg
+{
+public:
+ QVBoxLayout *vboxLayout;
+ QGridLayout *gridLayout;
+ QLabel *textLabel5;
+ QPushButton *m_quitPb;
+ QLabel *textLabel3;
+ QPushButton *m_aboutPb;
+ QComboBox *m_dataBitsCb;
+ QLabel *textLabel1;
+ QPushButton *m_connectPb;
+ QPushButton *m_closePb;
+ QComboBox *m_stopCb;
+ QLabel *textLabel2;
+ QComboBox *m_deviceCb;
+ QComboBox *m_baudCb;
+ QVBoxLayout *vboxLayout1;
+ QHBoxLayout *hboxLayout;
+ QLabel *textLabel4;
+ QComboBox *m_parityCb;
+ QGridLayout *gridLayout1;
+ QCheckBox *m_hardwareCb;
+ QCheckBox *m_softwareCb;
+ QCheckBox *m_writeCb;
+ QCheckBox *m_readCb;
+ QLabel *textLabel1_3;
+ QLabel *textLabel2_2;
+ QCheckBox *m_applyCb;
+ QSplitter *splitter2;
+ QFrame *frame3;
+ QVBoxLayout *vboxLayout2;
+ QTextBrowser *m_outputView;
+ QHBoxLayout *hboxLayout1;
+ QPushButton *m_clearOutputPb;
+ QCheckBox *m_hexOutputCb;
+ QCheckBox *m_enableLoggingCb;
+ QComboBox *m_logAppendCb;
+ QLineEdit *m_logFileLe;
+ QPushButton *m_logFileFileDialog;
+ QFrame *frame4;
+ QVBoxLayout *vboxLayout3;
+ QListWidget *m_oldCmdsLb;
+ QHBoxLayout *hboxLayout2;
+ QLabel *textLabel1_2;
+ QLineEdit *m_cmdLe;
+ QHBoxLayout *hboxLayout3;
+ QPushButton *m_sendPb;
+ QComboBox *m_protoPb;
+ QSpacerItem *spacerItem;
+ QComboBox *m_inputModeCb;
+ QLabel *textLabel1_4;
+ QSpinBox *m_charDelaySb;
+
+ void setupUi(QWidget *CuteCommDlg)
+ {
+ if (CuteCommDlg->objectName().isEmpty())
+ CuteCommDlg->setObjectName(QString::fromUtf8("CuteCommDlg"));
+ CuteCommDlg->resize(756, 648);
+ vboxLayout = new QVBoxLayout(CuteCommDlg);
+ vboxLayout->setSpacing(6);
+ vboxLayout->setContentsMargins(11, 11, 11, 11);
+ vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
+ gridLayout = new QGridLayout();
+ gridLayout->setSpacing(6);
+ gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
+ textLabel5 = new QLabel(CuteCommDlg);
+ textLabel5->setObjectName(QString::fromUtf8("textLabel5"));
+ textLabel5->setWordWrap(false);
+
+ gridLayout->addWidget(textLabel5, 3, 1, 1, 1);
+
+ m_quitPb = new QPushButton(CuteCommDlg);
+ m_quitPb->setObjectName(QString::fromUtf8("m_quitPb"));
+
+ gridLayout->addWidget(m_quitPb, 3, 0, 1, 1);
+
+ textLabel3 = new QLabel(CuteCommDlg);
+ textLabel3->setObjectName(QString::fromUtf8("textLabel3"));
+ textLabel3->setWordWrap(false);
+
+ gridLayout->addWidget(textLabel3, 2, 1, 1, 1);
+
+ m_aboutPb = new QPushButton(CuteCommDlg);
+ m_aboutPb->setObjectName(QString::fromUtf8("m_aboutPb"));
+
+ gridLayout->addWidget(m_aboutPb, 2, 0, 1, 1);
+
+ m_dataBitsCb = new QComboBox(CuteCommDlg);
+ m_dataBitsCb->setObjectName(QString::fromUtf8("m_dataBitsCb"));
+
+ gridLayout->addWidget(m_dataBitsCb, 2, 2, 1, 1);
+
+ textLabel1 = new QLabel(CuteCommDlg);
+ textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
+ textLabel1->setWordWrap(false);
+
+ gridLayout->addWidget(textLabel1, 0, 1, 1, 1);
+
+ m_connectPb = new QPushButton(CuteCommDlg);
+ m_connectPb->setObjectName(QString::fromUtf8("m_connectPb"));
+
+ gridLayout->addWidget(m_connectPb, 0, 0, 1, 1);
+
+ m_closePb = new QPushButton(CuteCommDlg);
+ m_closePb->setObjectName(QString::fromUtf8("m_closePb"));
+
+ gridLayout->addWidget(m_closePb, 1, 0, 1, 1);
+
+ m_stopCb = new QComboBox(CuteCommDlg);
+ m_stopCb->setObjectName(QString::fromUtf8("m_stopCb"));
+
+ gridLayout->addWidget(m_stopCb, 3, 2, 1, 1);
+
+ textLabel2 = new QLabel(CuteCommDlg);
+ textLabel2->setObjectName(QString::fromUtf8("textLabel2"));
+ textLabel2->setWordWrap(false);
+
+ gridLayout->addWidget(textLabel2, 1, 1, 1, 1);
+
+ m_deviceCb = new QComboBox(CuteCommDlg);
+ m_deviceCb->setObjectName(QString::fromUtf8("m_deviceCb"));
+ m_deviceCb->setEditable(true);
+
+ gridLayout->addWidget(m_deviceCb, 0, 2, 1, 1);
+
+ m_baudCb = new QComboBox(CuteCommDlg);
+ m_baudCb->setObjectName(QString::fromUtf8("m_baudCb"));
+
+ gridLayout->addWidget(m_baudCb, 1, 2, 1, 1);
+
+ vboxLayout1 = new QVBoxLayout();
+ vboxLayout1->setSpacing(6);
+ vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
+ hboxLayout = new QHBoxLayout();
+ hboxLayout->setSpacing(6);
+ hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
+ textLabel4 = new QLabel(CuteCommDlg);
+ textLabel4->setObjectName(QString::fromUtf8("textLabel4"));
+ textLabel4->setWordWrap(false);
+
+ hboxLayout->addWidget(textLabel4);
+
+ m_parityCb = new QComboBox(CuteCommDlg);
+ m_parityCb->setObjectName(QString::fromUtf8("m_parityCb"));
+
+ hboxLayout->addWidget(m_parityCb);
+
+
+ vboxLayout1->addLayout(hboxLayout);
+
+ gridLayout1 = new QGridLayout();
+ gridLayout1->setSpacing(6);
+ gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
+ m_hardwareCb = new QCheckBox(CuteCommDlg);
+ m_hardwareCb->setObjectName(QString::fromUtf8("m_hardwareCb"));
+
+ gridLayout1->addWidget(m_hardwareCb, 0, 2, 1, 1);
+
+ m_softwareCb = new QCheckBox(CuteCommDlg);
+ m_softwareCb->setObjectName(QString::fromUtf8("m_softwareCb"));
+
+ gridLayout1->addWidget(m_softwareCb, 0, 1, 1, 1);
+
+ m_writeCb = new QCheckBox(CuteCommDlg);
+ m_writeCb->setObjectName(QString::fromUtf8("m_writeCb"));
+
+ gridLayout1->addWidget(m_writeCb, 1, 2, 1, 1);
+
+ m_readCb = new QCheckBox(CuteCommDlg);
+ m_readCb->setObjectName(QString::fromUtf8("m_readCb"));
+
+ gridLayout1->addWidget(m_readCb, 1, 1, 1, 1);
+
+ textLabel1_3 = new QLabel(CuteCommDlg);
+ textLabel1_3->setObjectName(QString::fromUtf8("textLabel1_3"));
+ textLabel1_3->setWordWrap(false);
+
+ gridLayout1->addWidget(textLabel1_3, 1, 0, 1, 1);
+
+ textLabel2_2 = new QLabel(CuteCommDlg);
+ textLabel2_2->setObjectName(QString::fromUtf8("textLabel2_2"));
+ textLabel2_2->setWordWrap(false);
+
+ gridLayout1->addWidget(textLabel2_2, 0, 0, 1, 1);
+
+
+ vboxLayout1->addLayout(gridLayout1);
+
+ m_applyCb = new QCheckBox(CuteCommDlg);
+ m_applyCb->setObjectName(QString::fromUtf8("m_applyCb"));
+
+ vboxLayout1->addWidget(m_applyCb);
+
+
+ gridLayout->addLayout(vboxLayout1, 0, 3, 4, 1);
+
+
+ vboxLayout->addLayout(gridLayout);
+
+ splitter2 = new QSplitter(CuteCommDlg);
+ splitter2->setObjectName(QString::fromUtf8("splitter2"));
+ splitter2->setOrientation(Qt::Vertical);
+ frame3 = new QFrame(splitter2);
+ frame3->setObjectName(QString::fromUtf8("frame3"));
+ QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
+ sizePolicy.setHorizontalStretch(0);
+ sizePolicy.setVerticalStretch(2);
+ sizePolicy.setHeightForWidth(frame3->sizePolicy().hasHeightForWidth());
+ frame3->setSizePolicy(sizePolicy);
+ frame3->setFrameShape(QFrame::NoFrame);
+ frame3->setFrameShadow(QFrame::Plain);
+ vboxLayout2 = new QVBoxLayout(frame3);
+ vboxLayout2->setSpacing(6);
+ vboxLayout2->setContentsMargins(11, 11, 11, 11);
+ vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
+ m_outputView = new QTextBrowser(frame3);
+ m_outputView->setObjectName(QString::fromUtf8("m_outputView"));
+ QFont font;
+ font.setFamily(QString::fromUtf8("Courier"));
+ m_outputView->setFont(font);
+
+ vboxLayout2->addWidget(m_outputView);
+
+ hboxLayout1 = new QHBoxLayout();
+ hboxLayout1->setSpacing(6);
+ hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
+ m_clearOutputPb = new QPushButton(frame3);
+ m_clearOutputPb->setObjectName(QString::fromUtf8("m_clearOutputPb"));
+
+ hboxLayout1->addWidget(m_clearOutputPb);
+
+ m_hexOutputCb = new QCheckBox(frame3);
+ m_hexOutputCb->setObjectName(QString::fromUtf8("m_hexOutputCb"));
+ QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Fixed);
+ sizePolicy1.setHorizontalStretch(1);
+ sizePolicy1.setVerticalStretch(0);
+ sizePolicy1.setHeightForWidth(m_hexOutputCb->sizePolicy().hasHeightForWidth());
+ m_hexOutputCb->setSizePolicy(sizePolicy1);
+
+ hboxLayout1->addWidget(m_hexOutputCb);
+
+ m_enableLoggingCb = new QCheckBox(frame3);
+ m_enableLoggingCb->setObjectName(QString::fromUtf8("m_enableLoggingCb"));
+
+ hboxLayout1->addWidget(m_enableLoggingCb);
+
+ m_logAppendCb = new QComboBox(frame3);
+ m_logAppendCb->setObjectName(QString::fromUtf8("m_logAppendCb"));
+
+ hboxLayout1->addWidget(m_logAppendCb);
+
+ m_logFileLe = new QLineEdit(frame3);
+ m_logFileLe->setObjectName(QString::fromUtf8("m_logFileLe"));
+ QSizePolicy sizePolicy2(QSizePolicy::Expanding, QSizePolicy::Fixed);
+ sizePolicy2.setHorizontalStretch(2);
+ sizePolicy2.setVerticalStretch(0);
+ sizePolicy2.setHeightForWidth(m_logFileLe->sizePolicy().hasHeightForWidth());
+ m_logFileLe->setSizePolicy(sizePolicy2);
+
+ hboxLayout1->addWidget(m_logFileLe);
+
+ m_logFileFileDialog = new QPushButton(frame3);
+ m_logFileFileDialog->setObjectName(QString::fromUtf8("m_logFileFileDialog"));
+
+ hboxLayout1->addWidget(m_logFileFileDialog);
+
+
+ vboxLayout2->addLayout(hboxLayout1);
+
+ splitter2->addWidget(frame3);
+ frame4 = new QFrame(splitter2);
+ frame4->setObjectName(QString::fromUtf8("frame4"));
+ QSizePolicy sizePolicy3(QSizePolicy::Preferred, QSizePolicy::Preferred);
+ sizePolicy3.setHorizontalStretch(0);
+ sizePolicy3.setVerticalStretch(1);
+ sizePolicy3.setHeightForWidth(frame4->sizePolicy().hasHeightForWidth());
+ frame4->setSizePolicy(sizePolicy3);
+ frame4->setFrameShape(QFrame::NoFrame);
+ frame4->setFrameShadow(QFrame::Plain);
+ vboxLayout3 = new QVBoxLayout(frame4);
+ vboxLayout3->setSpacing(6);
+ vboxLayout3->setContentsMargins(11, 11, 11, 11);
+ vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
+ m_oldCmdsLb = new QListWidget(frame4);
+ m_oldCmdsLb->setObjectName(QString::fromUtf8("m_oldCmdsLb"));
+
+ vboxLayout3->addWidget(m_oldCmdsLb);
+
+ hboxLayout2 = new QHBoxLayout();
+ hboxLayout2->setSpacing(6);
+ hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
+ textLabel1_2 = new QLabel(frame4);
+ textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
+ textLabel1_2->setWordWrap(false);
+
+ hboxLayout2->addWidget(textLabel1_2);
+
+ m_cmdLe = new QLineEdit(frame4);
+ m_cmdLe->setObjectName(QString::fromUtf8("m_cmdLe"));
+
+ hboxLayout2->addWidget(m_cmdLe);
+
+
+ vboxLayout3->addLayout(hboxLayout2);
+
+ hboxLayout3 = new QHBoxLayout();
+ hboxLayout3->setSpacing(6);
+ hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
+ m_sendPb = new QPushButton(frame4);
+ m_sendPb->setObjectName(QString::fromUtf8("m_sendPb"));
+ m_sendPb->setAutoDefault(false);
+
+ hboxLayout3->addWidget(m_sendPb);
+
+ m_protoPb = new QComboBox(frame4);
+ m_protoPb->setObjectName(QString::fromUtf8("m_protoPb"));
+
+ hboxLayout3->addWidget(m_protoPb);
+
+ spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
+
+ hboxLayout3->addItem(spacerItem);
+
+ m_inputModeCb = new QComboBox(frame4);
+ m_inputModeCb->setObjectName(QString::fromUtf8("m_inputModeCb"));
+
+ hboxLayout3->addWidget(m_inputModeCb);
+
+ textLabel1_4 = new QLabel(frame4);
+ textLabel1_4->setObjectName(QString::fromUtf8("textLabel1_4"));
+ textLabel1_4->setWordWrap(false);
+
+ hboxLayout3->addWidget(textLabel1_4);
+
+ m_charDelaySb = new QSpinBox(frame4);
+ m_charDelaySb->setObjectName(QString::fromUtf8("m_charDelaySb"));
+ m_charDelaySb->setMaximum(250);
+ m_charDelaySb->setValue(1);
+
+ hboxLayout3->addWidget(m_charDelaySb);
+
+
+ vboxLayout3->addLayout(hboxLayout3);
+
+ splitter2->addWidget(frame4);
+
+ vboxLayout->addWidget(splitter2);
+
+#ifndef QT_NO_SHORTCUT
+ textLabel5->setBuddy(m_stopCb);
+ textLabel3->setBuddy(m_dataBitsCb);
+ textLabel1->setBuddy(m_deviceCb);
+ textLabel2->setBuddy(m_baudCb);
+ textLabel4->setBuddy(m_parityCb);
+ textLabel1_2->setBuddy(m_cmdLe);
+#endif // QT_NO_SHORTCUT
+ QWidget::setTabOrder(m_connectPb, m_closePb);
+ QWidget::setTabOrder(m_closePb, m_aboutPb);
+ QWidget::setTabOrder(m_aboutPb, m_quitPb);
+ QWidget::setTabOrder(m_quitPb, m_deviceCb);
+ QWidget::setTabOrder(m_deviceCb, m_baudCb);
+ QWidget::setTabOrder(m_baudCb, m_dataBitsCb);
+ QWidget::setTabOrder(m_dataBitsCb, m_stopCb);
+ QWidget::setTabOrder(m_stopCb, m_parityCb);
+ QWidget::setTabOrder(m_parityCb, m_softwareCb);
+ QWidget::setTabOrder(m_softwareCb, m_hardwareCb);
+ QWidget::setTabOrder(m_hardwareCb, m_readCb);
+ QWidget::setTabOrder(m_readCb, m_writeCb);
+ QWidget::setTabOrder(m_writeCb, m_applyCb);
+ QWidget::setTabOrder(m_applyCb, m_outputView);
+ QWidget::setTabOrder(m_outputView, m_clearOutputPb);
+ QWidget::setTabOrder(m_clearOutputPb, m_hexOutputCb);
+ QWidget::setTabOrder(m_hexOutputCb, m_enableLoggingCb);
+ QWidget::setTabOrder(m_enableLoggingCb, m_logAppendCb);
+ QWidget::setTabOrder(m_logAppendCb, m_logFileLe);
+ QWidget::setTabOrder(m_logFileLe, m_logFileFileDialog);
+ QWidget::setTabOrder(m_logFileFileDialog, m_cmdLe);
+ QWidget::setTabOrder(m_cmdLe, m_sendPb);
+ QWidget::setTabOrder(m_sendPb, m_protoPb);
+ QWidget::setTabOrder(m_protoPb, m_inputModeCb);
+ QWidget::setTabOrder(m_inputModeCb, m_charDelaySb);
+ QWidget::setTabOrder(m_charDelaySb, m_oldCmdsLb);
+
+ retranslateUi(CuteCommDlg);
+
+ m_dataBitsCb->setCurrentIndex(3);
+ m_baudCb->setCurrentIndex(7);
+
+
+ QMetaObject::connectSlotsByName(CuteCommDlg);
+ } // setupUi
+
+ void retranslateUi(QWidget *CuteCommDlg)
+ {
+ CuteCommDlg->setWindowTitle(QApplication::translate("CuteCommDlg", "CuteCom", 0, QApplication::UnicodeUTF8));
+ textLabel5->setText(QApplication::translate("CuteCommDlg", "Stop bits:", 0, QApplication::UnicodeUTF8));
+ m_quitPb->setText(QApplication::translate("CuteCommDlg", "&Quit", 0, QApplication::UnicodeUTF8));
+ m_quitPb->setShortcut(QApplication::translate("CuteCommDlg", "Alt+Q", 0, QApplication::UnicodeUTF8));
+ textLabel3->setText(QApplication::translate("CuteCommDlg", "Data bits:", 0, QApplication::UnicodeUTF8));
+ m_aboutPb->setText(QApplication::translate("CuteCommDlg", "&About", 0, QApplication::UnicodeUTF8));
+ m_aboutPb->setShortcut(QApplication::translate("CuteCommDlg", "Alt+A", 0, QApplication::UnicodeUTF8));
+ m_dataBitsCb->clear();
+ m_dataBitsCb->insertItems(0, QStringList()
+ << QApplication::translate("CuteCommDlg", "5", 0, QApplication::UnicodeUTF8)
+ << QApplication::translate("CuteCommDlg", "6", 0, QApplication::UnicodeUTF8)
+ << QApplication::translate("CuteCommDlg", "7", 0, QApplication::UnicodeUTF8)
+ << QApplication::translate("CuteCommDlg", "8", 0, QApplication::UnicodeUTF8)
+ );
+ textLabel1->setText(QApplication::translate("CuteCommDlg", "Device:", 0, QApplication::UnicodeUTF8));
+#ifndef QT_NO_TOOLTIP
+ m_connectPb->setToolTip(QString());
+#endif // QT_NO_TOOLTIP
+ m_connectPb->setText(QApplication::translate("CuteCommDlg", "&Open device", 0, QApplication::UnicodeUTF8));
+ m_connectPb->setShortcut(QApplication::translate("CuteCommDlg", "Alt+O", 0, QApplication::UnicodeUTF8));
+ m_closePb->setText(QApplication::translate("CuteCommDlg", "Cl&ose device", 0, QApplication::UnicodeUTF8));
+ m_closePb->setShortcut(QApplication::translate("CuteCommDlg", "Alt+O", 0, QApplication::UnicodeUTF8));
+ m_stopCb->clear();
+ m_stopCb->insertItems(0, QStringList()
+ << QApplication::translate("CuteCommDlg", "1", 0, QApplication::UnicodeUTF8)
+ << QApplication::translate("CuteCommDlg", "2", 0, QApplication::UnicodeUTF8)
+ );
+ textLabel2->setText(QApplication::translate("CuteCommDlg", "Baud rate:", 0, QApplication::UnicodeUTF8));
+ textLabel4->setText(QApplication::translate("CuteCommDlg", "Parity:", 0, QApplication::UnicodeUTF8));
+ m_parityCb->clear();
+ m_parityCb->insertItems(0, QStringList()
+ << QApplication::translate("CuteCommDlg", "None", 0, QApplication::UnicodeUTF8)
+ << QApplication::translate("CuteCommDlg", "Odd", 0, QApplication::UnicodeUTF8)
+ << QApplication::translate("CuteCommDlg", "Even", 0, QApplication::UnicodeUTF8)
+ << QApplication::translate("CuteCommDlg", "Mark", 0, QApplication::UnicodeUTF8)
+ << QApplication::translate("CuteCommDlg", "Space", 0, QApplication::UnicodeUTF8)
+ );
+#ifndef QT_NO_TOOLTIP
+ m_hardwareCb->setToolTip(QApplication::translate("CuteCommDlg", "Enable Hardware Handshake", 0, QApplication::UnicodeUTF8));
+#endif // QT_NO_TOOLTIP
+ m_hardwareCb->setText(QApplication::translate("CuteCommDlg", "Hardware", 0, QApplication::UnicodeUTF8));
+#ifndef QT_NO_TOOLTIP
+ m_softwareCb->setToolTip(QApplication::translate("CuteCommDlg", "Enable Software Handshake (XON/XOFF)", 0, QApplication::UnicodeUTF8));
+#endif // QT_NO_TOOLTIP
+ m_softwareCb->setText(QApplication::translate("CuteCommDlg", "Software", 0, QApplication::UnicodeUTF8));
+#ifndef QT_NO_TOOLTIP
+ m_writeCb->setToolTip(QApplication::translate("CuteCommDlg", "Usually you want to use read and write", 0, QApplication::UnicodeUTF8));
+#endif // QT_NO_TOOLTIP
+ m_writeCb->setText(QApplication::translate("CuteCommDlg", "Writing", 0, QApplication::UnicodeUTF8));
+#ifndef QT_NO_TOOLTIP
+ m_readCb->setToolTip(QApplication::translate("CuteCommDlg", "Usually you want to use read and write", 0, QApplication::UnicodeUTF8));
+#endif // QT_NO_TOOLTIP
+ m_readCb->setText(QApplication::translate("CuteCommDlg", "Reading", 0, QApplication::UnicodeUTF8));
+ textLabel1_3->setText(QApplication::translate("CuteCommDlg", "Open for:", 0, QApplication::UnicodeUTF8));
+ textLabel2_2->setText(QApplication::translate("CuteCommDlg", "Handshake:", 0, QApplication::UnicodeUTF8));
+ m_applyCb->setText(QApplication::translate("CuteCommDlg", "Apply settings when opening", 0, QApplication::UnicodeUTF8));
+#ifndef QT_NO_TOOLTIP
+ m_clearOutputPb->setToolTip(QApplication::translate("CuteCommDlg", "Clear the output window", 0, QApplication::UnicodeUTF8));
+#endif // QT_NO_TOOLTIP
+ m_clearOutputPb->setText(QApplication::translate("CuteCommDlg", "&Clear", 0, QApplication::UnicodeUTF8));
+ m_clearOutputPb->setShortcut(QApplication::translate("CuteCommDlg", "Alt+C", 0, QApplication::UnicodeUTF8));
+#ifndef QT_NO_TOOLTIP
+ m_hexOutputCb->setToolTip(QApplication::translate("CuteCommDlg", "Show the output in hexadecimal format", 0, QApplication::UnicodeUTF8));
+#endif // QT_NO_TOOLTIP
+ m_hexOutputCb->setText(QApplication::translate("CuteCommDlg", "&Hex output", 0, QApplication::UnicodeUTF8));
+ m_hexOutputCb->setShortcut(QApplication::translate("CuteCommDlg", "Alt+H", 0, QApplication::UnicodeUTF8));
+#ifndef QT_NO_TOOLTIP
+ m_enableLoggingCb->setToolTip(QApplication::translate("CuteCommDlg", "Enable logging the data to a file. Chose \"Append to\" to append instead overwrite to an existing file.", 0, QApplication::UnicodeUTF8));
+#endif // QT_NO_TOOLTIP
+ m_enableLoggingCb->setText(QString());
+ m_logAppendCb->clear();
+ m_logAppendCb->insertItems(0, QStringList()
+ << QApplication::translate("CuteCommDlg", "Log to:", 0, QApplication::UnicodeUTF8)
+ << QApplication::translate("CuteCommDlg", "Append to:", 0, QApplication::UnicodeUTF8)
+ );
+#ifndef QT_NO_TOOLTIP
+ m_logAppendCb->setToolTip(QApplication::translate("CuteCommDlg", "Enable logging the data to a file. Chose \"Append to\" to append instead overwrite to an existing file.", 0, QApplication::UnicodeUTF8));
+#endif // QT_NO_TOOLTIP
+#ifndef QT_NO_TOOLTIP
+ m_logFileLe->setToolTip(QApplication::translate("CuteCommDlg", "The logfile", 0, QApplication::UnicodeUTF8));
+#endif // QT_NO_TOOLTIP
+#ifndef QT_NO_TOOLTIP
+ m_logFileFileDialog->setToolTip(QApplication::translate("CuteCommDlg", "Open file dialog", 0, QApplication::UnicodeUTF8));
+#endif // QT_NO_TOOLTIP
+ m_logFileFileDialog->setText(QApplication::translate("CuteCommDlg", "...", 0, QApplication::UnicodeUTF8));
+ textLabel1_2->setText(QApplication::translate("CuteCommDlg", "&Input:", 0, QApplication::UnicodeUTF8));
+#ifndef QT_NO_TOOLTIP
+ m_cmdLe->setToolTip(QApplication::translate("CuteCommDlg", "Enter commands here, Ctrl+C, Ctrl+S, Ctrl+Q also work", 0, QApplication::UnicodeUTF8));
+#endif // QT_NO_TOOLTIP
+#ifndef QT_NO_TOOLTIP
+ m_sendPb->setToolTip(QApplication::translate("CuteCommDlg", "Select a file to be sent using the specified protocol", 0, QApplication::UnicodeUTF8));
+#endif // QT_NO_TOOLTIP
+ m_sendPb->setText(QApplication::translate("CuteCommDlg", "Send file...", 0, QApplication::UnicodeUTF8));
+ m_protoPb->clear();
+ m_protoPb->insertItems(0, QStringList()
+ << QApplication::translate("CuteCommDlg", "Plain", 0, QApplication::UnicodeUTF8)
+ << QApplication::translate("CuteCommDlg", "XModem", 0, QApplication::UnicodeUTF8)
+ << QApplication::translate("CuteCommDlg", "ZModem", 0, QApplication::UnicodeUTF8)
+ << QApplication::translate("CuteCommDlg", "YModem", 0, QApplication::UnicodeUTF8)
+ << QApplication::translate("CuteCommDlg", "1kXModem", 0, QApplication::UnicodeUTF8)
+ << QApplication::translate("CuteCommDlg", "Script", 0, QApplication::UnicodeUTF8)
+ );
+#ifndef QT_NO_TOOLTIP
+ m_protoPb->setToolTip(QApplication::translate("CuteCommDlg", "Select the transfer protocol", 0, QApplication::UnicodeUTF8));
+#endif // QT_NO_TOOLTIP
+ m_inputModeCb->clear();
+ m_inputModeCb->insertItems(0, QStringList()
+ << QApplication::translate("CuteCommDlg", "LF line end", 0, QApplication::UnicodeUTF8)
+ << QApplication::translate("CuteCommDlg", "CR line end", 0, QApplication::UnicodeUTF8)
+ << QApplication::translate("CuteCommDlg", "CR,LF line end", 0, QApplication::UnicodeUTF8)
+ << QApplication::translate("CuteCommDlg", "No line end", 0, QApplication::UnicodeUTF8)
+ << QApplication::translate("CuteCommDlg", "Hex input", 0, QApplication::UnicodeUTF8)
+ );
+#ifndef QT_NO_TOOLTIP
+ m_inputModeCb->setToolTip(QApplication::translate("CuteCommDlg", "Select the line end termination", 0, QApplication::UnicodeUTF8));
+#endif // QT_NO_TOOLTIP
+ textLabel1_4->setText(QApplication::translate("CuteCommDlg", "Char delay:", 0, QApplication::UnicodeUTF8));
+#ifndef QT_NO_TOOLTIP
+ m_charDelaySb->setToolTip(QApplication::translate("CuteCommDlg", "Delay between single characters", 0, QApplication::UnicodeUTF8));
+#endif // QT_NO_TOOLTIP
+ m_charDelaySb->setSuffix(QApplication::translate("CuteCommDlg", " ms", 0, QApplication::UnicodeUTF8));
+ } // retranslateUi
+
+};
+
+namespace Ui {
+ class CuteCommDlg: public Ui_CuteCommDlg {};
+} // namespace Ui
+
+QT_END_NAMESPACE
+
+#endif // UI_CUTECOMMDLG_H