CONFIG += designer plugin release warn TARGET = pythonplugin TEMPLATE = lib INCLUDEPATH += @PYINCDIR@ LIBS += @PYLINK@ DEFINES += PYTHON_LIB=\\\"@PYSHLIB@\\\" SOURCES = pluginloader.cpp HEADERS = pluginloader.h # Install. target.path = @QTPLUGINDIR@ python.path = @QTPLUGINDIR@ python.files = python INSTALLS += target python