Skip to content

build with PYTHONQTALL_CONFIG #211

@wangdaye078

Description

@wangdaye078

Qt5.15.9 +pythonqt3.4.2
set PYTHONQTALL_CONFIG=PythonQtCore PythonQtGui PythonQtNetwork PythonQtXml
qmake -o Makefile D:\Qt5\5.15\QtSources\PythonQt\PythonQt.pro
nmake
it is work fine

Qt5.15.15 +pythonqt3.5.2
use same command
PythonQt_QtAll build with none module

i edit PythonQt_QtAll.pro
CONFIG += $${PYTHONQTALL_CONFIG}
chang to:
CONFIG += $$split(PYTHONQTALL_CONFIG, " ")
it is work fine

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions