Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Install Doxygen for Qt Creator on Mac Os X
QtWS25 Last Chance

Install Doxygen for Qt Creator on Mac Os X

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 3 Posters 1.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    studentvision
    wrote on last edited by
    #1

    Hello,

    I am installing Doxygen for Qt Creator on Mac Os X 10.8.5.

    I am using this "wiki":http://qt-project.org/wiki/Doxygen_Plugin_for_QtCreator
    I installed the Pre-requsisits but I do not understand the path correspond to Mac Os X.

    @@@echo off
    set PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\tools\MinGW\msys\1.0\bin;C:\Perl\site\bin;C:\Perl\bin;C:\Qt\Qt5.0.2\5.0.2\mingw47_32\bin;C:\Qt\Qt5.0.2\Tools\MinGW\bin;C:\Qt\Qt5.0.2\Tools\QtCreator\creator\bin;C:\Qt\Qt5.0.2\5.0.2\Src\qtbase;%PATH%
    echo %PATH%
    set QMAKESPEC=win32-g++
    cd C:\Qt\qt-creator-2.7.0-src
    cmd@

    Can you help me please or is there any simple process to install Doxygen for Qt Creator.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      This wiki entry has been written with instructions for Windows and also a pretty old version of Qt 5, did you get a recent version ?

      @export PATH=/path/where/you/installed/Qt/bin:PATH@

      You should not need to set QMAKESPEC

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • K Offline
        K Offline
        koahnig
        wrote on last edited by
        #3

        Those commands are basically setting up the environment for compilation of Qt creator on windows.

        You need to compile the Doxygen plugin together with creator source.

        Check out the rules for compiling Qt creator on your platform. That should be the same as you need for Doxygen plugin.

        Vote the answer(s) that helped you to solve your issue(s)

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved