Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Cannot run QtCreator examples on 64 bit W7 laptop

$
0
0
Hi, I’m a first timer. I have two laptops both running W7. I installed VS2013 on both as well as qt-opensource-windows-x86-msvc2013_64-5.3.1 and qt-vs-addin-1.2.3-opensource. Both PCs are 64 bit. All is well on one of the PCs (a Dell). I can run the QtCreator examples. However, on the second PC (an HP) when I try to run the examples I get the following: 13:15:19: Running steps for project tableview… 13:15:19: Starting: “C:\Qt\Qt5.3.1\5.3\msvc2013_64\bin\qmake.exe” C:\Qt\Qt5.3.1\Examples\Qt-5.3\quick\controls\tableview\tableview.pro -r -spec win32-msvc2013 “CONFIG+=debug” “CONFIG+=declarative_debug” “CONFIG+=qml_debug” 13:15:19: The process “C:\Qt\Qt5.3.1\5.3\msvc2013_64\bin\qmake.exe” exited normally. 13:15:19: Starting: “C:\Qt\Qt5.3.1\Tools\QtCreator\bin\jom.exe” C:\Qt\Qt5.3.1\Tools\QtCreator\bin\jom.exe -f Makefile.Debug cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fddebug\tableview.pdb -DUNICODE -DWIN32 -DWIN64 -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG -DQT_QUICK_LIB -DQT_QML_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_OPENGL_ES_2 -DQT_OPENGL_ES_2_ANGLE -I”..\shared” -I“C:\Qt\Qt5.3.1\5.3\msvc2013_64\include” -I“C:\Qt\Qt5.3.1\5.3\msvc2013_64\include\QtQuick” -I“C:\Qt\Qt5.3.1\5.3\msvc2013_64\include\QtQml” -I“C:\Qt\Qt5.3.1\5.3\msvc2013_64\include\QtWidgets” -I“C:\Qt\Qt5.3.1\5.3\msvc2013_64\include\QtNetwork” -I“C:\Qt\Qt5.3.1\5.3\msvc2013_64\include\QtGui” -I“C:\Qt\Qt5.3.1\5.3\msvc2013_64\include\QtANGLE” -I“C:\Qt\Qt5.3.1\5.3\msvc2013_64\include\QtCore” -I“debug” -I”.” -I“C:\Qt\Qt5.3.1\5.3\msvc2013_64\mkspecs\win32-msvc2013” -Fodebug\ @C:\Users\Don\AppData\Local\Temp\main.obj.6176.0.jom C:\Qt\Qt5.3.1\5.3\msvc2013_64\bin\rcc.exe -name resources ..\tableview\resources.qrc -o debug\qrc_resources.cpp main.cpp jom: C:\Qt\Qt5.3.1\Examples\Qt-5.3\quick\controls\build-tableview-Desktop_Qt_5_3_MSVC2013_64bit-Debug\Makefile.Debug [debug\qrc_resources.cpp] Error 2 jom: C:\Qt\Qt5.3.1\Examples\Qt-5.3\quick\controls\build-tableview-Desktop_Qt_5_3_MSVC2013_64bit-Debug\Makefile [debug] Error 2 13:15:21: The process “C:\Qt\Qt5.3.1\Tools\QtCreator\bin\jom.exe” exited with code 2. Error while building/deploying project tableview (kit: Desktop Qt 5.3 MSVC2013 64bit) When executing step ‘Make’ 13:15:21: Elapsed time: 00:02. I’ve have searched and cannot find a solution. Any help would be appreciated. Thanks. Don

Viewing all articles
Browse latest Browse all 2113

Trending Articles