diff options
author | Alexandru Croitor <alexandru.croitor@qt.io> | 2020-05-26 13:19:58 +0200 |
---|---|---|
committer | Alexandru Croitor <alexandru.croitor@qt.io> | 2020-05-26 13:53:52 +0200 |
commit | ddd4bbb2d4d234b8acc7f71065c1fc650ee1008e (patch) | |
tree | 596847bcadd6f1e9459a72d1ea24c5e97653c1ac /src/client/client.pro | |
parent | cf2645bdd9e9c6fd512fafdedb03e0e6ec395ea0 (diff) | |
download | qtwayland-ddd4bbb2d4d234b8acc7f71065c1fc650ee1008e.tar.gz |
Adapt to removal of vulkan_support in qtbase
QtVulkanSupport module has been removed and its content was merged
into QtGui and QtOpenGL in 7a1650e34331f87bab5a9372087d2a1135f9f63a
in qtbase.
Change-Id: I33b567208aebfeb15350ea088cb7fcd092e2a48a
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/client/client.pro')
-rw-r--r-- | src/client/client.pro | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/client.pro b/src/client/client.pro index 4aeba860..3355d663 100644 --- a/src/client/client.pro +++ b/src/client/client.pro @@ -5,10 +5,6 @@ QT += core-private gui-private QT_FOR_PRIVATE += service_support-private QT_PRIVATE += fontdatabase_support-private eventdispatcher_support-private theme_support-private -qtConfig(vulkan) { - QT_PRIVATE += vulkan_support-private -} - # We have a bunch of C code with casts, so we can't have this option QMAKE_CXXFLAGS_WARN_ON -= -Wcast-qual |