Mercurial > hg > vamp-plugin-load-checker
comparison helper.pro @ 31:d4548b18eaf2
Ah, of course I was using the wrong variable here
author | Chris Cannam |
---|---|
date | Tue, 10 Jan 2017 17:18:48 +0000 |
parents | ce217eeeaa7d |
children | c8c17e51aab0 |
comparison
equal
deleted
inserted
replaced
30:ce217eeeaa7d | 31:d4548b18eaf2 |
---|---|
13 !win32* { | 13 !win32* { |
14 QMAKE_CXXFLAGS += -Werror | 14 QMAKE_CXXFLAGS += -Werror |
15 } | 15 } |
16 | 16 |
17 linux* { | 17 linux* { |
18 QMAKE_LFLAGS += -Wl,--start-group -ldl | 18 LIBS += -ldl |
19 } | 19 } |
20 | 20 |
21 TARGET = vamp-plugin-load-checker | 21 TARGET = vamp-plugin-load-checker |
22 | 22 |
23 OBJECTS_DIR = o | 23 OBJECTS_DIR = o |