From 739cc9f053e08b8b873680385ac4c8638d51946a Mon Sep 17 00:00:00 2001 From: Nikolai Kosjar Date: Thu, 29 Jan 2015 10:08:39 +0100 Subject: C++: Clean up dev tools * Move cplusplus-frontend to src/tools * Make them depend on libs/cplusplus instead of building that lib again * Put the binaries into bin of the qtcreator build directory * Unify *.pro files * Build them all if BUILD_CPLUSPLUS_TOOLS is set Change-Id: I8f9cd731625cbf9f41d5f6464c6cd946ffd6e141 Reviewed-by: Orgad Shaneh --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3175950117..9bcee95b54 100644 --- a/.gitignore +++ b/.gitignore @@ -118,6 +118,10 @@ tmp/ *.exe /bin/buildoutputparser /bin/cpaster +/bin/cplusplus-ast2png +/bin/cplusplus-frontend +/bin/cplusplus-mkvisitor +/bin/cplusplus-update-frontend /bin/qbs* /bin/qmlpuppet /bin/qml2puppet @@ -129,20 +133,16 @@ tmp/ /bin/sdktool /share/doc/qtcreator/*.qch /share/qtcreator/qbs/ -/src/tools/cplusplus-mkvisitor/cplusplus-mkvisitor -/src/tools/cplusplus-update-frontend/cplusplus-update-frontend /src/tools/qml/qmldump/qmldump /src/tools/examplesscanner/examplesscanner /src/tools/valgrindfake/valgrind-fake # Tests #------ -/tests/manual/cplusplus-frontend/cplusplus-frontend /tests/manual/qml-ast2dot/qml-ast2dot /tests/manual/debugger/simple/libsimple_test_plugin.*dylib /tests/manual/debugger/simple/simple_test_app /tests/manual/preprocessor/pp -/tests/tools/cplusplus-ast2png/cplusplus-ast2png /tests/auto/aggregation/tst_aggregation /tests/auto/changeset/tst_changeset /tests/auto/cplusplus/checksymbols/tst_checksymbols -- cgit v1.2.3