kleintom / Cstitch

Convert images to cross stitch patterns: choose the number of colors to use and the final pattern size; edit your pattern (save and restore your work); save your pattern as a pdf.
http://cstitch.sourceforge.net/
GNU General Public License v3.0
35 stars 12 forks source link

QTextBrowser: No document for qrc:/colorChooser.html #8

Closed mulander closed 8 years ago

mulander commented 8 years ago

Hi,

I'm in progress of porting cstitch to OpenBSD and wanted to package it along with the documentation files. Where should I place them on the system for cstitch being able to open them?

I tried slapping them in /usr/local/share/doc/cstitch/ but the app doesn't pick them up. Resulting in the following message when trying to open the help dialog:

$ cstitch                                                                                                                                    
Qt: Session management error: Could not open network socket
QTextBrowser: No document for qrc:/colorChooser.html

The app obviously works but the help window is left blank. I'm pretty much following the instructions from the Linux build. Is there something specific I need to do during the build itself?

kleintom commented 8 years ago

Cool!

The help files, along with all of the icons, are stored in the cstitch binary using Qt's qrc system. So assuming you generated the docs (with doc/createDocs.py) and make completed without any errors or warnings, the help files and the icons should be bundled into the cstitch binary and get loaded no matter where you place the binary.

I would first check to make sure that the help html files actually got generated: when you run doc/createDocs.py it should generate doc/colorChooser.html, doc/colorCompare.html, doc/square.html, doc/pattern.html, doc/overview.html. and doc/doc.shtml.

Since the compile completed my guess is that those files got generated but the createdDocs.py script failed in some way and one or more of them is an empty file, so check to see if those doc files actually have html content. If they're empty, are you running createDocs.py as a python2 or python3 script? I would expect running it as python2 should work, but I'm not sure about python3 - if that's the issue please let me know and I'll either fix things or add a note on that.

mulander commented 8 years ago

The files are not empty and generated with python2 (btw the wizard tutorial has proper content, just the full help is blank).

$ pwd
/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7/doc
$ wc -l *.html                                                                                                                               
     206 colorChooser.html
     184 colorCompare.html
      19 docTemplate.html
     255 overview.html
     173 pattern.html
     366 square.html
    1203 total
$ tree
.
|-- colorChooser.html
|-- colorCompare.html
|-- createDocs.py
|-- doc.css
|-- doc.shtml
|-- docData.xml
|-- docTemplate.html
|-- overview.html
|-- pattern.html
|-- square.html
`-- web
    |-- doc.css
    |-- doc.shtml
    |-- example.shtml
    |-- index.css
    |-- index.shtml
    `-- title.html

My pre-configuration step is:

pre-configure:
        cd ${WRKSRC} && \
                python doc/createDocs.py && \
                qmake -project && \
                python progen.py

Running configure

$ make configure
===>  Patching for cstitch-0.9.7
===>  Configuring for cstitch-0.9.7
cd /usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 &&  python doc/createDocs.py &&  qmake -project &&  python progen.py

  Inserting 'QT += xml widgets printsupport'...
  Inserting 'RC_FILE += cstitch.rc'...
  cstitch-0.9.7.pro updated.

/usr/local/bin/qmake-qt5 -recursive PREFIX=/usr/local QMAKE_CFLAGS=-O2 -pipe   QMAKE_CFLAGS_RELEASE=-O2 -pipe   QMAKE_CXX=c++ QMAKE_CXXFLAGS=-O2 -pipe   QMAKE_CXXFLAGS_RELEASE=-O2 -pipe   /usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7/./cstitch-0.9.7.pro

And a full make build

===>  Building for cstitch-0.9.7
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o buttonGrid.o ../buttonGrid.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o cancelAcceptDialogBase.o ../cancelAcceptDialogBase.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o colorButton.o ../colorButton.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o colorChooser.o ../colorChooser.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o colorChooserProcessModes.o ../colorChooserProcessModes.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o colorCompare.o ../colorCompare.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o colorDialog.o ../colorDialog.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o colorLists.o ../colorLists.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o comboBox.o ../comboBox.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o detailToolDock.o ../detailToolDock.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o dimensionComputer.o ../dimensionComputer.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o dockImage.o ../dockImage.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o dockListWidget.o ../dockListWidget.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o fileListMenu.o ../fileListMenu.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o floss.o ../floss.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o helpBrowser.o ../helpBrowser.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o imageCompareBase.o ../imageCompareBase.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o imageLabel.o ../imageLabel.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o imageProcessing.o ../imageProcessing.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o imageSaverWindow.o ../imageSaverWindow.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o imageUtility.o ../imageUtility.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o imageZoomWindow.o ../imageZoomWindow.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o main.o ../main.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o patternDockWidget.o ../patternDockWidget.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o patternImageContainer.o ../patternImageContainer.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o patternImageLabel.o ../patternImageLabel.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o patternMetadata.o ../patternMetadata.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o patternPrinter.o ../patternPrinter.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o patternWindow.o ../patternWindow.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o quickHelp.o ../quickHelp.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o rareColorsDialog.o ../rareColorsDialog.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o sliderSpinBoxDialog.o ../sliderSpinBoxDialog.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o squareDockTools.o ../squareDockTools.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o squareDockWidget.o ../squareDockWidget.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o squareImageContainer.o ../squareImageContainer.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o squareImageLabel.o ../squareImageLabel.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o squareToolDock.o ../squareToolDock.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o squareToolHistories.o ../squareToolHistories.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o squareTools.o ../squareTools.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o squareWindow.o ../squareWindow.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o stepIndex.o ../stepIndex.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o symbolButton.o ../symbolButton.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o symbolChooser.o ../symbolChooser.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o symbolDialog.o ../symbolDialog.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o utility.o ../utility.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o versionProcessing.o ../versionProcessing.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o windowManager.o ../windowManager.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o windowSavers.o ../windowSavers.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o xmlUtility.o ../xmlUtility.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../buttonGrid.h -o moc_buttonGrid.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_buttonGrid.o moc_buttonGrid.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../cancelAcceptDialogBase.h -o moc_cancelAcceptDialogBase.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_cancelAcceptDialogBase.o moc_cancelAcceptDialogBase.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../colorButton.h -o moc_colorButton.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_colorButton.o moc_colorButton.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../colorChooser.h -o moc_colorChooser.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_colorChooser.o moc_colorChooser.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../colorCompare.h -o moc_colorCompare.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_colorCompare.o moc_colorCompare.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../colorDialog.h -o moc_colorDialog.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_colorDialog.o moc_colorDialog.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../detailToolDock.h -o moc_detailToolDock.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_detailToolDock.o moc_detailToolDock.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../dimensionComputer.h -o moc_dimensionComputer.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_dimensionComputer.o moc_dimensionComputer.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../dockImage.h -o moc_dockImage.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_dockImage.o moc_dockImage.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../dockListWidget.h -o moc_dockListWidget.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_dockListWidget.o moc_dockListWidget.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../fileListMenu.h -o moc_fileListMenu.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_fileListMenu.o moc_fileListMenu.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../helpBrowser.h -o moc_helpBrowser.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_helpBrowser.o moc_helpBrowser.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../imageCompareBase.h -o moc_imageCompareBase.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_imageCompareBase.o moc_imageCompareBase.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../imageLabel.h -o moc_imageLabel.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_imageLabel.o moc_imageLabel.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../imageSaverWindow.h -o moc_imageSaverWindow.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_imageSaverWindow.o moc_imageSaverWindow.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../imageZoomWindow.h -o moc_imageZoomWindow.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_imageZoomWindow.o moc_imageZoomWindow.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../mousePressLabel.h -o moc_mousePressLabel.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_mousePressLabel.o moc_mousePressLabel.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../patternDockWidget.h -o moc_patternDockWidget.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_patternDockWidget.o moc_patternDockWidget.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../patternImageContainer.h -o moc_patternImageContainer.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_patternImageContainer.o moc_patternImageContainer.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../patternImageLabel.h -o moc_patternImageLabel.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_patternImageLabel.o moc_patternImageLabel.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../patternMetadata.h -o moc_patternMetadata.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_patternMetadata.o moc_patternMetadata.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../patternWindow.h -o moc_patternWindow.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_patternWindow.o moc_patternWindow.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../quickHelp.h -o moc_quickHelp.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_quickHelp.o moc_quickHelp.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../rareColorsDialog.h -o moc_rareColorsDialog.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_rareColorsDialog.o moc_rareColorsDialog.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../squareDockTools.h -o moc_squareDockTools.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_squareDockTools.o moc_squareDockTools.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../squareDockWidget.h -o moc_squareDockWidget.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_squareDockWidget.o moc_squareDockWidget.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../squareImageLabel.h -o moc_squareImageLabel.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_squareImageLabel.o moc_squareImageLabel.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../squareToolDock.h -o moc_squareToolDock.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_squareToolDock.o moc_squareToolDock.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../squareWindow.h -o moc_squareWindow.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_squareWindow.o moc_squareWindow.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../symbolButton.h -o moc_symbolButton.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_symbolButton.o moc_symbolButton.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../symbolDialog.h -o moc_symbolDialog.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_symbolDialog.o moc_symbolDialog.cpp
/usr/local/lib/qt5/bin/moc -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 -I/usr/local/include/X11/qt5 -I/usr/local/include/X11/qt5/QtPrintSupport -I/usr/local/include/X11/qt5/QtWidgets -I/usr/local/include/X11/qt5/QtGui -I/usr/local/include/X11/qt5/QtXml -I/usr/local/include/X11/qt5/QtCore -I. -I/usr/local/include/c++/4.9.3 -I/usr/local/include/c++/4.9.3/x86_64-unknown-openbsd5.9 -I/usr/local/include/c++/4.9.3/backward -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I/usr/local/include -I/usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include-fixed -I/usr/include ../windowManager.h -o moc_windowManager.cpp
c++ -c -O2 -pipe -O2 -pipe -Wall -W -pthread -fPIC -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB  -isystem /usr/local/lib/gcc/x86_64-unknown-openbsd5.9/4.9.3/include -I../../cstitch-0.9.7 -I. -I../../cstitch-0.9.7 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtPrintSupport -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtXml -isystem /usr/local/include/X11/qt5/QtCore -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/openbsd-g++ -o moc_windowManager.o moc_windowManager.cpp
g++ -Wl,-rpath,/usr/X11R6/lib -Wl,-rpath,/usr/local/lib/qt5 -o cstitch-0 buttonGrid.o  cancelAcceptDialogBase.o  colorButton.o  colorChooser.o  colorChooserProcessModes.o  colorCompare.o  colorDialog.o  colorLists.o  comboBox.o  detailToolDock.o  dimensionComputer.o  dockImage.o  dockListWidget.o  fileListMenu.o  floss.o  helpBrowser.o  imageCompareBase.o  imageLabel.o  imageProcessing.o  imageSaverWindow.o  imageUtility.o  imageZoomWindow.o  main.o  patternDockWidget.o  patternImageContainer.o  patternImageLabel.o  patternMetadata.o  patternPrinter.o  patternWindow.o  quickHelp.o  rareColorsDialog.o  sliderSpinBoxDialog.o  squareDockTools.o  squareDockWidget.o  squareImageContainer.o  squareImageLabel.o  squareToolDock.o  squareToolHistories.o  squareTools.o  squareWindow.o  stepIndex.o  symbolButton.o  symbolChooser.o  symbolDialog.o  utility.o  versionProcessing.o  windowManager.o  windowSavers.o  xmlUtility.o  moc_buttonGrid.o  moc_cancelAcceptDialogBase.o  moc_colorButton.o  moc_colorChooser.o  moc_colorCompare.o  moc_colorDialog.o  moc_detailToolDock.o  moc_dimensionComputer.o  moc_dockImage.o  moc_dockListWidget.o  moc_fileListMenu.o  moc_helpBrowser.o  moc_imageCompareBase.o  moc_imageLabel.o  moc_imageSaverWindow.o  moc_imageZoomWindow.o  moc_mousePressLabel.o  moc_patternDockWidget.o  moc_patternImageContainer.o  moc_patternImageLabel.o  moc_patternMetadata.o  moc_patternWindow.o  moc_quickHelp.o  moc_rareColorsDialog.o  moc_squareDockTools.o  moc_squareDockWidget.o  moc_squareImageLabel.o  moc_squareToolDock.o  moc_squareWindow.o  moc_symbolButton.o  moc_symbolDialog.o  moc_windowManager.o   -L/usr/local/lib/qt5 -lQt5PrintSupport -L/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lQt5Widgets -lQt5Gui -lQt5Xml -lQt5Core -lGL -lpthread -L/usr/ports/pobj/cstitch-0.9.7/cstitch-0.9.7 
/usr/X11R6/lib/libGL.so.16.0: warning: warning: random() may return deterministic values, is that what you want?
/usr/local/lib/qt5/libQt5Core.so.1.1: warning: warning: rand() may return deterministic values, is that what you want?
imageUtility.o: In function `ctos(triC const&)':
imageUtility.cpp:(.text+0x31): warning: warning: sprintf() is often misused, please use snprintf()
/usr/local/lib/libgobject-2.0.so.4200.2: warning: warning: strcat() is almost always misused, please use strlcat()
/usr/local/lib/libglib-2.0.so.4200.2: warning: warning: stpcpy() is dangerous; do not use it
/usr/local/lib/libglib-2.0.so.4200.2: warning: warning: strcpy() is almost always misused, please use strlcpy()
/usr/local/lib/libglib-2.0.so.4200.2: warning: warning: vsprintf() is often misused, please use vsnprintf()
mulander commented 8 years ago

I'm closing this one down. After using the proper qmake the resources are properly embedded in the executable and don't need any special treatment to be available on OpenBSD.