From 01a5040a949f416e5a6be42e7d386450e67d16b4 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 29 May 2012 13:00:12 +0200 Subject: [PATCH] SSH: Add missing file to qbs project. Change-Id: Ifa65a7c3382032c2c49380211ac6d4b1198668fa Reviewed-by: Christian Kandeler --- src/libs/ssh/ssh.qbs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/ssh/ssh.qbs b/src/libs/ssh/ssh.qbs index 1ade341221f..0778f8098d5 100644 --- a/src/libs/ssh/ssh.qbs +++ b/src/libs/ssh/ssh.qbs @@ -39,6 +39,7 @@ QtcLibrary { "sshkeypasswordretriever.cpp", "sshkeygenerator.cpp", "sshkeygenerator.h", "sshkeycreationdialog.cpp", "sshkeycreationdialog.h", "sshkeycreationdialog.ui", + "sftpfilesystemmodel.cpp", "sftpfilesystemmodel.h", "sshincomingpacket_p.h", "sshincomingpacket.cpp", "ssherrors.h", "sshexception_p.h",