diff options
author | José Fonseca <jose.r.fonseca@gmail.com> | 2011-11-03 11:54:05 +0000 |
---|---|---|
committer | José Fonseca <jose.r.fonseca@gmail.com> | 2011-11-03 11:54:05 +0000 |
commit | 8167c0f1786f0b5795d76b86e6a2bbb51bc08760 (patch) | |
tree | 03eb78a2aa6b9bb00783c854084c4287338adfa5 /gui | |
parent | 68f7c981ac5dedf2084d617f079f290edb6693cb (diff) |
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.
Diffstat (limited to 'gui')
-rw-r--r-- | gui/traceprocess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |