Qt Forum

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

    Forum Updated on Feb 6th

    Opencv link to Qt !! cmake problem

    Installation and Deployment
    3
    4
    2685
    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
      Bekhouche last edited by

      Hello,
      I get this errors in cmake
      @
      CMake Error at E:/Qt/Qt5.2.1/5.2.1/mingw48_32/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:16 (message):
      Failed to find "glu32" in "" with CMAKE_CXX_LIBRARY_ARCHITECTURE "".
      Call Stack (most recent call first):
      E:/Qt/Qt5.2.1/5.2.1/mingw48_32/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:52 (_qt5gui_find_extra_libs)
      E:/Qt/Qt5.2.1/5.2.1/mingw48_32/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:152 (include)
      cmake/OpenCVFindLibsGUI.cmake:19 (find_package)
      CMakeLists.txt:434 (include)
      @
      opengl32 glu32 gdi32

      How i fix that, I'm using Windows 8.1 x64
      Qt5.2.1 x32
      opencv 2.4.8 windows
      cmake-2.8.12.2-win32-x86
      ..............................................
      i read this http://stackoverflow.com/questions/15881913/how-to-link-opencv-in-qtcreator-and-use-qt-library to link opencv with qt, but it didn't work and i get that problem
      please in need help

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        Do you have the glu32 library installed somewhere on your system ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 0
        • E
          Elador last edited by

          I have exactly the same error with Qt 5.2.1 and 5.3 beta.
          glu32 is installed in several locations in C:\Program Files (x86)\Windows Kits.

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            Same architecture as Qt ?

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

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