Skip to content

Commit

Permalink
OS X build fix - libmythqjson.dylib, not mythqjson.framework
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelPearson committed Jun 16, 2012
1 parent 8f998ab commit a20b125
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mythtv/external/qjson/src/src.pro
Expand Up @@ -19,7 +19,11 @@ windows: {
DEFINES += QJSON_MAKEDLL
}

macx: CONFIG += lib_bundle
#
# MythTV OS X build fix. We want a dynamic library (like all our other libs),
# and not something like ../lib/mythqjson.framework/Versions/0/mythqjson
# so comment out this line:
#macx: CONFIG += lib_bundle

QJSON_CPP = $$QJSON_SRCBASE
INCLUDEPATH += $$QJSON_CPP
Expand Down

0 comments on commit a20b125

Please sign in to comment.