Mercurial > hg > vamp-plugin-load-checker
comparison helper.pro @ 30:ce217eeeaa7d
Experiment with this flag to get library ordering working with ubuntu 16.04
author | Chris Cannam |
---|---|
date | Tue, 10 Jan 2017 17:02:57 +0000 |
parents | 7a20698b4c29 |
children | d4548b18eaf2 |
comparison
equal
deleted
inserted
replaced
29:e791c1426131 | 30:ce217eeeaa7d |
---|---|
13 !win32* { | 13 !win32* { |
14 QMAKE_CXXFLAGS += -Werror | 14 QMAKE_CXXFLAGS += -Werror |
15 } | 15 } |
16 | 16 |
17 linux* { | 17 linux* { |
18 QMAKE_LFLAGS += -ldl | 18 QMAKE_LFLAGS += -Wl,--start-group -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 |