summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-07-29 15:41:52 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-08-04 07:12:32 +0200
commita00ad951370742241a8c86bc937fc37b13565127 (patch)
tree80ed29d7b8a4d4e86d12b721e48d83e53c34cf51 /src/platformheaders/CMakeLists.txt
parent4595fb2c1edce6d2f5e7616111702018d3778001 (diff)
Remove last remaining bits of QtPlatformHeaders
Task-number: QTBUG-84220 Change-Id: I951e04bfe9358a99951d1d61ff47b675584b7f81 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/platformheaders/CMakeLists.txt')
-rw-r--r--src/platformheaders/CMakeLists.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/platformheaders/CMakeLists.txt b/src/platformheaders/CMakeLists.txt
deleted file mode 100644
index d4ea3251e9..0000000000
--- a/src/platformheaders/CMakeLists.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-# Generated from platformheaders.pro.
-
-#####################################################################
-## PlatformHeaders Module:
-#####################################################################
-
-qt_add_module(PlatformHeaders
- HEADER_MODULE
- # special case begin
- # SOURCES
- # eglfsfunctions/qeglfsfunctions_p.h
- # helper/qplatformheaderhelper_p.h
- # waylandfunctions/qwaylandwindowfunctions_p.h
- # special case end
- PUBLIC_LIBRARIES
- Qt::Core
- Qt::Gui
-)
-qt_add_docs(PlatformHeaders
- doc/qtplatformheaders.qdocconf
-)
-