Qt headers and libraries
Qt headers and libraries, as well as all the Qt build config files, are packaged with the Maya devkit for convenience.
On Linux and macOS:
- Header files are located in $DEVKIT_LOCATION\include. They are packaged in a tarred and zipped archive. Extract the contents to $DEVKIT_LOCATION\include.
- Library files are located in $DEVKIT_LOCATION\lib.
- Qt build config files are located in $DEVKIT_LOCATION\mkspecs. They are packaged in a tarred and zipped archive. Extract the contents to $DEVKIT_LOCATION\mkspecs.
On Windows:
- Link libraries are located in %DEVKIT_LOCATION%/lib.
- DLLs are located in %DEVKIT_LOCATION%/devkit/bin.
- Header files are located in %DEVKIT_LOCATION%/include. They are packaged in a tarred and zipped archive. Extract the contents to %DEVKIT_LOCATION%/include.
- Qt build config files are located in %DEVKIT_LOCATION%/mkspecs. They are packaged in a tarred and zipped archive. Extract the contents to %DEVKIT_LOCATION%/mkspecs.
The version of Qt used by your version of Maya is listed in the Open Source Component page.