forked from qt-creator/qt-creator
Doesn't make sense to put more qmake-based projects out there for Qt Creator, so exchange the qmake version completely. Also adds a README.md, which explains how to build and run a plugin, since plugins no longer are built directly into a Qt Creator build (which is a good thing). Since we do not yet have a way to specify detailed build settings from a wizard, keep the hack that the project file has a hardcoded path to the Qt Creator development package. That way developers can at least directly build the new plugin without fiddling with build settings. Fixes: QTCREATORBUG-24073 Change-Id: If6650d9e3c393ee9ac2a358923dfb072ec510850 Reviewed-by: Cristian Adam <cristian.adam@qt.io>