Mercurial > hg > vamp-plugin-load-checker
comparison helper.pro @ 8:25e00373f597
Much renaming to ease inclusion into another project
author | Chris Cannam |
---|---|
date | Thu, 14 Apr 2016 16:52:19 +0100 |
parents | 846464771d06 |
children | 8545be78b994 |
comparison
equal
deleted
inserted
replaced
7:846464771d06 | 8:25e00373f597 |
---|---|
14 | 14 |
15 linux* { | 15 linux* { |
16 QMAKE_LFLAGS += -ldl | 16 QMAKE_LFLAGS += -ldl |
17 } | 17 } |
18 | 18 |
19 TARGET = helper | 19 TARGET = plugin-checker-helper |
20 | 20 |
21 OBJECTS_DIR = o | 21 OBJECTS_DIR = o |
22 MOC_DIR = o | 22 MOC_DIR = o |
23 | 23 |
24 SOURCES += \ | 24 SOURCES += \ |
25 helper.cpp | 25 src/helper.cpp |
26 | 26 |