Skip to content

Instantly share code, notes, and snippets.

@Zingam
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zingam/b919f273cd9570605e90 to your computer and use it in GitHub Desktop.
Save Zingam/b919f273cd9570605e90 to your computer and use it in GitHub Desktop.
Qt Creator: Enabling standalone installation to automatically detect Qt SDK.
As it is currently, you can only hack that by symlinking /share/qtcreator/QtProject/
(or Qt Creator.app/Contents/Resources/QtProject/ on OS X) to the same path within your standalone Qt Creator
installation.
Example (Windows):
C:\Qt\qtcreator-3.2.82\share\qtcreator>mklink /d QtProject c:\qt\Tools\QtCreator\share\qtcreator\QtProject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment