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,64 +0,0 @@
include(../../qtcreatorplugin.pri)
DEFINES += \
QMLJSEDITOR_LIBRARY
HEADERS += \
qmljseditor.h \
qmljseditor_global.h \
qmljseditorconstants.h \
qmljseditorplugin.h \
qmlexpressionundercursor.h \
qmljshighlighter.h \
qmljshoverhandler.h \
qmljscomponentfromobjectdef.h \
qmljsoutline.h \
qmloutlinemodel.h \
qmltaskmanager.h \
qmljsoutlinetreeview.h \
qmljseditingsettingspage.h \
quicktoolbar.h \
qmljscomponentnamedialog.h \
qmljsfindreferences.h \
qmljsautocompleter.h \
qmljsreuse.h \
qmljsquickfixassist.h \
qmljscompletionassist.h \
qmljsquickfix.h \
qmljssemanticinfoupdater.h \
qmljssemantichighlighter.h \
qmljswrapinloader.h \
qmljseditordocument.h \
qmljseditordocument_p.h \
qmljstextmark.h
SOURCES += \
qmljseditor.cpp \
qmljseditorplugin.cpp \
qmlexpressionundercursor.cpp \
qmljshighlighter.cpp \
qmljshoverhandler.cpp \
qmljscomponentfromobjectdef.cpp \
qmljsoutline.cpp \
qmloutlinemodel.cpp \
qmltaskmanager.cpp \
qmljsquickfixes.cpp \
qmljsoutlinetreeview.cpp \
qmljseditingsettingspage.cpp \
quicktoolbar.cpp \
qmljscomponentnamedialog.cpp \
qmljsfindreferences.cpp \
qmljsautocompleter.cpp \
qmljsreuse.cpp \
qmljsquickfixassist.cpp \
qmljscompletionassist.cpp \
qmljsquickfix.cpp \
qmljssemanticinfoupdater.cpp \
qmljssemantichighlighter.cpp \
qmljswrapinloader.cpp \
qmljseditordocument.cpp \
qmljstextmark.cpp
FORMS += \
qmljseditingsettingspage.ui \
qmljscomponentnamedialog.ui

View File

@@ -1,12 +0,0 @@
QTC_PLUGIN_NAME = QmlJSEditor
QTC_LIB_DEPENDS += \
extensionsystem \
languageutils \
qmljs \
qmleditorwidgets \
utils
QTC_PLUGIN_DEPENDS += \
coreplugin \
texteditor \
projectexplorer \
qmljstools