Hello friends,
I want to create a custom plugin for qtcreator and i did it successfully. (Qt 5 beta2). What i want to do now is to link this plugin with custom shared library which i created. What is the best way and safest way to do this? I want to use either plugin and library into my application and as i said the plugin needs library.
Do i need to put my library into my plugin directory then build it or just give its build directory to plugin?
Another Question:
I have created a single library and in this library and in one filei get some properties of database connection from text file. I want to build this library.
How can i give this text file for this library . This file must be visible to users.
Should i just put this file beside dll and lib file?
Thanks for useful hints![]()


Reply With Quote


Bookmarks