From 8a797d65ecd36214df5c2367be65c7574e723a10 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 29 Jun 2013 21:10:53 +0200 Subject: [PATCH] - nxmhandler now has a ui to modify the proxy-handler - mo now registers itself with nxmhandler when launching the browser - pdbs are now generated for plugins - reverted configurator to pyqt4 --- src/proxy/proxyPython.pro | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/proxy/proxyPython.pro b/src/proxy/proxyPython.pro index a894e88..1cfff7e 100644 --- a/src/proxy/proxyPython.pro +++ b/src/proxy/proxyPython.pro @@ -16,6 +16,11 @@ CONFIG += plugins CONFIG += dll CONFIG += warn_on +CONFIG(release, debug|release) { + QMAKE_CXXFLAGS += /Zi + QMAKE_LFLAGS += /DEBUG +} + DEFINES += PROXYPYTHON_LIBRARY INCLUDEPATH += "$(BOOSTPATH)" "$$(PYTHONPATH)/include"