forked from qt-creator/qt-creator
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:
@@ -1,123 +0,0 @@
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(../../shared/clang/clang_installation.pri)
|
||||
|
||||
include(../../shared/clang/clang_defines.pri)
|
||||
|
||||
requires(!isEmpty(LLVM_VERSION))
|
||||
|
||||
SOURCES += \
|
||||
clangactivationsequencecontextprocessor.cpp \
|
||||
clangactivationsequenceprocessor.cpp \
|
||||
clangassistproposalitem.cpp \
|
||||
clangassistproposalmodel.cpp \
|
||||
clangbackendcommunicator.cpp \
|
||||
clangbackendlogging.cpp \
|
||||
clangbackendreceiver.cpp \
|
||||
clangbackendsender.cpp \
|
||||
clangcodemodelplugin.cpp \
|
||||
clangcompletionassistinterface.cpp \
|
||||
clangcompletionassistprocessor.cpp \
|
||||
clangcompletionassistprovider.cpp \
|
||||
clangcompletionchunkstotextconverter.cpp \
|
||||
clangcompletioncontextanalyzer.cpp \
|
||||
clangcurrentdocumentfilter.cpp \
|
||||
clangdiagnosticfilter.cpp \
|
||||
clangdiagnosticmanager.cpp \
|
||||
clangdiagnostictooltipwidget.cpp \
|
||||
clangdqpropertyhighlighter.cpp \
|
||||
clangeditordocumentparser.cpp \
|
||||
clangeditordocumentprocessor.cpp \
|
||||
clangfixitoperation.cpp \
|
||||
clangfixitoperationsextractor.cpp \
|
||||
clangfollowsymbol.cpp \
|
||||
clangfunctionhintmodel.cpp \
|
||||
clanghighlightingresultreporter.cpp \
|
||||
clanghoverhandler.cpp \
|
||||
clangmodelmanagersupport.cpp \
|
||||
clangpreprocessorassistproposalitem.cpp \
|
||||
clangprojectsettings.cpp \
|
||||
clangprojectsettingswidget.cpp \
|
||||
clangrefactoringengine.cpp \
|
||||
clangtextmark.cpp \
|
||||
clanguiheaderondiskmanager.cpp \
|
||||
clangutils.cpp \
|
||||
clangoverviewmodel.cpp \
|
||||
clangdclient.cpp \
|
||||
clangdquickfixfactory.cpp \
|
||||
clangdlocatorfilters.cpp \
|
||||
moc/parser.cpp \
|
||||
moc/preprocessor.cpp \
|
||||
moc/token.cpp
|
||||
|
||||
HEADERS += \
|
||||
clangactivationsequencecontextprocessor.h \
|
||||
clangactivationsequenceprocessor.h \
|
||||
clangassistproposalitem.h \
|
||||
clangassistproposalmodel.h \
|
||||
clangbackendcommunicator.h \
|
||||
clangbackendlogging.h \
|
||||
clangbackendreceiver.h \
|
||||
clangbackendsender.h \
|
||||
clangcodemodelplugin.h \
|
||||
clangcompletionassistinterface.h \
|
||||
clangcompletionassistprocessor.h \
|
||||
clangcompletionassistprovider.h \
|
||||
clangcompletionchunkstotextconverter.h \
|
||||
clangcompletioncontextanalyzer.h \
|
||||
clangconstants.h \
|
||||
clangcurrentdocumentfilter.h \
|
||||
clangdiagnosticfilter.h \
|
||||
clangdiagnosticmanager.h \
|
||||
clangdiagnostictooltipwidget.h \
|
||||
clangdqpropertyhighlighter.h \
|
||||
clangeditordocumentparser.h \
|
||||
clangeditordocumentprocessor.h \
|
||||
clangfixitoperation.h \
|
||||
clangfixitoperationsextractor.h \
|
||||
clangfollowsymbol.h \
|
||||
clangfunctionhintmodel.h \
|
||||
clanghighlightingresultreporter.h \
|
||||
clanghoverhandler.h \
|
||||
clangisdiagnosticrelatedtolocation.h \
|
||||
clangmodelmanagersupport.h \
|
||||
clangpreprocessorassistproposalitem.h \
|
||||
clangprojectsettings.h \
|
||||
clangprojectsettingswidget.h \
|
||||
clangrefactoringengine.h \
|
||||
clangtextmark.h \
|
||||
clanguiheaderondiskmanager.h \
|
||||
clangutils.h \
|
||||
clangoverviewmodel.h \
|
||||
clangdclient.h \
|
||||
clangdquickfixfactory.h \
|
||||
clangdlocatorfilters.h \
|
||||
moc/keywords.cpp \
|
||||
moc/parser.h \
|
||||
moc/ppkeywords.cpp \
|
||||
moc/preprocessor.h \
|
||||
moc/symbols.h \
|
||||
moc/token.h \
|
||||
moc/utils.h
|
||||
|
||||
FORMS += clangprojectsettingswidget.ui
|
||||
|
||||
DISTFILES += \
|
||||
README \
|
||||
$${IDE_SOURCE_TREE}/doc/src/editors/creator-only/creator-clang-codemodel.qdoc
|
||||
|
||||
equals(TEST, 1) {
|
||||
HEADERS += \
|
||||
test/clangautomationutils.h \
|
||||
test/clangbatchfileprocessor.h \
|
||||
test/clangcodecompletion_test.h \
|
||||
test/clangdtests.h
|
||||
|
||||
SOURCES += \
|
||||
test/clangautomationutils.cpp \
|
||||
test/clangbatchfileprocessor.cpp \
|
||||
test/clangcodecompletion_test.cpp \
|
||||
test/clangdtests.cpp
|
||||
|
||||
RESOURCES += test/data/clangtestdata.qrc
|
||||
OTHER_FILES += $$files(test/data/*)
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
QTC_PLUGIN_NAME = ClangCodeModel
|
||||
QTC_LIB_DEPENDS += \
|
||||
utils \
|
||||
clangsupport
|
||||
QTC_PLUGIN_DEPENDS += \
|
||||
coreplugin \
|
||||
cppeditor \
|
||||
languageclient \
|
||||
texteditor
|
||||
QTC_TEST_DEPENDS += \
|
||||
qmakeprojectmanager
|
||||
|
||||
equals(TEST, 1): QTC_PLUGIN_DEPENDS += qtsupport
|
||||
@@ -1,28 +0,0 @@
|
||||
INCLUDEPATH += $$PWD
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/clangcompletionchunkstotextconverter.cpp \
|
||||
$$PWD/clangdiagnosticfilter.cpp \
|
||||
$$PWD/clangfixitoperation.cpp \
|
||||
$$PWD/clanghighlightingresultreporter.cpp \
|
||||
$$PWD/clanguiheaderondiskmanager.cpp
|
||||
|
||||
!isEmpty(QTC_UNITTEST_BUILD_CPP_PARSER):SOURCES+= \
|
||||
$$PWD/clangactivationsequenceprocessor.cpp \
|
||||
$$PWD/clangactivationsequencecontextprocessor.cpp
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/clangcompletionchunkstotextconverter.h \
|
||||
$$PWD/clangdiagnosticfilter.h \
|
||||
$$PWD/clangfixitoperation.h \
|
||||
$$PWD/clanghighlightingresultreporter.h \
|
||||
$$PWD/clangisdiagnosticrelatedtolocation.h \
|
||||
$$PWD/clanguiheaderondiskmanager.h
|
||||
|
||||
!isEmpty(QTC_UNITTEST_BUILD_CPP_PARSER):SOURCES+= \
|
||||
$$PWD/clangactivationsequencecontextprocessor.h \
|
||||
$$PWD/clangactivationsequenceprocessor.h \
|
||||
$$PWD/clangcompletioncontextanalyzer.cpp \
|
||||
$$PWD/clangcompletioncontextanalyzer.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user