<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello Mathias and Sebastian,<br>
    <br>
    you have to add the following lines to src/qt5gui/CMakeLists.txt:<br>
    <br>
    # Support for CMake older than 2.8.9
    <br>
    # <a class="moz-txt-link-freetext"
href="http://qt-project.org/doc/qt-5/cmake-manual.html#using-qt-5-with-cmake-older-than-2-8-9">http://qt-project.org/doc/qt-5/cmake-manual.html#using-qt-5-with-cmake-older-than-2-8-9</a>
    <br>
    INCLUDE_DIRECTORIES( SYSTEM ${Qt5Widgets_INCLUDE_DIRS} )
    <br>
    INCLUDE_DIRECTORIES( SYSTEM ${Qt5OpenGL_INCLUDE_DIRS} )
    <br>
    INCLUDE_DIRECTORIES( SYSTEM ${Qt5WebKitWidgets_INCLUDE_DIRS} )
    <br>
    <br>
    # Collect and set definitions
    <br>
    SET( _QT5_DEFINITIONS "" )
    <br>
    LIST( APPEND _QT5_DEFINITIONS ${Qt5Widgets_DEFINITIONS} )
    <br>
    LIST( APPEND _QT5_DEFINITIONS ${Qt5OpenGL_DEFINITIONS} )
    <br>
    LIST( APPEND _QT5_DEFINITIONS ${Qt5WebKitWidgets_DEFINITIONS} )
    <br>
    LIST( REMOVE_DUPLICATES _QT5_DEFINITIONS )
    <br>
    ADD_DEFINITIONS( ${_QT5_DEFINITIONS} )
    <br>
    <br>
    # Collect and set compiler flags
    <br>
    SET( _QT5_EXECUTABLE_COMPILE_FLAGS "" )
    <br>
    LIST( APPEND _QT5_EXECUTABLE_COMPILE_FLAGS
    ${Qt5Widgets_EXECUTABLE_COMPILE_FLAGS} )
    <br>
    LIST( APPEND _QT5_EXECUTABLE_COMPILE_FLAGS
    ${Qt5OpenGL_EXECUTABLE_COMPILE_FLAGS} )
    <br>
    LIST( APPEND _QT5_EXECUTABLE_COMPILE_FLAGS
    ${Qt5WebKitWidgets_EXECUTABLE_COMPILE_FLAGS} )
    <br>
    LIST( REMOVE_DUPLICATES _QT5_EXECUTABLE_COMPILE_FLAGS )
    <br>
    SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}
    ${_QT5_EXECUTABLE_COMPILE_FLAGS}")
    <br>
    <br>
    Cheers,<br>
    Christof<br>
    <br>
    <div class="moz-cite-prefix">Am 24.11.2014 um 14:38 schrieb
      Sebastian Eichelbaum:<br>
    </div>
    <blockquote
      cite="mid:20141124133854.GD3357@h2109006.stratoserver.net"
      type="cite">
      <pre wrap="">Hi Mathias,

I think the attached bug is somehow related to an issue Christof Pieloth had recently. @Christof, how did you solve the issue?

Cheers,
Sebastian

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
OpenWalnut-Dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OpenWalnut-Dev@lists.informatik.uni-leipzig.de">OpenWalnut-Dev@lists.informatik.uni-leipzig.de</a>
<a class="moz-txt-link-freetext" href="http://lists.informatik.uni-leipzig.de/mailman/listinfo/openwalnut-dev">http://lists.informatik.uni-leipzig.de/mailman/listinfo/openwalnut-dev</a>

Archive: <a class="moz-txt-link-freetext" href="http://lists.informatik.uni-leipzig.de/pipermail/openwalnut-dev/">http://lists.informatik.uni-leipzig.de/pipermail/openwalnut-dev/</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Christof Pieloth, M.Sc.
Wissenschaftlicher Mitarbeiter

HTWK Leipzig, University of Applied Sciences
Laboratory for Biosignal Processing (LaBP)
Eilenburger Str. 13
04317 Leipzig

tel:  +49 (0) 341 3076 3133
fax:  +49 (0) 341 3076 853133
email: pieloth 'at' labp.htwk-leipzig.de
web: <a class="moz-txt-link-abbreviated" href="http://www.labp.htwk-leipzig.de">www.labp.htwk-leipzig.de</a>
</pre>
  </body>
</html>