aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-01-14 12:44:53 +0100
committerEike Ziller <eike.ziller@qt.io>2022-01-20 12:18:15 +0000
commit9d8a419d107ae8219c84bc9178bfed76b94fa930 (patch)
tree110e9f16dd2e3d9c03b2dc38d2b261663606fb4f /src/plugins/glsleditor
parent3c3580c7701ccf43ca014e19aa5fa210e90b4ed3 (diff)
Remove qmake build files
Removes qmake as a build system for building Qt Creator itself. Keep them for some tests that are not completely moved to CMake yet. Change-Id: I846c6ef65626b6dfae6375fdc85d00677aa8c2fb Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/glsleditor')
-rw-r--r--src/plugins/glsleditor/glsleditor.pro23
-rw-r--r--src/plugins/glsleditor/glsleditor_dependencies.pri10
2 files changed, 0 insertions, 33 deletions
diff --git a/src/plugins/glsleditor/glsleditor.pro b/src/plugins/glsleditor/glsleditor.pro
deleted file mode 100644
index 5abc106970..0000000000
--- a/src/plugins/glsleditor/glsleditor.pro
+++ /dev/null
@@ -1,23 +0,0 @@
-include(../../qtcreatorplugin.pri)
-
-DEFINES += \
- GLSLEDITOR_LIBRARY
-
-HEADERS += \
-glsleditor.h \
-glsleditorconstants.h \
-glsleditorplugin.h \
-glslhighlighter.h \
-glslautocompleter.h \
-glslindenter.h \
-glslcompletionassist.h
-
-SOURCES += \
-glsleditor.cpp \
-glsleditorplugin.cpp \
-glslhighlighter.cpp \
-glslautocompleter.cpp \
-glslindenter.cpp \
-glslcompletionassist.cpp
-
-RESOURCES += glsleditor.qrc
diff --git a/src/plugins/glsleditor/glsleditor_dependencies.pri b/src/plugins/glsleditor/glsleditor_dependencies.pri
deleted file mode 100644
index 53578e191a..0000000000
--- a/src/plugins/glsleditor/glsleditor_dependencies.pri
+++ /dev/null
@@ -1,10 +0,0 @@
-QTC_PLUGIN_NAME = GLSLEditor
-QTC_LIB_DEPENDS += \
- extensionsystem \
- glsl \
- utils \
- cplusplus
-QTC_PLUGIN_DEPENDS += \
- coreplugin \
- texteditor \
- cppeditor