##// END OF EJS Templates
minor . missing prefix for w32
Michal Klocek -
r1024:e0d3e8561188
parent child
Show More
@@ -74,11 +74,12 development_build: {
74 74 }
75 75
76 76 CONFIG(debug, debug|release) {
77 mac: LIBRARY_NAME = $$join(LIBRARY_NAME,,,_debug)
78 win32: LIBRARY_NAME = $$join(LIBRARY_NAME,,,d)
77 mac: LIBRARY = $$join(LIBRARY_NAME,,,_debug)
78 win32: LIBRARY = $$join(LIBRARY_NAME,,,d)
79 linux: LIBRARY = $$LIBRARY_NAME
79 80 }
80 81
81 LIBS += -l$$LIBRARY_NAME
82 LIBS += -l$$LIBRARY
82 83
83 84
84 85 mac: {
General Comments 0
You need to be logged in to leave comments. Login now