Skip to content

Commit d0ca991

Browse files
committed
Add message for embedded python lib
1 parent ab8d19b commit d0ca991

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

3rdparty/pyotherside.pri

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ RESOURCES += $$PYOTHERSIDE_DIR/qrc_importer.qrc
3535

3636
# Embedded Python Library (add pythonlib.zip if you want this)
3737
exists ($$PYOTHERSIDE_DIR/pythonlib.zip) {
38+
message("Using Embedded Python Lib")
3839
RESOURCES += $$PYOTHERSIDE_DIR/pythonlib_loader.qrc
3940
DEFINES *= PYTHONLIB_LOADER_HAVE_PYTHONLIB_ZIP
4041
}

0 commit comments

Comments
 (0)