QGIS源码已通过编译测试,需要的朋友可以


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  cmakeBison.cmake

    .......      1385  2018-10-26 05:32  cmakeCMakeDebugMacros.cmake

    .......       187  2018-10-26 05:32  cmakeCopyIfChanged.cmake

    .......      1327  2018-10-26 05:32  cmakeCOPYING-CMAKE-scriptS

    .......      2952  2018-10-26 05:32  cmakeCreateQgsVersion.cmake

    .......      1724  2018-10-26 05:32  cmakeFindExpat.cmake

    .......       818  2018-10-26 05:32  cmakeFindFcgi.cmake

    .......      8111  2018-10-26 05:32  cmakeFindGDAL.cmake

    .......      7367  2018-10-26 05:32  cmakeFindGEOS.cmake

    .......     10966  2018-10-26 05:32  cmakeFindGRASS.cmake

    .......      4703  2018-10-26 05:32  cmakeFindGSL.cmake

    .......      1404  2018-10-26 05:32  cmakeFindIconv.cmake

    .......      2230  2018-10-26 05:32  cmakeFindLibPython.py

    .......      1072  2018-10-26 05:32  cmakeFindLibtasn1.cmake

    .......      1504  2018-10-26 05:32  cmakeFindLibZip.cmake

    .......      1143  2018-10-26 05:32  cmakeFindMDAL.cmake

    .......      1294  2018-10-26 05:32  cmakeFindOpenCLhpp.cmake

    .......      4440  2018-10-26 05:32  cmakeFindOSGEARTH.cmake

    .......      3992  2018-10-26 05:32  cmakeFindPostgres.cmake

    .......      2785  2018-10-26 05:32  cmakeFindProj.cmake

    .......      2488  2018-10-26 05:32  cmakeFindPyQt5.cmake

    .......      3726  2018-10-26 05:32  cmakeFindPyQt5.py

    .......      6270  2018-10-26 05:32  cmakeFindPythonLibrary.cmake

    .......      2889  2018-10-26 05:32  cmakeFindQCA.cmake

    .......      7698  2018-10-26 05:32  cmakeFindQGIS.cmake

    .......      1584  2018-10-26 05:32  cmakeFindQsci.cmake

    .......      2612  2018-10-26 05:32  cmakeFindQsci.py

    .......      2866  2018-10-26 05:32  cmakeFindQScintilla.cmake

    .......      1371  2018-10-26 05:32  cmakeFindQtKeychain.cmake

    .......      6881  2018-10-26 05:32  cmakeFindQtMobility.cmake

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)