Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
Updated win dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
OneMoreGres committed Dec 15, 2016
1 parent c8d068e commit ccd3f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions paths.pri
Expand Up @@ -12,6 +12,5 @@ isEmpty(IDE_BUILD_TREE){
IDE_BUILD_TREE=$$PWD/../qtcreator-latest/release-x64
CONFIG(debug, debug|release):IDE_BUILD_TREE=$$PWD/../qtcreator-latest/debug-x64
contains(QMAKE_TARGET.arch, x86):IDE_BUILD_TREE=$$PWD/../qtcreator-latest/release-x86
msvc:IDE_BUILD_TREE=$$PWD/../qtcreator-latest/release-vc10
win32-msvc2013:IDE_BUILD_TREE=$$PWD/../qtcreator-latest/release-vc12
msvc:IDE_BUILD_TREE=$$PWD/../qtcreator-latest/release
}
2 changes: 1 addition & 1 deletion util/make_dist.bat
Expand Up @@ -2,7 +2,7 @@

set /p VERSION=<..\..\qtcreator-latest\version
set PLUGIN_NAME=QtcCppcheck
set BUILD_DIR=..\..\qtcreator-latest\release-vc12
set BUILD_DIR=..\..\qtcreator-latest\release
del %PLUGIN_NAME%-%VERSION%-win.zip

rd /Q /S dist
Expand Down

0 comments on commit ccd3f8a

Please sign in to comment.