aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangformat/clangformat.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/clangformat/clangformat.pro')
-rw-r--r--src/plugins/clangformat/clangformat.pro40
1 files changed, 0 insertions, 40 deletions
diff --git a/src/plugins/clangformat/clangformat.pro b/src/plugins/clangformat/clangformat.pro
deleted file mode 100644
index 6ff219e6b1..0000000000
--- a/src/plugins/clangformat/clangformat.pro
+++ /dev/null
@@ -1,40 +0,0 @@
-include(../../qtcreatorplugin.pri)
-include(clangformat-source.pri)
-include(../../shared/clang/clang_installation.pri)
-
-include(../../shared/clang/clang_defines.pri)
-
-requires(!isEmpty(CLANGFORMAT_LIBS))
-
-LIBS += $$CLANGFORMAT_LIBS
-INCLUDEPATH += $$LLVM_INCLUDEPATH
-
-QMAKE_CXXFLAGS_WARN_ON *= $$LLVM_CXXFLAGS_WARNINGS
-QMAKE_CXXFLAGS *= $$LLVM_CXXFLAGS
-unix:!macos:QMAKE_LFLAGS += -Wl,--exclude-libs,ALL
-
-SOURCES += \
- clangformatconfigwidget.cpp \
- clangformatfile.cpp \
- clangformatindenter.cpp \
- clangformatplugin.cpp \
- clangformatsettings.cpp \
- clangformatutils.cpp
-
-HEADERS += \
- clangformatconfigwidget.h \
- clangformatfile.h \
- clangformatindenter.h \
- clangformatplugin.h \
- clangformatsettings.h \
- clangformatutils.h
-
-FORMS += \
- clangformatchecks.ui \
- clangformatconfigwidget.ui
-
-equals(TEST, 1) {
- DEFINES += TESTDATA_DIR=\"R\\\"xxx($$PWD/tests/data)xxx\\\"\"
- HEADERS += tests/clangformat-test.h
- SOURCES += tests/clangformat-test.cpp
-}