@@ -74,11 +74,12 development_build: { | |||||
74 | } |
|
74 | } | |
75 |
|
75 | |||
76 | CONFIG(debug, debug|release) { |
|
76 | CONFIG(debug, debug|release) { | |
77 |
mac: LIBRARY |
|
77 | mac: LIBRARY = $$join(LIBRARY_NAME,,,_debug) | |
78 |
win32: LIBRARY |
|
78 | win32: LIBRARY = $$join(LIBRARY_NAME,,,d) | |
|
79 | linux: LIBRARY = $$LIBRARY_NAME | |||
79 | } |
|
80 | } | |
80 |
|
81 | |||
81 |
LIBS += -l$$LIBRARY |
|
82 | LIBS += -l$$LIBRARY | |
82 |
|
83 | |||
83 |
|
84 | |||
84 | mac: { |
|
85 | mac: { |
General Comments 0
You need to be logged in to leave comments.
Login now