Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2010-01-19 17:59:36 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2010-01-19 17:59:36 +0300
commit8b0cbe86ea872687016b2e3ccdf66cf298ffcddc (patch)
tree67fd0e2f7e65a515f0e53ead7daa1a632453f2c6 /scripts
parent0835890a537f642ecfa453ddc12556987f4e4ff4 (diff)
Qt 4.6.1 for static snapshots
Diffstat (limited to 'scripts')
-rw-r--r--scripts/binserver.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/binserver.pl b/scripts/binserver.pl
index 39d777ef4..18116acc3 100644
--- a/scripts/binserver.pl
+++ b/scripts/binserver.pl
@@ -43,13 +43,13 @@ if ($#ARGV < 0) {
$ver=$ARGV[0];
}
-system("/usr/local/Trolltech/Qt-4.6.0/bin/qmake CONFIG+=static CONFIG+=no-client -recursive");
+system("/usr/local/Trolltech/Qt-4.6.1/bin/qmake CONFIG+=static CONFIG+=no-client -recursive");
system("make distclean");
unlink("src/murmur/Murmur.h");
unlink("src/murmur/Murmur.cpp");
unlink("src/murmur/Mumble.pb.h");
unlink("src/murmur/Mumble.pb.cc");
-system("/usr/local/Trolltech/Qt-4.6.0/bin/qmake CONFIG+=static CONFIG+=no-client -recursive");
+system("/usr/local/Trolltech/Qt-4.6.1/bin/qmake CONFIG+=static CONFIG+=no-client -recursive");
system("make");
system("strip release/murmurd");