summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/eglconvenience/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/platformsupport/eglconvenience/.prev_CMakeLists.txt')
-rw-r--r--src/platformsupport/eglconvenience/.prev_CMakeLists.txt50
1 files changed, 0 insertions, 50 deletions
diff --git a/src/platformsupport/eglconvenience/.prev_CMakeLists.txt b/src/platformsupport/eglconvenience/.prev_CMakeLists.txt
deleted file mode 100644
index c00cc30d62..0000000000
--- a/src/platformsupport/eglconvenience/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-# Generated from eglconvenience.pro.
-
-#####################################################################
-## EglSupport Module:
-#####################################################################
-
-qt_add_module(EglSupport
- STATIC
- INTERNAL_MODULE
- SOURCES
- qeglconvenience.cpp qeglconvenience_p.h
- qeglstreamconvenience.cpp qeglstreamconvenience_p.h
- qt_egl_p.h
- DEFINES
- QT_NO_CAST_FROM_ASCII
- PUBLIC_LIBRARIES
- Qt::CorePrivate
- Qt::GuiPrivate
- PRECOMPILED_HEADER
- "../../corelib/global/qt_pch.h"
-)
-
-#### Keys ignored in scope 1:.:.:eglconvenience.pro:<TRUE>:
-# MODULE = "egl_support"
-
-## Scopes:
-#####################################################################
-
-qt_extend_target(EglSupport CONDITION QT_FEATURE_opengl
- SOURCES
- qeglpbuffer.cpp qeglpbuffer_p.h
- qeglplatformcontext.cpp qeglplatformcontext_p.h
-)
-
-qt_extend_target(EglSupport CONDITION QT_FEATURE_egl_x11
- SOURCES
- qxlibeglintegration.cpp qxlibeglintegration_p.h
- LIBRARIES
- X11::X11
-)
-
-qt_extend_target(EglSupport CONDITION NOT QT_FEATURE_egl_x11
- DEFINES
- QT_EGL_NO_X11
-)
-
-qt_extend_target(EglSupport CONDITION QT_FEATURE_dlopen
- PUBLIC_LIBRARIES
- ${CMAKE_DL_LIBS}
-)