Sha256: 402c9230eb34f75e504fd7ba265ff86cb3173dda6b337b37668b54b18c6689d9

Contents?: true

Size: 872 Bytes

Versions: 18

Compression:

Stored size: 872 Bytes

Contents

include_directories( ${CMAKE_SOURCE_DIR}/smoke ${RUBY_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR}/ruby/qtruby/src)
INCLUDE_DIRECTORIES (${QT_INCLUDES})

set(rubyqtdeclarative_LIBRARY_SRC qtdeclarative.cpp qtdeclarativehandlers.cpp)
add_library(rubyqtdeclarative MODULE ${rubyqtdeclarative_LIBRARY_SRC})
target_link_libraries(rubyqtdeclarative
    ${QT_QTWEBKIT_LIBRARY}
    smokeqtdeclarative
    qtruby4shared
)
set_target_properties(rubyqtdeclarative PROPERTIES PREFIX "" OUTPUT_NAME qtdeclarative)
install(TARGETS rubyqtdeclarative DESTINATION ${CUSTOM_RUBY_SITE_ARCH_DIR})
install(FILES qtdeclarative.rb DESTINATION ${CUSTOM_RUBY_SITE_LIB_DIR}/qtdeclarative)

if (Q_WS_MAC)
    install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${CUSTOM_RUBY_SITE_ARCH_DIR}/qtdeclarative.so\"  \"${CUSTOM_RUBY_SITE_ARCH_DIR}/qtdeclarative.bundle\" )" )
endif (Q_WS_MAC)

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
rock-qtbindings-4.8.6.5 ext/ruby/qtdeclarative/CMakeLists.txt
qtbindings-4.8.6.5 ext/ruby/qtdeclarative/CMakeLists.txt
qtbindings-4.8.6.4 ext/ruby/qtdeclarative/CMakeLists.txt
qtbindings-4.8.6.2 ext/ruby/qtdeclarative/CMakeLists.txt
qtbindings-4.8.6.1 ext/ruby/qtdeclarative/CMakeLists.txt
qtbindings-4.8.6.0 ext/ruby/qtdeclarative/CMakeLists.txt
qtbindings-4.8.5.2 ext/ruby/qtdeclarative/CMakeLists.txt
qtbindings-4.8.5.1 ext/ruby/qtdeclarative/CMakeLists.txt
qtbindings-4.8.5.0 ext/ruby/qtdeclarative/CMakeLists.txt
qtbindings-4.8.3.0-x86-mingw32 ext/ruby/qtdeclarative/CMakeLists.txt
qtbindings-4.8.3.0 ext/ruby/qtdeclarative/CMakeLists.txt
qtbindings-4.6.3.4-x86-mingw32 ext/ruby/qtdeclarative/CMakeLists.txt
qtbindings-4.6.3.4 ext/ruby/qtdeclarative/CMakeLists.txt
qtbindings-4.6.3.3 ext/ruby/qtdeclarative/CMakeLists.txt
qtbindings-4.6.3.2-x86-mingw32 ext/ruby/qtdeclarative/CMakeLists.txt
qtbindings-4.6.3.2 ext/ruby/qtdeclarative/CMakeLists.txt
qtbindings-4.6.3.1 ext/ruby/qtdeclarative/CMakeLists.txt
qtbindings-4.6.3.1-x86-mingw32 ext/ruby/qtdeclarative/CMakeLists.txt