Search code examples
qtplugins

Core Plugin in QtCreator5?



Im a beginner at Qt, and i write a program that need Core::ActionManager.
Now in QtCreator that i downloaded (5.3.2 Version), there is no Core plugin, just a QtCore that hasn't ActionManager.
I searched everywhere but i couldn't find how install & use Core.
Can someone please tell me how i have to install it?!
Thank you a lot and sorry for my poor english.


Solution

  • As cmannett85 said, Core::ActionManager is part of Qt Creator's own API. It is only relevant when you want to modify Qt Creator itself. It is not relevant if you want to develop an application using the Qt libraries.