Skip to content

Commit

Permalink
Re #5218. Pick up the correct qt.conf in the NSIS installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed May 1, 2012
1 parent 720b5d5 commit dd096f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Build/CMake/WindowsNSIS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
install ( FILES ${CMAKE_LIBRARY_PATH}/Python27/python.exe ${CMAKE_LIBRARY_PATH}/Python27/python27.dll DESTINATION bin )

install ( DIRECTORY ${CMAKE_LIBRARY_PATH}/qt_plugins/imageformats DESTINATION plugins/qtplugins PATTERN ".svn" EXCLUDE PATTERN ".git" EXCLUDE )
install ( FILES ${CMAKE_LIBRARY_PATH}/qt.conf DESTINATION bin )
install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/Installers/WinInstaller/qt.conf DESTINATION bin )

#Handle includes
install ( DIRECTORY ${CMAKE_INCLUDE_PATH}/boost DESTINATION include PATTERN ".svn" EXCLUDE PATTERN ".git" EXCLUDE )
Expand Down Expand Up @@ -180,4 +180,4 @@
RMDir \\\"$INSTDIR\\\\docs\\\"
")
endif()
endif()

0 comments on commit dd096f5

Please sign in to comment.