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. Enable Vulkan in Qt
Forum Updated to NodeBB v4.3 + New Features

Enable Vulkan in Qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 1.0k 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.
  • S Offline
    S Offline
    Scapior
    wrote on last edited by
    #1

    I want to use Vulkan API (QVulkanInstance, etc) in Qt. For this need build Qt from source fully? Or only QtGui enough?
    I try build project on ...\Qt\5.10.0\Src\qtbase\src\gui, but got "Could not find feature opengl.*", and try configure.bat --gui, but got

    D:/Programs/Qt/5.10.0/Src/qtbase/qmake/library/qmakebuiltins.cpp:512:32: error: '_pclose' was not declared in this scope
             int ec = QT_PCLOSE(proc);
                                    ^
    Makefile:254: recipe for target 'qmakebuiltins.o' failed
    mingw32-make: *** [qmakebuiltins.o] Error 1
    
    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      It's available in 5.10 as described here. You need to have the required dependencies installed.

      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