Sha256: 3fcaede7ec36039c5cf4342648c5130923a91b7344e9d3c11a3084bb35f3cb5a
Contents?: true
Size: 1.64 KB
Versions: 1
Compression:
Stored size: 1.64 KB
Contents
# Install script for directory: C:/git/qtbindings/ext/ruby/qtruby/tools/rbuic # Set the install prefix IF(NOT DEFINED CMAKE_INSTALL_PREFIX) SET(CMAKE_INSTALL_PREFIX "C:/Program Files/qtbind") ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") # Set the install configuration name. IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) IF(BUILD_TYPE) STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" "" CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") ELSE(BUILD_TYPE) SET(CMAKE_INSTALL_CONFIG_NAME "") ENDIF(BUILD_TYPE) MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) # Set the component getting installed. IF(NOT CMAKE_INSTALL_COMPONENT) IF(COMPONENT) MESSAGE(STATUS "Install component: \"${COMPONENT}\"") SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") ELSE(COMPONENT) SET(CMAKE_INSTALL_COMPONENT) ENDIF(COMPONENT) ENDIF(NOT CMAKE_INSTALL_COMPONENT) IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") FILE(INSTALL DESTINATION "C:/Program Files/qtbind/bin" TYPE EXECUTABLE FILES "C:/git/qtbindings/ext/build/ruby/qtruby/tools/rbuic/rbuic4.exe") IF(EXISTS "$ENV{DESTDIR}/C:/Program Files/qtbind/bin/rbuic4.exe") IF(CMAKE_INSTALL_DO_STRIP) EXECUTE_PROCESS(COMMAND "C:/mingw/bin/strip.exe" "$ENV{DESTDIR}/C:/Program Files/qtbind/bin/rbuic4.exe") ENDIF(CMAKE_INSTALL_DO_STRIP) ENDIF(EXISTS "$ENV{DESTDIR}/C:/Program Files/qtbind/bin/rbuic4.exe") ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
qtbindings-4.8.3.0-x86-mingw32 | ext/build/ruby/qtruby/tools/rbuic/cmake_install.cmake |