forked from qt-creator/qt-creator
Remove qmake build files
Change-Id: I88f7bf7b04429a2501ad34dea7663ee8dafba820 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -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)
|
||||
11
fossil.pro
11
fossil.pro
@@ -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)
|
||||
@@ -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
|
||||
@@ -1,9 +0,0 @@
|
||||
QTC_PLUGIN_NAME = Fossil
|
||||
QTC_LIB_DEPENDS += \
|
||||
extensionsystem \
|
||||
utils
|
||||
QTC_PLUGIN_DEPENDS += \
|
||||
texteditor \
|
||||
projectexplorer \
|
||||
coreplugin \
|
||||
vcsbase
|
||||
Reference in New Issue
Block a user