Skip to content

Commit 0c47907

Browse files
author
timlinux
committed
install translators list to docs
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10527 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent b43bf13 commit 0c47907

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CMakeLists.txt

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SET(CPACK_PACKAGE_VERSION_MAJOR "1")
22
SET(CPACK_PACKAGE_VERSION_MINOR "1")
33
SET(CPACK_PACKAGE_VERSION_PATCH "0")
44
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
5-
SET(RELEASE_NAME "Unstable-trunk")
5+
SET(RELEASE_NAME "Pan (Unstable)")
66
SET(PROJECT_VERSION ${COMPLETE_VERSION})
77
PROJECT(qgis${PROJECT_VERSION})
88
SET(QGIS_VERSION_INT 10000)
@@ -333,9 +333,12 @@ ENDIF (UNIX)
333333

334334
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/cmake_templates/qgsconfig.h.in ${CMAKE_BINARY_DIR}/qgsconfig.h)
335335
INSTALL(FILES ${CMAKE_BINARY_DIR}/qgsconfig.h DESTINATION ${QGIS_INCLUDE_DIR})
336-
337336
INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR})
338337

338+
# Added by Jef to prevent python core and gui libs linking to other qgisCore and qgisGui libs
339+
# that may be in the same install prefix
340+
LINK_DIRECTORIES(${CMAKE_BINARY_DIR}/src/core ${CMAKE_BINARY_DIR}/src/gui)
341+
339342
#############################################################
340343
# create qgssvnversion.h
341344

@@ -380,7 +383,7 @@ ENDIF (ENABLE_TESTS)
380383
#############################################################
381384
# install stuff
382385

383-
INSTALL (FILES AUTHORS SPONSORS INSTALL CODING
386+
INSTALL (FILES AUTHORS SPONSORS TRANSLATORS INSTALL CODING
384387
DESTINATION ${QGIS_DATA_DIR}/doc)
385388

386389
# manual page - makes sense only on unix systems

0 commit comments

Comments
 (0)