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/debugger/shared | |
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/debugger/shared')
-rw-r--r-- | src/plugins/debugger/shared/shared.pri | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/plugins/debugger/shared/shared.pri b/src/plugins/debugger/shared/shared.pri deleted file mode 100644 index 6e78916a024..00000000000 --- a/src/plugins/debugger/shared/shared.pri +++ /dev/null @@ -1,15 +0,0 @@ -SOURCES += $$PWD/cdbsymbolpathlisteditor.cpp \ - $$PWD/hostutils.cpp \ - $$PWD/peutils.cpp \ - shared/symbolpathsdialog.cpp - -HEADERS += $$PWD/cdbsymbolpathlisteditor.h \ - $$PWD/hostutils.h \ - $$PWD/peutils.h \ - shared/symbolpathsdialog.h - -# For the Privilege manipulation functions in sharedlibraryinjector.cpp. -win32: LIBS += -ladvapi32 - -FORMS += \ - shared/symbolpathsdialog.ui |