summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/platformheaders/.prev_CMakeLists.txt')
-rw-r--r--src/platformheaders/.prev_CMakeLists.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/platformheaders/.prev_CMakeLists.txt b/src/platformheaders/.prev_CMakeLists.txt
index 5456de5c80..d752381fb7 100644
--- a/src/platformheaders/.prev_CMakeLists.txt
+++ b/src/platformheaders/.prev_CMakeLists.txt
@@ -1,2 +1,25 @@
# Generated from platformheaders.pro.
+#####################################################################
+## PlatformHeaders Module:
+#####################################################################
+
+qt_add_module(PlatformHeaders
+ HEADER_MODULE
+ SOURCES
+ cocoafunctions/qcocoawindowfunctions_p.h
+ eglfsfunctions/qeglfsfunctions_p.h
+ helper/qplatformheaderhelper_p.h
+ linuxfbfunctions/qlinuxfbfunctions_p.h
+ waylandfunctions/qwaylandwindowfunctions_p.h
+ windowsfunctions/qwindowswindowfunctions_p.h
+ xcbfunctions/qxcbscreenfunctions_p.h
+ xcbfunctions/qxcbwindowfunctions_p.h
+ PUBLIC_LIBRARIES
+ Qt::Core
+ Qt::Gui
+)
+qt_add_docs(PlatformHeaders
+ doc/qtplatformheaders.qdocconf
+)
+