Skip to content

Commit

Permalink
Add yajl to include path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Feb 5, 2013
1 parent 34a027f commit 008564f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mkspecs/test.pri
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
include(features/qtx_testcase.prf)


INCLUDEPATH += ../../../src/json
INCLUDEPATH += ../../../src/json \
../../../vendor/include

LIBS += -L../../../lib

Expand Down
3 changes: 3 additions & 0 deletions src/json/json.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ include(../../mkspecs/features/qtx_module.prf)

include(json.pri)

INCLUDEPATH += \
../../vendor/include

macx {
LIBS += $$(PWD)/../../vendor/lib/osx/x86_64/libyajl_s.a
}

0 comments on commit 008564f

Please sign in to comment.