Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Archive
Alchemy Viewer
Commits
29512788
Commit
29512788
authored
14 years ago
by
Aimee Linden
Browse files
Options
Downloads
Patches
Plain Diff
VWR-20815 (SNOW-511) Allow standalone builds to correctly find a system version of llqtwebkit
parent
6f1d8b1d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/contributions.txt
+1
-0
1 addition, 0 deletions
doc/contributions.txt
indra/cmake/WebKitLibPlugin.cmake
+29
-34
29 additions, 34 deletions
indra/cmake/WebKitLibPlugin.cmake
with
30 additions
and
34 deletions
doc/contributions.txt
+
1
−
0
View file @
29512788
...
...
@@ -524,6 +524,7 @@ Robin Cornelius
SNOW-504
SNOW-506
SNOW-507
SNOW-511
SNOW-514
SNOW-520
SNOW-585
...
...
This diff is collapsed.
Click to expand it.
indra/cmake/WebKitLibPlugin.cmake
+
29
−
34
View file @
29512788
...
...
@@ -3,48 +3,46 @@ include(Linking)
include
(
Prebuilt
)
if
(
STANDALONE
)
set
(
WEBKITLIBPLUGIN OFF CACHE BOOL
"WEBKITLIBPLUGIN support for the llplugin/llmedia test apps."
)
set
(
WEBKITLIBPLUGIN OFF CACHE BOOL
"WEBKITLIBPLUGIN support for the llplugin/llmedia test apps."
)
else
(
STANDALONE
)
use_prebuilt_binary
(
llqtwebkit
)
set
(
WEBKITLIBPLUGIN ON CACHE BOOL
"WEBKITLIBPLUGIN support for the llplugin/llmedia test apps."
)
use_prebuilt_binary
(
llqtwebkit
)
set
(
WEBKITLIBPLUGIN ON CACHE BOOL
"WEBKITLIBPLUGIN support for the llplugin/llmedia test apps."
)
endif
(
STANDALONE
)
if
(
WINDOWS
)
set
(
WEBKIT_PLUGIN_LIBRARIES
debug llqtwebkitd
debug QtWebKitd4
debug QtOpenGLd4
debug QtNetworkd4
debug QtGuid4
debug QtCored4
debug qtmaind
optimized llqtwebkit
optimized QtWebKit4
optimized QtOpenGL4
optimized QtNetwork4
optimized QtGui4
optimized QtCore4
optimized qtmain
)
set
(
WEBKIT_PLUGIN_LIBRARIES
debug llqtwebkitd
debug QtWebKitd4
debug QtOpenGLd4
debug QtNetworkd4
debug QtGuid4
debug QtCored4
debug qtmaind
optimized llqtwebkit
optimized QtWebKit4
optimized QtOpenGL4
optimized QtNetwork4
optimized QtGui4
optimized QtCore4
optimized qtmain
)
elseif
(
DARWIN
)
set
(
WEBKIT_PLUGIN_LIBRARIES
optimized
${
ARCH_PREBUILT_DIRS_RELEASE
}
/libllqtwebkit.dylib
debug
${
ARCH_PREBUILT_DIRS_RELEASE
}
/libllqtwebkit.dylib
)
set
(
WEBKIT_PLUGIN_LIBRARIES
optimized
${
ARCH_PREBUILT_DIRS_RELEASE
}
/libllqtwebkit.dylib
debug
${
ARCH_PREBUILT_DIRS_RELEASE
}
/libllqtwebkit.dylib
)
elseif
(
LINUX
)
if
(
STANDALONE
)
set
(
WEBKIT_PLUGIN_LIBRARIES llqtwebkit
)
else
(
STANDALONE
)
set
(
WEBKIT_PLUGIN_LIBRARIES
llqtwebkit
qgif
# qico
qjpeg
# qpng
# qtiff
# qsvg
# QtSvg
QtWebKit
QtOpenGL
QtNetwork
...
...
@@ -56,9 +54,6 @@ elseif (LINUX)
X11
Xrender
GL
# sqlite3
# Xi
# SM
)
endif
(
STANDALONE
)
endif
(
WINDOWS
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment