Skip to content
  • Brad King's avatar
    ENH: Help cmake-gui docs generation on Windows · 0d2f241e
    Brad King authored
    We use a custom command to run 'cmake-gui --help...' to generate the
    documentation for the application.  Since this is a Qt application, the
    executable must find the Qt DLLs in order to run.  As a convenience, if
    QtCore4.dll appears next to qmake.exe, we put its location in the PATH
    environment variable when running the custom command on Windows.
    0d2f241e