Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt 5.11.1 MSVC 2017 suddenly can't find QtWebEngine #2599

Closed
vaibhavpandeyvpz opened this issue Aug 30, 2018 · 7 comments
Closed

Qt 5.11.1 MSVC 2017 suddenly can't find QtWebEngine #2599

vaibhavpandeyvpz opened this issue Aug 30, 2018 · 7 comments

Comments

@vaibhavpandeyvpz
Copy link

vaibhavpandeyvpz commented Aug 30, 2018

I have suddenly started getting below error in my build:

Build started
if %VCARCH% == x86 ( call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %VCARCH% ) else ( call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" %VCARCH% )
**********************************************************************
** Visual Studio 2017 Developer Command Prompt v15.8.1
** Copyright (c) 2017 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
git clone -q --branch=master git@github.com:xxxxxx/xxxxxx.git C:\projects\xxxxxx
git checkout -qf 27a9a6ad92d504333a46c177055fdd6ed4083532
set PATH="%QTDIR%\bin";%PATH%;"C:\Program Files (x86)\Inno Setup 5"
mkdir "%APPVEYOR_BUILD_FOLDER%-build"
qmake CONFIG+=release -o "%APPVEYOR_BUILD_FOLDER%-build" "%APPVEYOR_BUILD_FOLDER%"
Info: creating stash file C:\projects\xxxxxx-build\.qmake.stash
Project ERROR: Unknown module(s) in QT: webenginewidgets
Command exited with code 3

Envrionment:

APPVEYOR_BUILD_WORKER_IMAGE=Visual Studio 2017
OPENSSL_DIR=C:\OpenSSL-Win64
QTDIR=C:\Qt\5.11.1\msvc2017_64
VCARCH=amd64

appveyor.yml

environment:
  matrix:
    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
      OPENSSL_DIR: C:\OpenSSL-Win32
      QTDIR: C:\Qt\5.10.1\msvc2015
      VCARCH: x86
    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
      OPENSSL_DIR: C:\OpenSSL-Win64
      QTDIR: C:\Qt\5.11.1\msvc2017_64
      VCARCH: amd64

branches:
  only:
    - master

init:
  - if %VCARCH% == x86 (
      call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %VCARCH%
    ) else (
      call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" %VCARCH%
    )

before_build:
  - set PATH="%QTDIR%\bin";%PATH%;"C:\Program Files (x86)\Inno Setup 5"
  - mkdir "%APPVEYOR_BUILD_FOLDER%-build"

build_script:
  - qmake CONFIG+=release -o "%APPVEYOR_BUILD_FOLDER%-build" "%APPVEYOR_BUILD_FOLDER%"
  - cd /d "%APPVEYOR_BUILD_FOLDER%-build"
  - nmake
  - cd /d "%APPVEYOR_BUILD_FOLDER%"

after_build:
  - call "%APPVEYOR_BUILD_FOLDER%\deploy\deploy-windows.bat"
@FeodorFitsner
Copy link
Member

It appears to be installed:

image

Could it be connected with VS 2017 15.8.1 update?

What files inside C:\Qt folder must be checked to make sure that module installed?

@Nelson-numerical-software

Same problem with my project:
https://ci.appveyor.com/project/Nelson-numerical-software/nelson/build/0.2.8.1298

@FeodorFitsner
Copy link
Member

@Nelson-numerical-software Are you referring to Qt5WebEngine from Qt 5.9.5?

@Nelson-numerical-software

Qt 5.11.1 used for x64
Qt 5.10.1 used for x86
https://github.com/Nelson-numerical-software/nelson/blob/master/appveyor.yml

@vaibhavpandeyvpz
Copy link
Author

@Nelson-numerical-software Yes. My x86 builds aren't either working. The build is successful but binaries do not run.

@Nelson-numerical-software

Hi,
Problem see always present today for Qt 5.11.1 32 bits:
see https://ci.appveyor.com/project/Nelson-numerical-software/nelson/build/job/16inlsug0l2423vt

64 bits version is okay

@pauldotknopf
Copy link

I'm getting this error as well: https://ci.appveyor.com/project/pauldotknopf/qml-net/build/1.0.352

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants