Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Qt5.4 program builds in both Debug/Release, but Deploy is greyed out

    General and Desktop
    1
    1
    1729
    Loading More Posts
    • 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.
    • B
      BOHICAMAN last edited by

      Simple video program to locate the Red ball, circle it, and provide coordinates and radius.
      Ir builds in both Debug and Release.However, I can't Deploy it as the Deploy options in Build are grayed out.
      I'm running Running Windows 7 64bit, Qt 5.4.0, Visual Studio 2013 Express C++, and OpenCV 2.4.9.

      The Compile messages are listed below. (errors are in BOLD) as Files not Found. Some of the files are indeed there in the project folder, both DEBUG and RELEASE. Don't know why they are not found although the PATHs are listed in the PROPERTY PAGE of MSVC2013 ???

      When I double click the .exe file, I get an ERROR DIALOG box. It says Qt5Widgetsd.dll is missing from my computer. It is in the System Path and physically located in the Qt 5.4\5.4\msvc2013_64opengl\bin folder.

      I have read a lot of people have had Deploy problems, but none of them seem related to this problem.

      13:20:43: Running steps for project QtTracker3...
      13:20:43: Starting: "C:\Qt\Qt5.4.0\Tools\QtCreator\bin\jom.exe" clean
      C:\Qt\Qt5.4.0\Tools\QtCreator\bin\jom.exe -f Makefile.Debug clean
      del debug\moc_dialog.cpp
      del ui_dialog.h
      del debug\main.obj debug\dialog.obj debug\moc_dialog.obj
      del debug\QtTracker3.exp debug\QtTracker3.ilk debug\QtTracker3.idb
      C:\Qt\Qt5.4.0\Tools\QtCreator\bin\jom.exe -f Makefile.Release clean
      del release\moc_dialog.cpp

      Could Not Find D:\AllProgrammingProjs\QtGUIProjects\build-QtTracker3-Desktop_Qt_5_4_MSVC2013_OpenGL_64bit-Debug\release\moc_dialog.cpp__
      del ui_dialog.h
      Could Not Find D:\AllProgrammingProjs\QtGUIProjects\build-QtTracker3-Desktop_Qt_5_4_MSVC2013_OpenGL_64bit-Debug\ui_dialog.h__
      del release\main.obj release\dialog.obj release\moc_dialog.obj
      Could Not Find D:\AllProgrammingProjs\QtGUIProjects\build-QtTracker3-Desktop_Qt_5_4_MSVC2013_OpenGL_64bit-Debug\release\main.obj
      del release\QtTracker3.exp
      Could Not Find D:\AllProgrammingProjs\QtGUIProjects\build-QtTracker3-Desktop_Qt_5_4_MSVC2013_OpenGL_64bit-Debug\release\QtTracker3.exp
      del QtTracker3.exp
      Could Not Find D:\AllProgrammingProjs\QtGUIProjects\build-QtTracker3-Desktop_Qt_5_4_MSVC2013_OpenGL_64bit-Debug\QtTracker3.exp
      del QtTracker3.ilk
      Could Not Find D:\AllProgrammingProjs\QtGUIProjects\build-QtTracker3-Desktop_Qt_5_4_MSVC2013_OpenGL_64bit-Debug\QtTracker3.ilk
      del QtTracker3.idb
      Could Not Find D:\AllProgrammingProjs\QtGUIProjects\build-QtTracker3-Desktop_Qt_5_4_MSVC2013_OpenGL_64bit-Debug\QtTracker3.idb

      13:20:43: The process "C:\Qt\Qt5.4.0\Tools\QtCreator\bin\jom.exe" exited normally.
      13:20:43: Configuration unchanged, skipping qmake step.
      13:20:43: Starting: "C:\Qt\Qt5.4.0\Tools\QtCreator\bin\jom.exe"
      C:\Qt\Qt5.4.0\Tools\QtCreator\bin\jom.exe -f Makefile.Debug
      C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\bin\uic.exe ..\QtTracker3\dialog.ui -o ui_dialog.h
      cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fddebug\QtTracker3.pdb -DUNICODE -DWIN32 -DWIN64 -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"C:\OpenCV249\build\x64\vc12\lib" -I"C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\include" -I"C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @C:\Users\ROBERT~1.CRE\AppData\Local\Temp\main.obj.9000.15.jom
      main.cpp
      C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\bin\moc.exe -DUNICODE -DWIN32 -DWIN64 -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -D_MSC_VER=1800 -D_WIN32 -D_WIN64 -IC:/Qt/Qt5.4.0/5.4/msvc2013_64_opengl/mkspecs/win32-msvc2013 -ID:/AllProgrammingProjs/QtGUIProjects/QtTracker3 -IC:/OpenCV249/build/x64/vc12/lib -IC:/Qt/Qt5.4.0/5.4/msvc2013_64_opengl/include -IC:/Qt/Qt5.4.0/5.4/msvc2013_64_opengl/include/QtWidgets -IC:/Qt/Qt5.4.0/5.4/msvc2013_64_opengl/include/QtGui -IC:/Qt/Qt5.4.0/5.4/msvc2013_64_opengl/include/QtCore -I. ..\QtTracker3\dialog.h -o debug\moc_dialog.cpp
      cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fddebug\QtTracker3.pdb -DUNICODE -DWIN32 -DWIN64 -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"C:\OpenCV249\build\x64\vc12\lib" -I"C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\include" -I"C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @C:\Users\ROBERT~1.CRE\AppData\Local\Temp\dialog.obj.9000.62.jom
      dialog.cpp
      cl -c -nologo -Zm200 -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc /Fddebug\QtTracker3.pdb -DUNICODE -DWIN32 -DWIN64 -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I"C:\OpenCV249\build\x64\vc12\lib" -I"C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\include" -I"C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\include\QtWidgets" -I"C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\include\QtGui" -I"C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\Qt5.4.0\5.4\msvc2013_64_opengl\mkspecs\win32-msvc2013" -Fodebug\ @C:\Users\ROBERT~1.CRE\AppData\Local\Temp\moc_dialog.obj.9000.156.jom
      moc_dialog.cpp
      ..\QtTracker3\dialog.cpp(53) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
      ..\QtTracker3\dialog.cpp(54) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
      link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture=''" /MANIFEST:embed /OUT:debug\QtTracker3.exe @C:\Users\ROBERT~1.CRE\AppData\Local\Temp\QtTracker3.exe.9000.1544.jom
      13:20:45: The process "C:\Qt\Qt5.4.0\Tools\QtCreator\bin\jom.exe" exited normally.
      13:20:45: Elapsed time: 00:02.

      1 Reply Last reply Reply Quote 0
      • First post
        Last post