-
Notifications
You must be signed in to change notification settings - Fork 43
Redist package to only copy needed libraries #102
Comments
You could separate the package into a hierarchy chain of packages, but -Ken On Tue, Apr 7, 2015 at 6:24 AM, Max Liebkies [email protected]
|
Hi Max, I packaged Qt4 for a private project, and I created different packages for Hope it helps. 2015-04-07 7:24 GMT-03:00 Max Liebkies [email protected]:
|
Renato did you happen to put your autopkg files for the qt4 hierarchy in a ken
|
No, I didn't upload it to a public repo, sorry. That's because we are changing our CMake workflow to use Nuget for Also, it's very early in development. I based my work on FindQt.cmake that ships with CMake itself. It shows the I'm using CoApp's Autopackage to create our packages. For example, let's files {
The autorunCmake thing is a small CMake script that setups some project Since Qt requires a certain structure under the include and src folders, I This package only carries QtGui's libs, of course, and has a dependency on I'm not well versed in MSBuild, so I didn't create the target and props []s Renato C. 2015-04-07 18:11 GMT-03:00 zarkara [email protected]:
|
We use nuget for c++ packages and use another custom nuget package which is ken
|
Okay, i created a (hackish) Python script that
It works for me (TM) and has a few gotchas:
|
Hey everyone,
please excuse my ignorance by asking just a question: I have created a NuGet package for a rather large project (in fact Qt5). The redist package contains a lot of (large) DLLs that may not all be necessary for the referencing project. Is there any way to tell CoApp/Visual Studio to only copy those DLLs that have actually been linked to the projects executable (via .lib files)?
Thanks!
The text was updated successfully, but these errors were encountered: