Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Try to copy lib to install dir when building with msvc (needs some wo…
…rk to softcode when building with other build types still)

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7239 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Oct 1, 2007
1 parent c77fc37 commit ce4331b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/gui/CMakeLists.txt
Expand Up @@ -108,3 +108,8 @@ qgsvertexmarker.h

INSTALL(CODE "MESSAGE(\"Installing GUI headers...\")")
INSTALL(FILES ${QGIS_GUI_HDRS} ${QGIS_GUI_MOC_HDRS} DESTINATION ${QGIS_INCLUDE_DIR})
IF (MSVC)
#install the static lib too for 3rd party app writers to use
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo/qgis_gui.lib DESTINATION ${QGIS_BIN_DIR})
ENDIF (MSVC)

0 comments on commit ce4331b

Please sign in to comment.