mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
- extended plugin interface to allow plugins access to download manager
- extended plugin interface to allow installation of mods from files - improved detection of online state - download tab now also displays files supported through plugins - batch installer now has basic functionality (downloads and installes files)
This commit is contained in:
@@ -17,11 +17,15 @@ INCLUDEPATH += "$(BOOSTPATH)" "$$(PYTHONPATH)/include"
|
||||
INCLUDEPATH += "$$(SIPPATH)/siplib"
|
||||
|
||||
SOURCES += proxypython.cpp \
|
||||
proxypluginwrappers.cpp
|
||||
proxypluginwrappers.cpp \
|
||||
error.cpp \
|
||||
gilock.cpp
|
||||
|
||||
HEADERS += proxypython.h \
|
||||
proxypluginwrappers.h \
|
||||
uibasewrappers.h
|
||||
uibasewrappers.h \
|
||||
error.h \
|
||||
gilock.h
|
||||
|
||||
LIBS += -L"$$(PYTHONPATH)/libs" -L"$(BOOSTPATH)/stage/lib" -lpython27
|
||||
|
||||
|
||||
Reference in New Issue
Block a user