Details
-
Task
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.10.0-beta1
-
8ae9cfe39d9fbf114f23bc00e7a66516c2429648 (qt-creator/qt-creator/4.10)
Description
Currently plugin developers can have a plugin in a separate repository, checked out separately from the Qt Creator sources, and build that plugin against Qt Creator (and deploy it either into the Qt Creator build or the 'user plugin directory').
They basically point QMake to the Qt Creator source & build tree with IDE_SOURCE_TREE and IDE_BUILD_TREE and build.
We should support something similar for CMake too.