summaryrefslogtreecommitdiffstats
path: root/src/openglextensions/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/openglextensions/CMakeLists.txt')
-rw-r--r--src/openglextensions/CMakeLists.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/openglextensions/CMakeLists.txt b/src/openglextensions/CMakeLists.txt
deleted file mode 100644
index d2fc027398..0000000000
--- a/src/openglextensions/CMakeLists.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-# Generated from openglextensions.pro.
-
-#####################################################################
-## OpenGLExtensions Module:
-#####################################################################
-
-qt_add_module(OpenGLExtensions
- STATIC
- SOURCES
- qopenglextensions.cpp qopenglextensions.h
- DEFINES
- QT_NO_CAST_FROM_ASCII
- QT_NO_FOREACH
- PUBLIC_LIBRARIES
- Qt::Core
- Qt::Gui
-)
-
-## Scopes:
-#####################################################################