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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user