-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #228 from jwuttke/master
Master
- Loading branch information
Showing
6 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
set QTDIR=C:\Qt\5.10.1\msvc2017_64 | ||
set PATH=C:\Qt\5.10.1\msvc2017_64\bin;%PATH% | ||
cmake -G "Visual Studio 15 2017" -A x64 -T host=x64 ..\Steca-juanmcloaiza -DBUILD_SHARED_LIBS=OFF | ||
cmake --build . --config Release | ||
set QTDIR=C:\Qt5\5.11.2\msvc2017_64 | ||
set PATH=C:\Qt5\5.11.2\msvc2017_64\lib;C:\yaml.win64\local_x64;%PATH% | ||
set Qt5Core_DIR=C:\Qt5\5.11.2\msvc2017_64\lib\cmake | ||
set Qt5Gui_DIR=C:\Qt5\5.11.2\msvc2017_64\lib\cmake | ||
set Qt5Widgets_DIR=C:\Qt5\5.11.2\msvc2017_64\lib\cmake | ||
set Qt5Network_DIR=C:\Qt5\5.11.2\msvc2017_64\lib\cmake | ||
cmake -G "Visual Studio 15 2017" -A x64 -T host=x64 .. -DBUILD_SHARED_LIBS=OFF | ||
cmake --build . --config Release |