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/git/git.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/git/git.pro')
-rw-r--r-- | src/plugins/git/git.pro | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/src/plugins/git/git.pro b/src/plugins/git/git.pro deleted file mode 100644 index 36a7eb04778..00000000000 --- a/src/plugins/git/git.pro +++ /dev/null @@ -1,61 +0,0 @@ -include(../../qtcreatorplugin.pri) - -DEFINES += QT_NO_FOREACH - -HEADERS += gitplugin.h \ - gitconstants.h \ - gitclient.h \ - changeselectiondialog.h \ - commitdata.h \ - giteditor.h \ - annotationhighlighter.h \ - gitsubmiteditorwidget.h \ - gitsubmiteditor.h \ - gitsettings.h \ - branchmodel.h \ - stashdialog.h \ - gitutils.h \ - remotemodel.h \ - remotedialog.h \ - branchadddialog.h \ - logchangedialog.h \ - mergetool.h \ - branchcheckoutdialog.h \ - githighlighters.h \ - gitgrep.h \ - branchview.h - -SOURCES += gitplugin.cpp \ - gitclient.cpp \ - changeselectiondialog.cpp \ - commitdata.cpp \ - giteditor.cpp \ - annotationhighlighter.cpp \ - gitsubmiteditorwidget.cpp \ - gitsubmiteditor.cpp \ - gitsettings.cpp \ - branchmodel.cpp \ - stashdialog.cpp \ - gitutils.cpp \ - remotemodel.cpp \ - remotedialog.cpp \ - branchadddialog.cpp \ - logchangedialog.cpp \ - mergetool.cpp \ - branchcheckoutdialog.cpp \ - githighlighters.cpp \ - gitgrep.cpp \ - branchview.cpp - -FORMS += changeselectiondialog.ui \ - gitsubmitpanel.ui \ - stashdialog.ui \ - remotedialog.ui \ - remoteadditiondialog.ui \ - branchadddialog.ui \ - branchcheckoutdialog.ui - -RESOURCES += \ - git.qrc - -include(gerrit/gerrit.pri) |