From 8167c0f1786f0b5795d76b86e6a2bbb51bc08760 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Thu, 3 Nov 2011 11:54:05 +0000 Subject: Put glxtrace.so also in the wrappers directory. For consistency among all platforms, per Carl Worth's suggestion, but the wrappers DLLs must remain in a directory of their own to avoid interfering with other executables. --- gui/traceprocess.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui') diff --git a/gui/traceprocess.cpp b/gui/traceprocess.cpp index 6bdd1c44..ae27e81c 100644 --- a/gui/traceprocess.cpp +++ b/gui/traceprocess.cpp @@ -12,7 +12,7 @@ findPreloader() QFileInfo fi; #ifdef APITRACE_BINARY_DIR - libPath = QString::fromLatin1(APITRACE_BINARY_DIR "/glxtrace.so"); + libPath = QString::fromLatin1(APITRACE_BINARY_DIR "/wrappers/glxtrace.so"); fi = QFileInfo(libPath); if (fi.exists()) return libPath; -- cgit v1.2.3