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. error: opengl32.lib: No such file or directory
QtWS25 Last Chance

error: opengl32.lib: No such file or directory

Scheduled Pinned Locked Moved Unsolved General and Desktop
openglplotting
2 Posts 2 Posters 466 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.
  • H Offline
    H Offline
    HimanshuKaushik
    wrote on 27 May 2022, 09:21 last edited by
    #1

    Hello guys
    I'm doing project on plotting graph using qcustom plot in RHEL 7(linux) and found this similar GitHub project . So I downloaded it and opened the project in my RHEL 7 environment. When I try to build the project it gives me this error

    error: opengl32.lib: No such file or directory
    

    So when I checked its .pro file I found that the following line was mentioned

    LIB+ =opengl32.lib
    

    I tried searching for this lib file but could not find it.

    GitHub project link- Smart Plotting project link

    Please suggest how do I build it in RHEL environment

    C 1 Reply Last reply 27 May 2022, 09:29
    0
    • H HimanshuKaushik
      27 May 2022, 09:21

      Hello guys
      I'm doing project on plotting graph using qcustom plot in RHEL 7(linux) and found this similar GitHub project . So I downloaded it and opened the project in my RHEL 7 environment. When I try to build the project it gives me this error

      error: opengl32.lib: No such file or directory
      

      So when I checked its .pro file I found that the following line was mentioned

      LIB+ =opengl32.lib
      

      I tried searching for this lib file but could not find it.

      GitHub project link- Smart Plotting project link

      Please suggest how do I build it in RHEL environment

      C Offline
      C Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on 27 May 2022, 09:29 last edited by
      #2

      @HimanshuKaushik said in error: opengl32.lib: No such file or directory:

      Please suggest how do I build it in RHEL environment

      Don't link against opengl32.lib then - it's a windows library.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      1 Reply Last reply
      0

      2/2

      27 May 2022, 09:29

      • Login

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