PDA

View Full Version : Export created files in shared library into separate folder



alizadeh91
9th December 2012, 08:40
Hi,
I have created a shared library. I want to export created dll and include files into separated folder for example in drive C:/Plugin to use it easily in other apps.( I want to do this automatically while installing library)
I think i have to insert some codes in pro file.
How can i do that?

Thanks...

alizadeh91
9th December 2012, 10:49
I just want to create some folders in project file and put headers and libs into it. Any suggestion?!
May be i have to use QMAKE_BUNDLE_DATA.