Remove qmake build files

Change-Id: I88f7bf7b04429a2501ad34dea7663ee8dafba820
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Eike Ziller
2022-01-26 11:38:35 +01:00
parent f37bd2436d
commit 0280455623
4 changed files with 0 additions and 66 deletions

View File

@@ -1,6 +0,0 @@
build_online_docs: \
DOC_FILES = $$PWD/fossil-online.qdocconf
else: \
DOC_FILES = $$PWD/fossil.qdocconf
include($$IDE_SOURCE_TREE/docs.pri)

View File

@@ -1,11 +0,0 @@
isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE = $$(QTC_SOURCE)
isEmpty(IDE_SOURCE_TREE): error("You need to set the environment variable QTC_SOURCE to point to the directory where the Qt Creator sources are")
isEmpty(IDE_BUILD_TREE): IDE_BUILD_TREE = $$(QTC_BUILD)
isEmpty(IDE_BUILD_TREE): error("You need to set the environment variable QTC_BUILD to point to the directory where Qt Creator was built")
TEMPLATE = subdirs
SUBDIRS += plugins/fossil
include($$IDE_SOURCE_TREE/qtcreator.pri)
include(doc/doc.pri)

View File

@@ -1,40 +0,0 @@
isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE = $$(QTC_SOURCE)
isEmpty(IDE_SOURCE_TREE): error("You need to set the environment variable QTC_SOURCE to point to the directory where the Qt Creator sources are")
isEmpty(IDE_BUILD_TREE): IDE_BUILD_TREE = $$(QTC_BUILD)
isEmpty(IDE_BUILD_TREE): error("You need to set the environment variable QTC_BUILD to point to the directory where Qt Creator was built")
include($$IDE_SOURCE_TREE/src/qtcreatorplugin.pri)
SOURCES += \
fossilclient.cpp \
fossilplugin.cpp \
fossilsettings.cpp \
commiteditor.cpp \
fossilcommitwidget.cpp \
fossileditor.cpp \
annotationhighlighter.cpp \
pullorpushdialog.cpp \
branchinfo.cpp \
configuredialog.cpp \
revisioninfo.cpp \
wizard/fossiljsextension.cpp
HEADERS += \
fossilclient.h \
constants.h \
fossilplugin.h \
fossilsettings.h \
commiteditor.h \
fossilcommitwidget.h \
fossileditor.h \
annotationhighlighter.h \
pullorpushdialog.h \
branchinfo.h \
configuredialog.h \
revisioninfo.h \
wizard/fossiljsextension.h
FORMS += \
revertdialog.ui \
fossilcommitpanel.ui \
pullorpushdialog.ui \
configuredialog.ui
RESOURCES += fossil.qrc

View File

@@ -1,9 +0,0 @@
QTC_PLUGIN_NAME = Fossil
QTC_LIB_DEPENDS += \
extensionsystem \
utils
QTC_PLUGIN_DEPENDS += \
texteditor \
projectexplorer \
coreplugin \
vcsbase