资源简介

QGIS-ltr-3_4源码,从官网下载太慢,这里直接贴上源码,需要的可以下载。(已通过编译测试)

资源截图

代码片段和文件信息

# -*- coding: utf-8 -*-
#
#   Copyright (c) 2007 Simon Edwards 
#    All rights reserved.
#
#    Redistribution and use in source and binary forms with or without
#    modification are permitted provided that the following conditions are met:
#        * Redistributions of source code must retain the above copyright
#        notice this list of conditions and the following disclaimer.
#        * Redistributions in binary form must reproduce the above copyright
#        notice this list of conditions and the following disclaimer in the
#        documentation and/or other materials provided with the distribution.
#        * Neither the name of the  Simon Edwards  nor the
#        names of its contributors may be used to endorse or promote products
#        derived from this software without specific prior written permission.
#
#    THIS SOFTWARE IS PROVIDED BY Simon Edwards  ‘‘AS IS‘‘ AND ANY
#    EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO THE IMPLIED
#    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
#    DISCLAIMED. IN NO EVENT SHALL Simon Edwards  BE LIABLE FOR ANY
#    DIRECT INDIRECT INCIDENTAL SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES
#    (INCLUDING BUT NOT LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
#    LOSS OF USE DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
#    ON ANY THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT
#    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
#    SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# FindLibPython.py
# Copyright (c) 2007 Simon Edwards 
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING-CMAKE-scriptS file.

import sys
import distutils.sysconfig

print(“exec_prefix:%s“ % sys.exec_prefix)
print(“short_version:%s“ % sys.version[:3])
print(“long_version:%s“ % sys.version.split()[0])
print(“py_inc_dir:%s“ % distutils.sysconfig.get_python_inc())
print(“site_packages_dir:%s“ % distutils.sysconfig.get_python_lib(plat_specific=1))

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    .......      3011  2018-10-26 05:32  cmake\Bison.cmake

    .......      1385  2018-10-26 05:32  cmake\CMakeDebugMacros.cmake

    .......       187  2018-10-26 05:32  cmake\CopyIfChanged.cmake

    .......      1327  2018-10-26 05:32  cmake\COPYING-CMAKE-scriptS

    .......      2952  2018-10-26 05:32  cmake\CreateQgsVersion.cmake

    .......      1724  2018-10-26 05:32  cmake\FindExpat.cmake

    .......       818  2018-10-26 05:32  cmake\FindFcgi.cmake

    .......      8111  2018-10-26 05:32  cmake\FindGDAL.cmake

    .......      7367  2018-10-26 05:32  cmake\FindGEOS.cmake

    .......     10966  2018-10-26 05:32  cmake\FindGRASS.cmake

    .......      4703  2018-10-26 05:32  cmake\FindGSL.cmake

    .......      1404  2018-10-26 05:32  cmake\FindIconv.cmake

    .......      2230  2018-10-26 05:32  cmake\FindLibPython.py

    .......      1072  2018-10-26 05:32  cmake\FindLibtasn1.cmake

    .......      1504  2018-10-26 05:32  cmake\FindLibZip.cmake

    .......      1143  2018-10-26 05:32  cmake\FindMDAL.cmake

    .......      1294  2018-10-26 05:32  cmake\FindOpenCLhpp.cmake

    .......      4440  2018-10-26 05:32  cmake\FindOSGEARTH.cmake

    .......      3992  2018-10-26 05:32  cmake\FindPostgres.cmake

    .......      2785  2018-10-26 05:32  cmake\FindProj.cmake

    .......      2488  2018-10-26 05:32  cmake\FindPyQt5.cmake

    .......      3726  2018-10-26 05:32  cmake\FindPyQt5.py

    .......      6270  2018-10-26 05:32  cmake\FindPythonLibrary.cmake

    .......      2889  2018-10-26 05:32  cmake\FindQCA.cmake

    .......      7698  2018-10-26 05:32  cmake\FindQGIS.cmake

    .......      1584  2018-10-26 05:32  cmake\FindQsci.cmake

    .......      2612  2018-10-26 05:32  cmake\FindQsci.py

    .......      2866  2018-10-26 05:32  cmake\FindQScintilla.cmake

    .......      1371  2018-10-26 05:32  cmake\FindQtKeychain.cmake

    .......      6881  2018-10-26 05:32  cmake\FindQtMobility.cmake

............此处省略16936个文件信息

评论

共有 条评论