Details
-
Suggestion
-
Resolution: Out of scope
-
P2: Important
-
0.1
-
None
-
Windows 7 x86, Qt 4.8.1, MSVC2010
Description
When compiling dynamic library (.dll), it would be nice to have a way to set another path for the import library (.lib).
Currently they are the same (for msvc toolchain);
i've hacked it in than manner:
Artifact { fileTags: ["dynamiclibrary"] fileName: product.destinationDirectory + "/" + product.module.dynamicLibraryPrefix + product.targetName + product.module.dynamicLibrarySuffix } Artifact { fileTags: ["dynamiclibrary_import"] fileName: product.module.dynamicLibraryImportPath + "/" + product.module.dynamicLibraryPrefix + product.targetName + product.module.dynamicLibraryImportSuffix }
but i don't want to hack default toolchains rapidly in release (and nobody want).
p.s. what about idea of extending basic tools? if i'm "inheriting" windows-msvc.qbs, i've no way to modify its rules, right?
Attachments
Issue Links
- is replaced by
-
QBS-590 Product.destinationDirectory must die
- Open