Skip to content

Commit

Permalink
Examples are built optionally
Browse files Browse the repository at this point in the history
Signed-off-by: Riccardo Ferrazzo <[email protected]>
  • Loading branch information
Riccardo Ferrazzo committed Apr 4, 2015
1 parent 99c138e commit c70abdf
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions zmqml.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
TEMPLATE = subdirs
SUBDIRS = zmqml \
examples/pubsub \
examples/rpc \
testsocket
SUBDIRS = zmqml testsocket

testsocket.file = tests/testsocket.pro

examples {
SUBDIRS += \
examples/pubsub \
examples/rpc
}

0 comments on commit c70abdf

Please sign in to comment.