Details
-
Task
-
Resolution: Cannot Reproduce
-
P2: Important
-
None
-
dev
-
None
Description
Coin update will enable that all targets create all dependencies. This introduces a failure in the qtqa. https://testresults.qt.io/coin/integration/qt-labs/qtquickdesigner-components/tasks/1602776889
agent:2020/12/09 09:49:58 build.go:379: In file included from windowmanager.cpp:29: agent:2020/12/09 09:49:58 build.go:379: windowmanager.h:51:51: error: ‘Q_PID’ has not been declared agent:2020/12/09 09:49:58 build.go:379: 51 | QString waitForTopLevelWindow(unsigned count, Q_PID pid, int timeOutMS, QString *errorMessage); agent:2020/12/09 09:49:58 build.go:379: | ^~~~~ agent:2020/12/09 09:49:58 build.go:379: windowmanager.h:52:47: error: ‘Q_PID’ has not been declared agent:2020/12/09 09:49:58 build.go:379: 52 | bool sendCloseEvent(const QString &winId, Q_PID pid, QString *errorMessage); agent:2020/12/09 09:49:58 build.go:379: | ^~~~~ agent:2020/12/09 09:49:58 build.go:379: windowmanager.h:59:63: error: ‘Q_PID’ has not been declared agent:2020/12/09 09:49:58 build.go:379: 59 | virtual QString waitForTopLevelWindowImpl(unsigned count, Q_PID pid, int timeOutMS, QString *errorMessage); agent:2020/12/09 09:49:58 build.go:379: | ^~~~~ agent:2020/12/09 09:49:58 build.go:379: windowmanager.h:60:59: error: ‘Q_PID’ has not been declared agent:2020/12/09 09:49:58 build.go:379: 60 | virtual bool sendCloseEventImpl(const QString &winId, Q_PID pid, QString *errorMessage); agent:2020/12/09 09:49:58 build.go:379: | ^~~~~ agent:2020/12/09 09:49:58 build.go:379: windowmanager.cpp:452:62: error: ‘Q_PID’ has not been declared agent:2020/12/09 09:49:58 build.go:379: 452 | QString WindowManager::waitForTopLevelWindow(unsigned count, Q_PID pid, int timeOutMS, QString *errorMessage) agent:2020/12/09 09:49:58 build.go:379: | ^~~~~ agent:2020/12/09 09:49:58 build.go:379: windowmanager.cpp:461:58: error: ‘Q_PID’ has not been declared agent:2020/12/09 09:49:58 build.go:379: 461 | bool WindowManager::sendCloseEvent(const QString &winId, Q_PID pid, QString *errorMessage) agent:2020/12/09 09:49:58 build.go:379: | ^~~~~ agent:2020/12/09 09:49:58 build.go:379: windowmanager.cpp:482:60: error: ‘Q_PID’ has not been declared agent:2020/12/09 09:49:58 build.go:379: 482 | QString WindowManager::waitForTopLevelWindowImpl(unsigned, Q_PID, int, QString *errorMessage) agent:2020/12/09 09:49:58 build.go:379: | ^~~~~ agent:2020/12/09 09:49:58 build.go:379: windowmanager.cpp:488:57: error: ‘Q_PID’ has not been declared agent:2020/12/09 09:49:58 build.go:379: 488 | bool WindowManager::sendCloseEventImpl(const QString &, Q_PID, QString *errorMessage) agent:2020/12/09 09:49:58 build.go:379: | ^~~~~ agent:2020/12/09 09:49:58 build.go:379: make[3]: *** [Makefile:1070: .obj/windowmanager.o] Error 1 agent:2020/12/09 09:49:58 build.go:379: make[3]: Leaving directory '/home/qt/work/qt/qtqa/tests/postbuild/guiapplauncher' agent:2020/12/09 09:49:58 build.go:379: make[2]: *** [Makefile:100: sub-guiapplauncher-make_first] Error 2agent:2020/12/09 09:49:58 build.go:379: make[2]: *** Waiting for unfinished jobs....
Attachments
Issue Links
- is required for
-
COIN-638 Create workitems normally for qt5 integrations
- Need More Info