Skip to content

Commit

Permalink
Add qt.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jul 20, 2015
1 parent b1056d6 commit 9b1f70a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CMake/Deployment/Windows/qt.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[Paths]
Prefix = .
9 changes: 7 additions & 2 deletions CMake/IScoreDeploymentWindows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,14 @@ install(FILES
"${QT_DLL_DIR}/Qt5Test${DEBUG_CHAR}.dll"
DESTINATION ${ISCORE_BIN_INSTALL_DIR})

# Qt conf file
install(
FILES
"${CMAKE_CURRENT_LIST_DIR}/Deployment/Windows/qt.conf"
DESTINATION
${ISCORE_BIN_INSTALL_DIR})

# Qt Platform Plugin
install(FILES
"${QT_DLL_DIR}/../plugins/platforms/qwindows${DEBUG_CHAR}.dll"
DESTINATION ${ISCORE_BIN_INSTALL_DIR}/plugins/platforms)

return()

0 comments on commit 9b1f70a

Please sign in to comment.