summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-03-18 12:14:01 +0100
committeraxis <qt-info@nokia.com>2011-04-27 12:06:01 +0200
commit30be61219d6527cac185b044318793e5fe24690c (patch)
treed7bb96dfcaa542218a961ef9a68d4b69e422656f /bin
parent574e7e44d335273a888784c3a2eeedebe5d4e9ca (diff)
Fixed syncqt generation of bin path.
Now it points to QtBase's bin directory, in the case of developer builds. This makes it easier to develop modules together without having to install them first.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/syncqt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/syncqt b/bin/syncqt
index d7dbc23204..d37d077f9e 100755
--- a/bin/syncqt
+++ b/bin/syncqt
@@ -1009,7 +1009,7 @@ foreach my $lib (@modules_to_sync) {
my $moduleprifwd = "$qtbasedir/mkspecs/modules/$modulepriname";
open MODULE_PRI_FILE, ">$moduleprifwd";
print MODULE_PRI_FILE "QT_MODULE_BASE = $basedir\n";
- print MODULE_PRI_FILE "QT_MODULE_BIN_BASE = $out_basedir/bin\n";
+ print MODULE_PRI_FILE "QT_MODULE_BIN_BASE = $qtbasedir/bin\n";
print MODULE_PRI_FILE "QT_MODULE_INCLUDE_BASE = $out_basedir/include\n";
print MODULE_PRI_FILE "QT_MODULE_IMPORT_BASE = $qtbasedir/imports\n";
print MODULE_PRI_FILE "QT_MODULE_LIB_BASE = $qtbasedir/lib\n";