Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How can you build and run the analogclock example

How can you build and run the analogclock example

Scheduled Pinned Locked Moved General and Desktop
6 Posts 2 Posters 3.6k 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.
  • C Offline
    C Offline
    chadberk
    wrote on last edited by
    #1

    I have been attempting to build and run the analogclock example since Saturday, but I have ran into several issues. I first attempted to use 5.0.2, but then I moved onto RC1 due to a suggestion from the #qt irc channel on freenode. What I would like to do a build the analogclock example, and run it in debug from Visual Studio 2012. I not using Qt Creator.

    I have been able to build the visual studio project, but when I go to run in debug I get the error

    The program can't start because Qt5Guid.dll is missing from your computer. Try reinstalling the program to fix this problem.

    Question 1) How can I build Qt5Guid.dll using Visual Studio 2012 without using Qt Creator?

    As a test, I then tried to build and run release. I was able to build, but when I went to run I would get the error

    The program can't start because libGLESv2.dll is missing from your computer. Try reinstalling the program to fix this problem.

    Question 2) Where can I get the libGLESv2.dll that is required to run the sample for analogclock?

    (I also noticed that if I attempt to build other examples, it said I was missing the head for gles).

    1 Reply Last reply
    0
    • raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      when do you receive the error message? when you try to start the application "manually" in the build directory? Or out of the VS IDE?

      Please also see "this":http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • C Offline
        C Offline
        chadberk
        wrote on last edited by
        #3

        When I start the run the application from the VS IDE, which I would like to be able to do.

        1 Reply Last reply
        0
        • raven-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #4

          ok..then you may add the project properties or ensure that your PATH environment variable contains the path: "<qt-path>\qtbase\bin"

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          1 Reply Last reply
          0
          • C Offline
            C Offline
            chadberk
            wrote on last edited by
            #5

            The path is correct, the problem is that I have no QtGui5d.dll anywhere. It is not included with RC1, it needs to be built. How can I build that .dll with Visual Studio 2012 without using Qt Creator?

            The RC1 that I have is from http://anychimirror101.mirrors.tds.net/pub/Qt/development_releases/qt/5.1/5.1.0-rc1/qt-windows-opensource-5.1.0-rc1-msvc2012-x86-offline.exe

            1 Reply Last reply
            0
            • raven-worxR Offline
              raven-worxR Offline
              raven-worx
              Moderators
              wrote on last edited by
              #6

              i've just downloaded the installer you've posted and all libraries are contained: <Qt-install-dir>\5.1.0-rc1\msvc2012\bin

              --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
              If you have a question please use the forum so others can benefit from the solution in the future

              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