Skip to content

Commit

Permalink
Fix example dependency problem
Browse files Browse the repository at this point in the history
  • Loading branch information
wguynes committed Jan 5, 2016
1 parent d5464a4 commit 68bfce9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.pro.user
debug
release
*.autosave
2 changes: 2 additions & 0 deletions qmqtt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ TEMPLATE = subdirs
SUBDIRS = src example
src.file = src/qmqtt.pro

example.depends = src

unix {
SUBDIRS += gtest tests
tests.depends = gtest src
Expand Down

0 comments on commit 68bfce9

Please sign in to comment.