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/todo/todo.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/todo/todo.pro')
-rw-r--r-- | src/plugins/todo/todo.pro | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/src/plugins/todo/todo.pro b/src/plugins/todo/todo.pro deleted file mode 100644 index ff150d4b6a5..00000000000 --- a/src/plugins/todo/todo.pro +++ /dev/null @@ -1,45 +0,0 @@ -include(../../qtcreatorplugin.pri) - -HEADERS += todoplugin.h \ - keyword.h \ - constants.h \ - todooutputpane.h \ - todoitem.h \ - settings.h \ - optionsdialog.h\ - keyworddialog.h \ - todoitemsprovider.h \ - todoitemsmodel.h \ - todoitemsscanner.h \ - cpptodoitemsscanner.h \ - qmljstodoitemsscanner.h \ - lineparser.h \ - todooutputtreeview.h \ - todooutputtreeviewdelegate.h \ - todoprojectsettingswidget.h \ - todoicons.h - -SOURCES += todoplugin.cpp \ - keyword.cpp \ - todooutputpane.cpp \ - settings.cpp \ - optionsdialog.cpp \ - keyworddialog.cpp \ - todoitemsprovider.cpp \ - todoitemsmodel.cpp \ - todoitemsscanner.cpp \ - cpptodoitemsscanner.cpp \ - qmljstodoitemsscanner.cpp \ - lineparser.cpp \ - todooutputtreeview.cpp \ - todooutputtreeviewdelegate.cpp \ - todoprojectsettingswidget.cpp \ - todoicons.cpp - -RESOURCES += \ - todoplugin.qrc - -FORMS += \ - optionsdialog.ui \ - keyworddialog.ui \ - todoprojectsettingswidget.ui |