This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 36657f76b56aed53b529798ac0b9f7b535415665 Author: Mike DePaulo <mikedep333@gmail.com> Date: Mon Dec 1 08:20:35 2014 -0500 Apply add-libraries-to-build-with-VS2010-command-line.patch from George Trakatelis (uom.edu.gr) --- x2goclient.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x2goclient.pro b/x2goclient.pro index 1c3ead1..10f1144 100755 --- a/x2goclient.pro +++ b/x2goclient.pro @@ -121,6 +121,7 @@ SOURCES += sharewidget.cpp \ folderexplorer.cpp LIBS += -lssh +win32:LIBS += -lAdvAPI32 -lshell32 -lUser32 plugin { TARGET = x2goplugin @@ -135,7 +136,7 @@ else { !isEmpty(TRANSLATIONS) { isEmpty(QMAKE_LRELEASE) { - win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\lrelease.exe + win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\\lrelease.exe else:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease } -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git