Starting linux64 support

This commit is contained in:
Siana Gearz
2012-02-25 08:19:58 +01:00
parent 0bdf54e6d9
commit d4cfc10609
6 changed files with 72 additions and 44 deletions

View File

@@ -71,7 +71,6 @@ elseif (LINUX)
ssl
# qgif
# qjpeg
jscore
jpeg
fontconfig
X11
@@ -79,5 +78,8 @@ elseif (LINUX)
Xext
GL
)
if (WORD_SIZE EQUAL 32)
set(WEBKIT_PLUGIN_LIBRARIES ${WEBKIT_PLUGIN_LIBRARIES} jscore)
endif (WORD_SIZE EQUAL 32)
endif (STANDALONE)
endif (WINDOWS)