Qt Creator startup problem in Windows 10
-
I guess the problematic dlls are:
Welcome.dll
QmlProfilerExtension.dll
QmlProfiler.dll
QmlDesigner.dllSince below command works/ brings up Qt creator
qtcreator -noload Welcome -noload QmlProfilerExtension -noload QmlProfiler -noload QmlDesignerThere is a general message though:
Running Windows Runtime device detection.
No winrtrunner.exe found.I am running below version:
Qt Creator 4.0.3
Based on Qt 5.7.0 (MSVC 2013, 32 bit)
Built on Jul 5 2016 01:09:09
From revision ce4ddcb060 -
Hey @hskoglund
I have also the same problem as @tapQt . I would like to compile meshlab_mini.pro code which is produce a simple/limited version of Meshlab (https://github.com/cnr-isti-vclab/meshlab). I'm using QTCreator 4.2.1, QT 5.7 (just checked QT 5.7 in installation procedure because the could should be compiled with Qp 5.7), MSVC 2015, 32 bit.
When I try to open "meshlab-mini.pro" I get the following error:Running Windows Runtime device detection.
No winrtrunner.exe found.
Project ERROR: Unknown module(s) in QT: script
Project ERROR: Unknown module(s) in QT: script
Project ERROR: Unknown module(s) in QT: script
Project ERROR: Unknown module(s) in QT: scriptI have updated my graphic card driver and even have disabled them (as @tapQt mentioned) but the problem is still remaining. Do you have any idea how to solve that problem?
Thanks :)
-
Hi and welcome to devnet,
It's not the same problem.
That project requires the QtScript module which has been removed since 5.6. You first have to build and install it in order to build that application with Qt >= 5.6