mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-24 17:50:20 -06:00
[Runtime] Adding python libs in the LIBS build environment.
This commit is contained in:
parent
954163b495
commit
fddc30c99f
@ -56,6 +56,7 @@ else {
|
||||
|
||||
QMAKE_CXXFLAGS += $$system($$PYTHON_CONFIG --includes)
|
||||
QMAKE_LFLAGS += $$system($$PYTHON_CONFIG --ldflags)
|
||||
LIBS += $$system($$PYTHON_CONFIG --libs)
|
||||
}
|
||||
|
||||
# Source code
|
||||
|
Loading…
Reference in New Issue
Block a user