===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
openmw-0.46.0/apps/launcher/CMakeLists.txt-73-if (DESIRED_QT_VERSION MATCHES 4)
openmw-0.46.0/apps/launcher/CMakeLists.txt:74:    include(${QT_USE_FILE})
openmw-0.46.0/apps/launcher/CMakeLists.txt-75-    QT4_ADD_RESOURCES(RCC_SRCS ${CMAKE_SOURCE_DIR}/files/launcher/launcher.qrc)
##############################################
openmw-0.46.0/apps/opencs/CMakeLists.txt-148-if (DESIRED_QT_VERSION MATCHES 4)
openmw-0.46.0/apps/opencs/CMakeLists.txt:149:    include(${QT_USE_FILE})
openmw-0.46.0/apps/opencs/CMakeLists.txt-150-    qt4_wrap_ui(OPENCS_UI_HDR ${OPENCS_UI})
##############################################
openmw-0.46.0/apps/wizard/CMakeLists.txt-82-if (DESIRED_QT_VERSION MATCHES 4)
openmw-0.46.0/apps/wizard/CMakeLists.txt:83:    include(${QT_USE_FILE})
openmw-0.46.0/apps/wizard/CMakeLists.txt-84-    QT4_ADD_RESOURCES(RCC_SRCS ${CMAKE_SOURCE_DIR}/files/wizard/wizard.qrc)
##############################################
openmw-0.46.0/cmake/GitVersion.cmake-28-
openmw-0.46.0/cmake/GitVersion.cmake:29:include(${MACROSFILE})
openmw-0.46.0/cmake/GitVersion.cmake-30-
##############################################
openmw-0.46.0/components/CMakeLists.txt-199-    if (DESIRED_QT_VERSION MATCHES 4)
openmw-0.46.0/components/CMakeLists.txt:200:        include(${QT_USE_FILE})
openmw-0.46.0/components/CMakeLists.txt-201-        QT4_WRAP_UI(ESM_UI_HDR ${ESM_UI})
##############################################
openmw-0.46.0/docs/source/reference/modding/paths.rst-14-+==============+===============================================================================================+
openmw-0.46.0/docs/source/reference/modding/paths.rst:15:| Linux        | ``$HOME/.config/openmw``                                                                      |
openmw-0.46.0/docs/source/reference/modding/paths.rst-16-+--------------+-----------------------------------------------------------------------------------------------+
openmw-0.46.0/docs/source/reference/modding/paths.rst:17:| Mac          | ``$HOME/Library/Preferences/openmw``                                                          |
openmw-0.46.0/docs/source/reference/modding/paths.rst-18-+--------------+---------------+-------------------------------------------------------------------------------+
##############################################
openmw-0.46.0/docs/source/reference/modding/paths.rst-31-+==============+=====================================================================================================+
openmw-0.46.0/docs/source/reference/modding/paths.rst:32:| Linux        | ``$HOME/.config/openmw/saves``                                                                      |
openmw-0.46.0/docs/source/reference/modding/paths.rst-33-+--------------+-----------------------------------------------------------------------------------------------------+
openmw-0.46.0/docs/source/reference/modding/paths.rst:34:| Mac          | ``$HOME/Library/Application\ Support/openmw/saves``                                                 |
openmw-0.46.0/docs/source/reference/modding/paths.rst-35-+--------------+---------------+-------------------------------------------------------------------------------------+
##############################################
openmw-0.46.0/docs/source/reference/modding/paths.rst-48-+==============+===============================================================================================+
openmw-0.46.0/docs/source/reference/modding/paths.rst:49:| Linux        | ``$HOME/.local/share/openmw``                                                                 |
openmw-0.46.0/docs/source/reference/modding/paths.rst-50-+--------------+-----------------------------------------------------------------------------------------------+
openmw-0.46.0/docs/source/reference/modding/paths.rst:51:| Mac          | ``$HOME/Library/Application\ Support/openmw``                                                 |
openmw-0.46.0/docs/source/reference/modding/paths.rst-52-+--------------+---------------+-------------------------------------------------------------------------------+
##############################################
openmw-0.46.0/extern/osgQt/CMakeLists.txt-11-if (DESIRED_QT_VERSION MATCHES 4)
openmw-0.46.0/extern/osgQt/CMakeLists.txt:12:    include(${QT_USE_FILE})
openmw-0.46.0/extern/osgQt/CMakeLists.txt-13-    target_link_libraries(${OSGQT_LIBRARY} ${QT_QTCORE_LIBRARY} ${QT_QTOPENGL_LIBRARY})