File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ environment:
44 matrix :
55 - QT : C:\Qt\5.12\msvc2015_64
66 GENERATOR : Visual Studio 15 2017 Win64
7- PLATFORM : x64
7+ PLATFORM : X64
88
99clone_folder : c:\dev\qhexedit
1010clone_depth : 5
@@ -27,9 +27,9 @@ before_build:
2727 - cd c:\dev\qhexedit
2828 - md build
2929 - cd build
30- - qmake -r -spec win32-msvc CONFIG+=x86_64 CONFIG-=debug CONFIG+=release ..\example\qhexedit.pro
31- # - if "%PLATFORM%" EQU "x64 " (qmake -r -spec win32-msvc CONFIG+=x86_64 CONFIG-=debug CONFIG+=release ..\example\qhexedit.pro)
32- # - if "%PLATFORM%" EQU "x86 " (qmake -r -spec win32-msvc CONFIG+=Win32 CONFIG-=debug CONFIG+=release ..\example\qhexedit.pro)
30+ # - qmake -r -spec win32-msvc CONFIG+=x86_64 CONFIG-=debug CONFIG+=release ..\example\qhexedit.pro
31+ - if "%PLATFORM%" EQU "X64 " (qmake -r -spec win32-msvc CONFIG+=x86_64 CONFIG-=debug CONFIG+=release ..\example\qhexedit.pro)
32+ - if "%PLATFORM%" EQU "X86 " (qmake -r -spec win32-msvc CONFIG+=Win32 CONFIG-=debug CONFIG+=release ..\example\qhexedit.pro)
3333
3434build_script :
3535 - nmake
You can’t perform that action at this time.
0 commit comments