aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unittest/unittest.pro
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@qt.io>2021-12-17 19:54:37 +0100
committerCristian Adam <cristian.adam@qt.io>2022-01-04 18:01:57 +0000
commitd65e47b5c6d21f58f40b5b8d468ff612fd2fe5b0 (patch)
tree6d560e4838e1b620fb0e299f57f074b3e2c227b8 /tests/unit/unittest/unittest.pro
parent3e585483c9e9e30005e86c2e1adce2042c58157c (diff)
Revert "Use QtcProcess for clangbackend"
This reverts commit 8724a4efbb065d4a146cb35929870d3715132127. The above commit made code completion 3-4x slower on Windows, and 8x slower on macOS. Fixes: QTCREATORBUG-26754 Change-Id: I02424a40e10de2baf3fd01f19f9094c8e82f684a Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Marco Bubke <marco.bubke@qt.io> Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Diffstat (limited to 'tests/unit/unittest/unittest.pro')
-rw-r--r--tests/unit/unittest/unittest.pro4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/unit/unittest/unittest.pro b/tests/unit/unittest/unittest.pro
index 3369cdfd69..733e311f94 100644
--- a/tests/unit/unittest/unittest.pro
+++ b/tests/unit/unittest/unittest.pro
@@ -56,10 +56,6 @@ QMAKE_LFLAGS += /INCREMENTAL
}
-TEST_RELATIVE_LIBEXEC_PATH = $$relative_path($$IDE_LIBEXEC_PATH, $$OUT_PWD)
-win32:TEST_RELATIVE_LIBEXEC_PATH=../$$TEST_RELATIVE_LIBEXEC_PATH
-DEFINES += 'TEST_RELATIVE_LIBEXEC_PATH="\\\"$$TEST_RELATIVE_LIBEXEC_PATH\\\""'
-
SOURCES += \
clientserverinprocess-test.cpp \
clientserveroutsideprocess-test.cpp \