summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrett Stottlemyer <bstottle@ford.com>2016-06-07 09:22:41 -0400
committerBrett Stottlemyer <bstottle@ford.com>2016-06-07 15:01:30 +0000
commit1a025808cb2ef171fdd35e68da56c78577d5954d (patch)
tree511f80c169fcd6015cc8c2b7136e0aa6c234a86f /src
parent1d896073761c8cc7e5c13918d55a6300225bdb9a (diff)
Add qmake message for USE_HAM
Only on QNX Change-Id: Ief796b973da6959a39bd563e981507c3ae62cacb Reviewed-by: Continuous Integration (KDAB) <build@kdab.com> Reviewed-by: Michael Brasser <michael.brasser@live.com>
Diffstat (limited to 'src')
-rw-r--r--src/remoteobjects/remoteobjects.pro7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/remoteobjects/remoteobjects.pro b/src/remoteobjects/remoteobjects.pro
index eb28785..4a3593a 100644
--- a/src/remoteobjects/remoteobjects.pro
+++ b/src/remoteobjects/remoteobjects.pro
@@ -80,7 +80,12 @@ qnx {
qconnection_qnx_server_p.h \
qconnection_qnx_global_p.h \
- contains(DEFINES , USE_HAM): LIBS += -lham
+ contains(DEFINES , USE_HAM) {
+ LIBS += -lham
+ message(configured for using HAM)
+ } else {
+ message(configured without using HAM)
+ }
}
HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS