[Qt-creator] NimPlugin: Project is not configured

Filippo Cucchetto filippocucchetto at gmail.com
Tue May 26 23:31:55 CEST 2015


Hi all,
i'm sorry if i'm *spamming* with questions :)
Right now i'm trying to add build configuration to my plugin.
I taken a look at both QMake and CMake plugins and done the following steps:
1) Created a NimBuildInfo : ProjectExplorer::BuildInfo
<https://github.com/filcuc/NimQtCreatorPlugin/blob/BuildConfiguration/project/nimbuildinfo.h>
2) Created a NimBuildConfigurationFactory :
ProjectExplorer::IBuildConfigurationFactory
<https://github.com/filcuc/NimQtCreatorPlugin/blob/BuildConfiguration/project/nimbuildconfigurationfactory.h>
3) Created a NimBuildConfiguration : public
ProjectExplorer::BuildConfiguration
<https://github.com/filcuc/NimQtCreatorPlugin/blob/BuildConfiguration/project/nimbuildconfiguration.h>

After this i can choose a Kit and the build configurations appears in the
Projects section.
However the build/run buttons are disabled and by hovering them a tooltip
tells me
"the project is not configured".

The image i attached in this mail shows you my QtCreator in the project
page.
What am i missing?

-- 
Filippo Cucchetto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20150526/ba9c47e3/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: snapshot4.png
Type: image/png
Size: 121077 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20150526/ba9c47e3/attachment.png>


More information about the Qt-creator mailing list