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>
This commit is contained in:
Eike Ziller
2022-01-14 12:44:53 +01:00
parent 3c3580c770
commit 9d8a419d10
483 changed files with 0 additions and 13336 deletions

View File

@@ -1,15 +0,0 @@
include(../../qtcreatorplugin.pri)
HEADERS += annotationhighlighter.h \
cvsplugin.h \
cvseditor.h \
cvssubmiteditor.h \
cvssettings.h \
cvsutils.h
SOURCES += annotationhighlighter.cpp \
cvsplugin.cpp \
cvseditor.cpp \
cvssubmiteditor.cpp \
cvssettings.cpp \
cvsutils.cpp

View File

@@ -1,8 +0,0 @@
QTC_PLUGIN_NAME = CVS
QTC_LIB_DEPENDS += \
extensionsystem \
utils
QTC_PLUGIN_DEPENDS += \
texteditor \
coreplugin \
vcsbase