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. QtOpenGL deployment

QtOpenGL deployment

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 1.9k Views
  • 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.
  • A Offline
    A Offline
    aVoX
    wrote on last edited by
    #1

    Hello everybody!
    I played a little bit with Qt and OpenGL using QtOpenGL. When deploying the application and starting it somewhere else it fails with the error The program can't start because QtOpenGL.dll is missing from your computer. Try reinstalling the program to fix this problem.
    Apparently QtOpenGL libraries are linked dynamically by default. Is there a way to change it to static linkage?

    Thanks in advance.

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      You would need to compile your own static build of the libraries. There is an "example in the wiki":https://qt-project.org/wiki/How_to_build_a_static_Qt_version_for_Windows_with_gcc

      However, when you like to distribute, you certainly should check also the "licensing":http://qt.nokia.com/products/licensing implications

      Vote the answer(s) that helped you to solve your issue(s)

      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