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. QTOpenCL configuring and installation
Qt 6.11 is out! See what's new in the release blog

QTOpenCL configuring and installation

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 1.5k 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.
  • F Offline
    F Offline
    FacundoGFlores
    wrote on last edited by
    #1

    Hello! I wanted to start with QTOpenCL, so I did:

    @git clone git://gitorious.org/qt-labs/opencl.git@

    Previously, I had installed qtcreator and qtdesigner. So I tried:

    @$ ./configure

    This is the QtOpenCL configuration utility.

    ./configure: /usr/bin/qmake must be at least version 4.6.0
    Specify the correct qmake binary with the -qmake option
    @

    Checking qmake version and where it is:

    @$ whereis qmake
    qmake: /usr/bin/qmake /usr/bin/X11/qmake

    $ /usr/bin/qmake --version
    QMake version 3.0
    Using Qt version 5.0.1 in /usr/lib/x86_64-linux-gnu@

    I thought having QT version > 5.0 I could install QTOpenCL correctly, but it seems incorrect. So what can I do?

    1 Reply Last reply
    0
    • F Offline
      F Offline
      FacundoGFlores
      wrote on last edited by
      #2

      I had installed @qmake-qt4@ So I did:

      @./configure -qmake /usr/bin/qmake-qt4 -I <NVIDIA-OPENCL-PATH>@

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        If i have read the information correctly, QtOpenCL was designed for Qt 4 I can't however tell you whether some work for Qt 5 has been done.

        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
        0

        • Login

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