Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Cannot run QtCreator examples on 64 bit W7 laptop
Forum Updated to NodeBB v4.3 + New Features

Cannot run QtCreator examples on 64 bit W7 laptop

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 1.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    drdon
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    • V Offline
      V Offline
      vikaspachdha
      wrote on last edited by
      #2

      You don't require VS addin if you want to use Qt creator as the IDE. Check the settings of your kit. See if you have correct compiler selected. I assume you have visual studio 2013 tool chain installed.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved