This repository was archived by the owner on Oct 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ Source: "../../../OpenSSL-Win32/bin/libeay32.dll"; DestDir: "{app}"
4040Source : " ../../../OpenSSL-Win32/bin/ssleay32.dll" ; DestDir : " {app} "
4141
4242; Qt
43- Source : " ../../../../Qt/Qt5.5.1/5.5/msvc2012 /bin/Qt5Core.dll" ; DestDir : " {app} "
44- Source : " ../../../../Qt/Qt5.5.1/5.5/msvc2012 /bin/Qt5Widgets.dll" ; DestDir : " {app} "
45- Source : " ../../../../Qt/Qt5.5.1/5.5/msvc2012 /bin/Qt5WinExtras.dll" ; DestDir : " {app} "
46- Source : " ../../../../Qt/Qt5.5.1/5.5/msvc2012 /bin/Qt5Gui.dll" ; DestDir : " {app} "
47- Source : " ../../../../Qt/Qt5.5.1/5.5/msvc2012 /bin/Qt5Network.dll" ; DestDir : " {app} "
48- Source : " ../../../../Qt/Qt5.5.1/5.5/msvc2012 /plugins/imageformats/*.dll" ; Excludes: " *d.dll" ; DestDir : " {app} /imageformats"
49- Source : " ../../../../Qt/Qt5.5.1/5.5/msvc2012 /plugins/platforms/*.dll" ; Excludes: " *d.dll" ; DestDir : " {app} /platforms"
43+ Source : " ../../../../Qt/Qt5.5.1/5.5/msvc2013 /bin/Qt5Core.dll" ; DestDir : " {app} "
44+ Source : " ../../../../Qt/Qt5.5.1/5.5/msvc2013 /bin/Qt5Widgets.dll" ; DestDir : " {app} "
45+ Source : " ../../../../Qt/Qt5.5.1/5.5/msvc2013 /bin/Qt5WinExtras.dll" ; DestDir : " {app} "
46+ Source : " ../../../../Qt/Qt5.5.1/5.5/msvc2013 /bin/Qt5Gui.dll" ; DestDir : " {app} "
47+ Source : " ../../../../Qt/Qt5.5.1/5.5/msvc2013 /bin/Qt5Network.dll" ; DestDir : " {app} "
48+ Source : " ../../../../Qt/Qt5.5.1/5.5/msvc2013 /plugins/imageformats/*.dll" ; Excludes: " *d.dll" ; DestDir : " {app} /imageformats"
49+ Source : " ../../../../Qt/Qt5.5.1/5.5/msvc2013 /plugins/platforms/*.dll" ; Excludes: " *d.dll" ; DestDir : " {app} /platforms"
5050
5151; C/C++ Runtime
5252Source : " ../../../../Program Files (x86)/Microsoft Visual Studio 11.0/VC/redist/x86/Microsoft.VC110.CRT/msvcp110.dll" ; DestDir : " {app} "
Original file line number Diff line number Diff line change 11TARGET = Track-o-Bot
2- VERSION = 0.7.0
2+ VERSION = 0.7.1
33
44CONFIG += qt precompile_header debug_and_release c++11
55QT += core widgets network
You can’t perform that action at this time.
0 commit comments