mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
- bugfix: archive file wasn't closed after installation
- bugfix: batch installer was treated as handler for "manual" installations - bugfix: dropped include of unused sip interface
This commit is contained in:
@@ -33,8 +33,8 @@ LIBS += -L"$$(PYTHONPATH)/libs" -L"$(BOOSTPATH)/stage/lib" -lpython27
|
||||
include(../plugin_template.pri)
|
||||
|
||||
OTHER_FILES += \
|
||||
INexusBridge.sip \
|
||||
interfaces.sip \
|
||||
INexusBridge.sip \
|
||||
interfaces.sip \
|
||||
setup.py \
|
||||
setup.cfg
|
||||
|
||||
@@ -45,7 +45,3 @@ WINPWD ~= s,/,$$QMAKE_DIR_SEP,g
|
||||
SIPPATH=""
|
||||
|
||||
QMAKE_POST_LINK += SET VS90COMNTOOLS=%VS100COMNTOOLS% $$escape_expand(\\n)
|
||||
|
||||
#QMAKE_POST_LINK += $$(PYTHONPATH)/Lib/site-packages/PyQt4/sip.exe -I "$$(PYTHONPATH)/Lib/site-packages/PyQt4/sip/PyQt4" -c . -t WS_WIN -t Qt_4_8_4 -x Py_v2 -b interfaces.sbf -g interfaces.sip $$escape_expand(\\n)
|
||||
QMAKE_POST_LINK += $$(PYTHONPATH)/python.exe $$WINPWD\\setup.py build_ext --sip-opts=\"-I C:\\Python27\\Lib\\site-packages\\PyQt4\\sip\\PyQt4 -e -g -t WS_WIN -t Qt_4_8_4\" build $$escape_expand(\\n)
|
||||
QMAKE_POST_LINK += copy $$WINPWD\\build\\lib.win32-2.7\\interfaces.pyd $$quote($$DSTDIR)\\plugins\\data\\ $$escape_expand(\\n)
|
||||
|
||||
Reference in New Issue
Block a user