Skip to content

Commit

Permalink
Exclude boost signals from packaging. Refs #6202
Browse files Browse the repository at this point in the history
It can be left around in 3rdparty a little longer to ease transition away
from it.
  • Loading branch information
martyngigg committed Apr 16, 2013
1 parent 26fd40d commit d6d8da2
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 @@ -99,8 +99,8 @@
REGEX "${CMAKE_LIBRARY_PATH}/CRT/*" EXCLUDE
REGEX "${CMAKE_LIBRARY_PATH}/Python27/*" EXCLUDE
REGEX "${CMAKE_LIBRARY_PATH}/qt_plugins/*" EXCLUDE
REGEX "(QtDesigner4.dll)|(QtDesignerComponents4.dll)|(QtScript4.dll)|(-gd-)|(d4.dll)|(_d.dll)"
EXCLUDE
REGEX "(QtDesigner4.dll)|(QtDesignerComponents4.dll)|(QtScript4.dll)|(-gd-)|(d4.dll)|(_d.dll)" EXCLUDE
REGEX "boost_signals" EXCLUDE
PATTERN ".git" EXCLUDE )

# Qt plugins into out plugins directory and use qt.conf to point Qt at where they are
Expand Down

0 comments on commit d6d8da2

Please sign in to comment.