diff options
author | Alain Linden <alain@lindenlab.com> | 2011-02-10 17:26:16 -0800 |
---|---|---|
committer | Alain Linden <alain@lindenlab.com> | 2011-02-10 17:26:16 -0800 |
commit | 38a2af923561f8865976843c58a21f851695c9c2 (patch) | |
tree | 45476e2e518b4aff6bc101221fdc271199de1cf1 /indra/cmake/WebKitLibPlugin.cmake | |
parent | 6dd41886b3dfbc2df4ccc6bb75722a5aaee23682 (diff) |
various fixes to get the debug build working; don't look for or copy msvc*80.dll's.
Diffstat (limited to 'indra/cmake/WebKitLibPlugin.cmake')
-rw-r--r-- | indra/cmake/WebKitLibPlugin.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/cmake/WebKitLibPlugin.cmake b/indra/cmake/WebKitLibPlugin.cmake index 1cc02c1cac..1f5b0f5d84 100644 --- a/indra/cmake/WebKitLibPlugin.cmake +++ b/indra/cmake/WebKitLibPlugin.cmake @@ -35,7 +35,6 @@ else (STANDALONE) endif (STANDALONE) if (WINDOWS) - use_prebuilt_binary(qt) set(WEBKIT_PLUGIN_LIBRARIES debug llqtwebkitd debug QtWebKitd4 |