- 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:
Tannin
2013-06-06 20:19:38 +02:00
parent 535423b1d0
commit d4cc50ade8
5 changed files with 28 additions and 20 deletions
+2 -6
View File
@@ -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)