Qmake python3 lib

This commit is contained in:
xarkes 2018-02-25 10:06:53 +01:00 committed by xarkes
parent 93c836249e
commit 1ffc2bb742

View File

@ -34,11 +34,7 @@ unix:exists(/usr/local/include/libr) {
# Libraries
include(lib_radare2.pri)
# TODO Not portable
unix {
LIBS += /usr/lib/libpython3.6m.so
INCLUDEPATH += /usr/include/python3.6m
}
PKGCONFIG += python3
SOURCES += \
main.cpp \