summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-03-25 14:51:04 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-26 07:49:11 +0100
commitd8406d0e09c5bfa549f2787db7f7f01a56fee443 (patch)
tree105cd1571a5fa4a670b778f29e669a4f06fc4464 /configure
parent3eafd2e7d841c2c4dac1055a3eb38f871a307cca (diff)
make the libexec default on windows bin/ after all
the dlls being in lib/ is kind of an accident (a side effect of how qmake builds them). in fact, the libdir should be entirely irrelevant for windows deployments (and indeed, the SDK is delivered with dlls only in bin/). Change-Id: If47e72b24774721a61ba63847f6132f88ff110be Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1d5c406e67..2ea1ea435a 100755
--- a/configure
+++ b/configure
@@ -2824,7 +2824,7 @@ fi
QT_INSTALL_BINS=`"$relpath/config.tests/unix/makeabs" "$QT_INSTALL_BINS"`
if [ "$XPLATFORM_MINGW" = "yes" ]; then
- QT_INSTALL_LIBEXECS_DIRNAME="lib"
+ QT_INSTALL_LIBEXECS_DIRNAME="bin"
else
QT_INSTALL_LIBEXECS_DIRNAME="libexec"
fi