# HG changeset patch # User jeandet # Date 2014-05-05 17:37:24 # Node ID 0ffe7cbccf2e96aaf490deaeee05b9d58a304034 # Parent 46ebf6773c1c8f2cbd554e74deacaf9976772ed5 Fixed build error. diff --git a/build/pythonqt.prf b/build/pythonqt.prf --- a/build/pythonqt.prf +++ b/build/pythonqt.prf @@ -64,13 +64,14 @@ CONFIG(debug, debug|release) { ######################################################################################## contains(CONFIG,BUILDING_QTALL){ message("BUILDING_QTALL") + LIBS += -L$$DESTDIR -lPythonQt$${DEBUG_EXT} } else { win32::LIBS += -lPythonQt_QtAll$${DEBUG_EXT} unix::LIBS += -lPythonQt_QtAll$${DEBUG_EXT} -} ######################################################################################## #################### PYTHON_QT ###################################################### ######################################################################################## - win32::LIBS += -lPythonQt$${DEBUG_EXT} unix::LIBS += -lPythonQt$${DEBUG_EXT} +} +