diff options
author | Eike Ziller <[email protected]> | 2022-01-14 12:44:53 +0100 |
---|---|---|
committer | Eike Ziller <[email protected]> | 2022-01-20 12:18:15 +0000 |
commit | 9d8a419d107ae8219c84bc9178bfed76b94fa930 (patch) | |
tree | 110e9f16dd2e3d9c03b2dc38d2b261663606fb4f /src/plugins/vcsbase/vcsbase.pro | |
parent | 3c3580c7701ccf43ca014e19aa5fa210e90b4ed3 (diff) |
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 <[email protected]>
Reviewed-by: Christian Kandeler <[email protected]>
Reviewed-by: Christian Stenger <[email protected]>
Diffstat (limited to 'src/plugins/vcsbase/vcsbase.pro')
-rw-r--r-- | src/plugins/vcsbase/vcsbase.pro | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/src/plugins/vcsbase/vcsbase.pro b/src/plugins/vcsbase/vcsbase.pro deleted file mode 100644 index 7b1d8f2e35a..00000000000 --- a/src/plugins/vcsbase/vcsbase.pro +++ /dev/null @@ -1,64 +0,0 @@ -DEFINES += VCSBASE_LIBRARY -include(../../qtcreatorplugin.pri) -HEADERS += vcsbase_global.h \ - vcsbaseconstants.h \ - vcsoutputformatter.h \ - wizard/vcsconfigurationpage.h \ - wizard/vcscommandpage.h \ - wizard/vcsjsextension.h \ - vcsplugin.h \ - vcsbaseplugin.h \ - baseannotationhighlighter.h \ - diffandloghighlighter.h \ - vcsbaseeditor.h \ - vcsbasesubmiteditor.h \ - basevcseditorfactory.h \ - submiteditorfile.h \ - basevcssubmiteditorfactory.h \ - submitfilemodel.h \ - commonvcssettings.h \ - nicknamedialog.h \ - vcsoutputwindow.h \ - cleandialog.h \ - vcscommand.h \ - vcsbaseclient.h \ - vcsbaseclientsettings.h \ - vcsbaseeditorconfig.h \ - submitfieldwidget.h \ - submiteditorwidget.h \ - vcsbasediffeditorcontroller.h - -SOURCES += vcsplugin.cpp \ - vcsbaseplugin.cpp \ - vcsoutputformatter.cpp \ - wizard/vcsconfigurationpage.cpp \ - wizard/vcscommandpage.cpp \ - wizard/vcsjsextension.cpp \ - baseannotationhighlighter.cpp \ - diffandloghighlighter.cpp \ - vcsbaseeditor.cpp \ - vcsbasesubmiteditor.cpp \ - basevcseditorfactory.cpp \ - submiteditorfile.cpp \ - basevcssubmiteditorfactory.cpp \ - submitfilemodel.cpp \ - commonvcssettings.cpp \ - nicknamedialog.cpp \ - vcsoutputwindow.cpp \ - cleandialog.cpp \ - vcscommand.cpp \ - vcsbaseclient.cpp \ - vcsbaseclientsettings.cpp \ - vcsbaseeditorconfig.cpp \ - submitfieldwidget.cpp \ - submiteditorwidget.cpp \ - vcsbasediffeditorcontroller.cpp - -RESOURCES += vcsbase.qrc - -FORMS += \ - nicknamedialog.ui \ - cleandialog.ui \ - submiteditorwidget.ui - -equals(TEST, 1): DEFINES += "SRC_DIR=\\\"$$IDE_SOURCE_TREE\\\"" |