We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8d19b commit d0ca991Copy full SHA for d0ca991
3rdparty/pyotherside.pri
@@ -35,6 +35,7 @@ RESOURCES += $$PYOTHERSIDE_DIR/qrc_importer.qrc
35
36
# Embedded Python Library (add pythonlib.zip if you want this)
37
exists ($$PYOTHERSIDE_DIR/pythonlib.zip) {
38
+ message("Using Embedded Python Lib")
39
RESOURCES += $$PYOTHERSIDE_DIR/pythonlib_loader.qrc
40
DEFINES *= PYTHONLIB_LOADER_HAVE_PYTHONLIB_ZIP
41
}
0 commit comments