- if no version is known for a mod, the file date is used

- added files for the python proxy
This commit is contained in:
Tannin
2013-04-14 20:49:18 +02:00
commit 6aa615108e
8 changed files with 814 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
#-------------------------------------------------
#
# Project created by QtCreator 2013-04-05T18:26:04
#
#-------------------------------------------------
TARGET = proxyPython
TEMPLATE = lib
CONFIG += plugins
CONFIG += dll
DEFINES += PROXYPYTHON_LIBRARY
INCLUDEPATH += "$(BOOSTPATH)" "C:/Program Files (x86)/Python2.7/include"
SOURCES += proxypython.cpp \
pythontoolwrapper.cpp \
pythonpluginwrapper.cpp
HEADERS += proxypython.h \
pythontoolwrapper.h \
pythonpluginwrapper.h
LIBS += -L"C:/Program Files (x86)/Python2.7/libs" -L"$(BOOSTPATH)/stage/lib" -lpython27
include(../plugin_template.pri)
OTHER_FILES += \
iorganizer.sip \
configure.py
QMAKE_POST_LINK += xcopy /y /s /i *.py $$quote($$DSTDIR)\\plugins $$escape_expand(\\n)