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:
@@ -43,9 +43,6 @@ add_qtc_library(KSyntaxHighlighting SHARED
|
||||
src/lib/xml_p.h
|
||||
)
|
||||
qtc_add_public_header(autogenerated/src/lib/State)
|
||||
# transitional qmake plugin build support
|
||||
qtc_add_public_header(${CMAKE_CURRENT_SOURCE_DIR}/../../../shared/syntax/syntax_shared.pri)
|
||||
qtc_add_public_header(syntax-highlighting_dependencies.pri)
|
||||
|
||||
if(TARGET KSyntaxHighlighting)
|
||||
install(
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
INCLUDEPATH *= $$PWD/src/lib
|
||||
INCLUDEPATH *= $$PWD
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/src/lib/ksyntaxhighlighting_logging.cpp
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/ksyntaxhighlighting_version.h \
|
||||
$$PWD/src/lib/ksyntaxhighlighting_logging.h \
|
||||
$$PWD/src/lib/ksyntaxhighlighting_export.h
|
||||
@@ -1,11 +0,0 @@
|
||||
TEMPLATE = aux
|
||||
|
||||
include(../../../../../qtcreator.pri)
|
||||
|
||||
STATIC_BASE = $$PWD
|
||||
STATIC_OUTPUT_BASE = $$IDE_DATA_PATH/generic-highlighter
|
||||
STATIC_INSTALL_BASE = $$INSTALL_DATA_PATH/generic-highlighter
|
||||
|
||||
STATIC_FILES += $$files($$PWD/syntax/*, true)
|
||||
|
||||
include(../../../../../qtcreatordata.pri)
|
||||
@@ -1,56 +0,0 @@
|
||||
include(../../../qtcreatorlibrary.pri)
|
||||
include(autogenerated/autogenerated.pri)
|
||||
|
||||
QT += network
|
||||
|
||||
DEFINES += KF5SyntaxHighlighting_EXPORTS
|
||||
|
||||
RESOURCES += \
|
||||
data/themes/theme-data.qrc
|
||||
|
||||
HEADERS += \
|
||||
src/lib/abstracthighlighter.h \
|
||||
src/lib/abstracthighlighter_p.h \
|
||||
src/lib/context_p.h \
|
||||
src/lib/contextswitch_p.h \
|
||||
src/lib/definition.h \
|
||||
src/lib/definition_p.h \
|
||||
src/lib/definitiondownloader.h \
|
||||
src/lib/definitionref_p.h \
|
||||
src/lib/foldingregion.h \
|
||||
src/lib/format.h \
|
||||
src/lib/format_p.h \
|
||||
src/lib/htmlhighlighter.h \
|
||||
src/lib/keywordlist_p.h \
|
||||
src/lib/matchresult_p.h \
|
||||
src/lib/repository.h \
|
||||
src/lib/repository_p.h \
|
||||
src/lib/rule_p.h \
|
||||
src/lib/state.h \
|
||||
src/lib/state_p.h \
|
||||
src/lib/syntaxhighlighter.h \
|
||||
src/lib/textstyledata_p.h \
|
||||
src/lib/theme.h \
|
||||
src/lib/themedata_p.h \
|
||||
src/lib/wildcardmatcher_p.h \
|
||||
src/lib/worddelimiters_p.h \
|
||||
src/lib/xml_p.h \
|
||||
|
||||
SOURCES += \
|
||||
src/lib/abstracthighlighter.cpp \
|
||||
src/lib/context.cpp \
|
||||
src/lib/contextswitch.cpp \
|
||||
src/lib/definition.cpp \
|
||||
src/lib/definitiondownloader.cpp \
|
||||
src/lib/foldingregion.cpp \
|
||||
src/lib/format.cpp \
|
||||
src/lib/htmlhighlighter.cpp \
|
||||
src/lib/keywordlist.cpp \
|
||||
src/lib/repository.cpp \
|
||||
src/lib/rule.cpp \
|
||||
src/lib/state.cpp \
|
||||
src/lib/syntaxhighlighter.cpp \
|
||||
src/lib/theme.cpp \
|
||||
src/lib/themedata.cpp \
|
||||
src/lib/wildcardmatcher.cpp \
|
||||
src/lib/worddelimiters.cpp \
|
||||
@@ -1,3 +0,0 @@
|
||||
QTC_LIB_NAME = KSyntaxHighlighting
|
||||
INCLUDEPATH *= $$PWD/src/lib
|
||||
INCLUDEPATH *= $$PWD/autogenerated/src/lib
|
||||
Reference in New Issue
Block a user