summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-06-24 19:28:43 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-27 14:43:00 +0200
commitc4a05f5e3aa1af35ed73c5a2883fce9723d06132 (patch)
tree764867862386ec29bcccf4b4a1a65f5f5dcf4ad7 /src
parent7a0f14c569e412252c7246d78c07454e04afd6f4 (diff)
Refactor the creation of imported targets into a macro.
This will make it easier to handle cases where the Qt installation and the build do not match exactly. For example, on Windows, it would be possible to do: ./configure -debug make make install make release make release_install In which case, both debug and release libraries would be installed even though it was only configured with -debug. On non-Windows, the debug and release libraries would overwrite each other, so it is not necessary to support it. Similarly, we want to handle cases in the future where (on non-Windows) both static and shared libraries would be installed (again, not described with a single build configuration). Change-Id: Ib7916c9664a0f72e40156a03bdfc79a4a6c24350 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions