I created project for QML C++ plugin in QtCreator and debug version have 'd' suffix appended to the name, for example plugind.dll
instead of plugin.dll
. How can configure project not to add this suffix? Qt version 4.8.1, windows 7.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You can write this line into the .pro file:
TARGET = YourProgramName