build: qt and version patch for windows.

* added dlls for QT5.5.
* changed version script to find and use the git.exe
This commit is contained in:
malte_langkabel
2015-08-25 17:56:59 +02:00
parent fb877e1304
commit d996cf384d
22 changed files with 11 additions and 9 deletions
+2 -2
View File
@@ -42,14 +42,14 @@ std::shared_ptr<QtCodeSnippet> QtCodeSnippet::merged(QtCodeSnippet* a, QtCodeSni
std::string title = first->m_title ? first->m_title->text().toStdString() : "";
return std::make_shared<QtCodeSnippet>(
return std::shared_ptr<QtCodeSnippet>(new QtCodeSnippet(
first->getStartLineNumber(),
title,
first->m_titleId,
code,
locationFile,
file
);
));
}
QtCodeSnippet::QtCodeSnippet(