##// END OF EJS Templates
Fixed build error.
jeandet -
r5:0ffe7cbccf2e default
parent child
Show More
@@ -64,13 +64,14 CONFIG(debug, debug|release) {
64 64 ########################################################################################
65 65 contains(CONFIG,BUILDING_QTALL){
66 66 message("BUILDING_QTALL")
67 LIBS += -L$$DESTDIR -lPythonQt$${DEBUG_EXT}
67 68 } else {
68 69 win32::LIBS += -lPythonQt_QtAll$${DEBUG_EXT}
69 70 unix::LIBS += -lPythonQt_QtAll$${DEBUG_EXT}
70 }
71 71 ########################################################################################
72 72 #################### PYTHON_QT ######################################################
73 73 ########################################################################################
74
75 74 win32::LIBS += -lPythonQt$${DEBUG_EXT}
76 75 unix::LIBS += -lPythonQt$${DEBUG_EXT}
76 }
77
General Comments 0
You need to be logged in to leave comments. Login now