Make issues with Qt Creator Plugin
-
Hi and welcome to devnet,
Something is not completely clear, did you compile Qt Creator yourself ?
If not, are you using the same compiler, architecture and Qt version used to build the Qt Creator you are trying to build your plugin for ?
-
Hi and welcome to devnet,
Something is not completely clear, did you compile Qt Creator yourself ?
If not, are you using the same compiler, architecture and Qt version used to build the Qt Creator you are trying to build your plugin for ?
-
What version of Qt Creator are you building ?
By the way, Github is merely a mirror. You should download the code from https://code.qt.io
-
What version of Qt Creator are you building ?
By the way, Github is merely a mirror. You should download the code from https://code.qt.io
-
Did you check for the presence of the Cored4.lib file in your Qt Creator build ?
-
So you have a release build of Qt Creator and you are trying to build a debug version of your plugin.
-
So you have a release build of Qt Creator and you are trying to build a debug version of your plugin.
-
That or a debug build of Qt Creator.