summaryrefslogtreecommitdiff
path: root/src/client/client.pro
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-05-26 13:19:58 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-05-26 13:53:52 +0200
commitddd4bbb2d4d234b8acc7f71065c1fc650ee1008e (patch)
tree596847bcadd6f1e9459a72d1ea24c5e97653c1ac /src/client/client.pro
parentcf2645bdd9e9c6fd512fafdedb03e0e6ec395ea0 (diff)
downloadqtwayland-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.pro4
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