Skip to content

Commit

Permalink
Deploy Qt platform plugin with with generator expression
Browse files Browse the repository at this point in the history
  • Loading branch information
bagong committed Feb 16, 2016
1 parent acfda0d commit 0bf8729
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions editors/sc-ide/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -366,14 +366,10 @@ elseif(WIN32)
SET(QT_PLATFORM_PLUGIN_PREFIX ${Qt5Core_DIR}/../../../plugins/platforms CACHE STRING "Location of qt platform plugin for windows")
endif()

install(FILES "${QT_PLATFORM_PLUGIN_PREFIX}/qwindows.dll"
CONFIGURATIONS Release;RelWithDebInfo;MinSizeRel
install(FILES "${QT_PLATFORM_PLUGIN_PREFIX}/qwindows$<$<CONFIG:DEBUG>:d>.dll"
DESTINATION ${CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION}
)
install(FILES "${QT_PLATFORM_PLUGIN_PREFIX}/qwindowsd.dll"
CONFIGURATIONS Debug
DESTINATION ${CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION}
)

else()
install(TARGETS SuperCollider
RUNTIME DESTINATION "bin"
Expand Down

0 comments on commit 0bf8729

Please sign in to comment.